COLOR #C47545

HEX: #C47545
RGB: (196,117,69)

Renk bilgisi

#C47545 contains mainly red color. #C47545 ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#C47545 color RGB value is (196,117,69).

  • kırmız ton 196;
  • yeşil ton 117;
  • mavi ton 69.
RGB:
(196,117,69)
(77%,46%,27%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 117 of 255 = 46%
B 69 of 255 = 27%

196
117
69

R + G + B ~ 50%. #C47545 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 117 + 69 = 382 (100%)
R 196 of 382 ~ 51.31%
G 117 of 382 ~ 30.63%
B 69 of 382 ~ 18.06%

%51.31
%30.63
%18.06

CMYK RENK MODELİ

#C47545 rengi CMYK tonu (0,40,65,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.31%
  • sarı tonu 64.80%
  • ana renk tonu 23.14%
CMYK:
(0,40,65,23)
C0M40Y65K23 
(0%,40%,65%,23%)
(0.00/0.40/0.65/0.23)	

CMYK yüzdeleri

%0
%40.31
%64.8
%23.14

Codes

Color #C47545 in popluar color models

C47545
RGB19611769
HSL23°51.84%51.96%
HSB/HSV23°64.80%76.86%
CMYK0.00%40.31%64.80%
23.14%

Color #C47545 in popluar number systems.

HEXC47545
Decimal19611769
Binary1100010011101011000101
Octal304165105

Shades and tints

Shades of #C47545

#C47545
(196,117,69)
#B36B3F
(179,107,63)
#A26139
(162,97,57)
#915733
(145,87,51)
#804D2D
(128,77,45)
#6F4327
(111,67,39)
#5E3921
(94,57,33)
#4D2F1B
(77,47,27)
#3C2515
(60,37,21)
#2B1B0F
(43,27,15)
#1A1109
(26,17,9)
#000000
(0,0,0)

Tints of #C47545

#C47545
(196,117,69)
#C98155
(201,129,85)
#CE8D65
(206,141,101)
#D39975
(211,153,117)
#D8A585
(216,165,133)
#DDB195
(221,177,149)
#E2BDA5
(226,189,165)
#E7C9B5
(231,201,181)
#ECD5C5
(236,213,197)
#F1E1D5
(241,225,213)
#F6EDE5
(246,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47545 color. Also use rgb(196,117,69) instead hex code.

Text Font Color

.myTextColor { color: #C47545; }

<p style="color:#C47545">This sample text font color is #C47545.</p>

This text font color is #C47545.


Background Color

.myBgColor { background-color: #C47545; }

<div style="background-color:#C47545">Inner text</div>

This div background color is #C47545.


Border color

.myBorderColor { border: 1px solid #C47545; }

<div style="border:3px solid #C47545">Div</div>

This div border color is #C47545.


Opacity

.myOpacity80 { color: #C47545; opacity: 0.8; }

<p style="color:#C47545;opacity:0.8;">80%</p>

Text with #C47545 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C47545;}

<p style="text-shadow: 3px 3px 1px #C47545">Text here.</p>

This text has shadow with #C47545 color.

.textShadow {text-shadow: 3px 3px 1px #C47545, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C47545, 5px 5px 20px red">Text here.</p>

This text has shadow with #C47545 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C47545, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C47545, Direction=45, Strength=4)">Text</p>

This text has shadow with #C47545 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C47545;
  -webkit-box-shadow:	1px 1px 3px 2px #C47545;
  box-shadow:		1px 1px 3px 2px #C47545;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C47545;
-webkit-box-shadow: 1px 1px 3px 2px #C47545;
box-shadow:1px 1px 3px 2px #C47545;">
Div content here</div>
This div box has shadow with color #C47545.

Preview

Color preview on black background

This text has color #C47545 on black background.


Color preview on white background

This text has color #C47545 on white background.



Black color preview on #C47545 background

This text has black color on #C47545 background.


White color preview on #C47545 background

This text has white color on #C47545 background.