COLOR #C5870C

HEX: #C5870C
RGB: (197,135,12)

Color info

#C5870C contains mainly red color. Web safe color of #C5870C is #CC9900 (or #C90).

RGB color model

#C5870C color RGB value is (197,135,12).

  • red value is 197;
  • green value is 135;
  • blue value is 12.
RGB:
(197,135,12)
(77%,53%,5%)

RGB channels and saturation

R 197 of 255 = 77%
G 135 of 255 = 53%
B 12 of 255 = 5%

197
135
12

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

Portions of RGB colors in percentages

R + G + B =
197 + 135 + 12 = 344 (100%)
R 197 of 344 ~ 57.27%
G 135 of 344 ~ 39.24%
B 12 of 344 ~ 3.49%

%57.27
%39.24

CMYK color model

#C5870C color CMYK value is (0,31,94,23).

  • cyan value is 0.00%
  • magenta value is 31.47%
  • yellow value is 93.91%
  • key color value is 22.75%
CMYK:
(0,31,94,23)
C0M31Y94K23 
(0%,31%,94%,23%)
(0.00/0.31/0.94/0.23)	

CMYK percentages

%0
%31.47
%93.91
%22.75

Codes

Color #C5870C in popluar color models

C5870C
RGB19713512
HSL40°88.52%40.98%
HSB/HSV40°93.91%77.25%
CMYK0.00%31.47%93.91%
22.75%

Color #C5870C in popluar number systems.

HEXC5870C
Decimal19713512
Binary11000101100001111100
Octal30520714

Shades and tints

Shades of #C5870C

#C5870C
(197,135,12)
#B47B0B
(180,123,11)
#A36F0A
(163,111,10)
#926309
(146,99,9)
#815708
(129,87,8)
#704B07
(112,75,7)
#5F3F06
(95,63,6)
#4E3305
(78,51,5)
#3D2704
(61,39,4)
#2C1B03
(44,27,3)
#1B0F02
(27,15,2)
#000000
(0,0,0)

Tints of #C5870C

#C5870C
(197,135,12)
#CA9122
(202,145,34)
#CF9B38
(207,155,56)
#D4A54E
(212,165,78)
#D9AF64
(217,175,100)
#DEB97A
(222,185,122)
#E3C390
(227,195,144)
#E8CDA6
(232,205,166)
#EDD7BC
(237,215,188)
#F2E1D2
(242,225,210)
#F7EBE8
(247,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5870C color. Also use rgb(197,135,12) instead hex code.

Text Font Color

.myTextColor { color: #C5870C; }

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

This text font color is #C5870C.


Background Color

.myBgColor { background-color: #C5870C; }

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

This div background color is #C5870C.


Border color

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

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

This div border color is #C5870C.


Opacity

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

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

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

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

This text has shadow with #C5870C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5870C on black background.


Color preview on white background

This text has color #C5870C on white background.



Black color preview on #C5870C background

This text has black color on #C5870C background.


White color preview on #C5870C background

This text has white color on #C5870C background.