COLOR #C57F18

HEX: #C57F18 RGB: (197,127,24)

Color info

#C57F18 contains mainly red color. Web safe color of #C57F18 is #CC6600 (or #C60).

RGB color model

#C57F18 color RGB value is (197,127,24).

RGB: (197,127,24) (77%, 50%, 9%)

RGB channels and saturation

R 197 of 255 = 77%
G 127 of 255 = 50%
B 24 of 255 = 9%

197
127
24

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

Portions of RGB colors in percentages

R + G + B = 197 + 127 + 24 = 348 (100%)
R 197 of 348 ~ 56.61%
G 127 of 348 ~ 36.49%
B 24 of 348 ~ 6.9'%

%56.61
%36.49

CMYK color model

#C57F18 color CMYK value is (0,36,88,23).

  • cyan value is 0.00%
  • magenta value is 35.53%
  • yellow value is 87.82%
  • key color value is 22.75%
CMYK: (0,36,88,23) C0M36Y88K23 (0%,36%,88%,23%) (0.00/0.36/0.88/0.23) 

CMYK percentages

%0
%35.53
%87.82
%22.75

Codes

Color #C57F18 in popluar color models

C5 7F 18
RGB 197 127 24
HSL 36° 78.28% 43.33%
HSB/HSV 36° 87.82% 77.25%
CMYK 0.00% 35.53% 87.82%
22.75%

Color #C57F18 in popluar number systems.

HEX C5 7F 18
Decimal 197 127 24
Binary 11000101 1111111 11000
Octal 305 177 30

Shades and tints

Shades of #C57F18

#C57F18
(197,127,24)
#B47416
(180,116,22)
#A36914
(163,105,20)
#925E12
(146,94,18)
#815310
(129,83,16)
#70480E
(112,72,14)
#5F3D0C
(95,61,12)
#4E320A
(78,50,10)
#3D2708
(61,39,8)
#2C1C06
(44,28,6)
#1B1104
(27,17,4)
#000000
(0,0,0)

Tints of #C57F18

#C57F18
(197,127,24)
#CA8A2D
(202,138,45)
#CF9542
(207,149,66)
#D4A057
(212,160,87)
#D9AB6C
(217,171,108)
#DEB681
(222,182,129)
#E3C196
(227,193,150)
#E8CCAB
(232,204,171)
#EDD7C0
(237,215,192)
#F2E2D5
(242,226,213)
#F7EDEA
(247,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57F18 color. Also use rgb(197,127,24) instead hex code.

Text Font Color

.myTextColor { color: #C57F18; }

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

This text font color is #C57F18.

Background Color

.myBgColor { background-color: #C57F18; }

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

This div background color is #C57F18.

Border color

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

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

This div border color is #C57F18.

Opacity

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

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

Text with #C57F18 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 #C57F18;}

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

This text has shadow with #C57F18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C57F18.

Preview

Color preview on black background

This text has color #C57F18 on black background.


Color preview on white background

This text has color #C57F18 on white background.


Black color preview on #C57F18 background

This text has black color on #C57F18 background.


White color preview on #C57F18 background

This text has white color on #C57F18 background.


Related colors

Complementary color

Complementary color for #hex is #3A80E7.


I love getcolorcode.com

Triadic colors

1 #18C57F and #7F18C5 with #C57F18 are triadic colors.

2 #187FC5 and #7FC518 with #C57F18 are triadic colors.