COLOR #C7870E

HEX: #C7870E
RGB: (199,135,14)

Color info

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

RGB color model

#C7870E color RGB value is (199,135,14).

  • red value is 199;
  • green value is 135;
  • blue value is 14.
RGB:
(199,135,14)
(78%,53%,5%)

RGB channels and saturation

R 199 of 255 = 78%
G 135 of 255 = 53%
B 14 of 255 = 5%

199
135
14

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

Portions of RGB colors in percentages

R + G + B =
199 + 135 + 14 = 348 (100%)
R 199 of 348 ~ 57.18%
G 135 of 348 ~ 38.79%
B 14 of 348 ~ 4.02%

%57.18
%38.79

CMYK color model

#C7870E color CMYK value is (0,32,93,22).

  • cyan value is 0.00%
  • magenta value is 32.16%
  • yellow value is 92.96%
  • key color value is 21.96%
CMYK:
(0,32,93,22)
C0M32Y93K22 
(0%,32%,93%,22%)
(0.00/0.32/0.93/0.22)	

CMYK percentages

%0
%32.16
%92.96
%21.96

Codes

Color #C7870E in popluar color models

C7870E
RGB19913514
HSL39°86.85%41.76%
HSB/HSV39°92.96%78.04%
CMYK0.00%32.16%92.96%
21.96%

Color #C7870E in popluar number systems.

HEXC7870E
Decimal19913514
Binary11000111100001111110
Octal30720716

Shades and tints

Shades of #C7870E

#C7870E
(199,135,14)
#B57B0D
(181,123,13)
#A36F0C
(163,111,12)
#91630B
(145,99,11)
#7F570A
(127,87,10)
#6D4B09
(109,75,9)
#5B3F08
(91,63,8)
#493307
(73,51,7)
#372706
(55,39,6)
#251B05
(37,27,5)
#130F04
(19,15,4)
#000000
(0,0,0)

Tints of #C7870E

#C7870E
(199,135,14)
#CC9123
(204,145,35)
#D19B38
(209,155,56)
#D6A54D
(214,165,77)
#DBAF62
(219,175,98)
#E0B977
(224,185,119)
#E5C38C
(229,195,140)
#EACDA1
(234,205,161)
#EFD7B6
(239,215,182)
#F4E1CB
(244,225,203)
#F9EBE0
(249,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7870E color. Also use rgb(199,135,14) instead hex code.

Text Font Color

.myTextColor { color: #C7870E; }

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

This text font color is #C7870E.


Background Color

.myBgColor { background-color: #C7870E; }

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

This div background color is #C7870E.


Border color

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

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

This div border color is #C7870E.


Opacity

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

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

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

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

This text has shadow with #C7870E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7870E on black background.


Color preview on white background

This text has color #C7870E on white background.



Black color preview on #C7870E background

This text has black color on #C7870E background.


White color preview on #C7870E background

This text has white color on #C7870E background.