COLOR #C7890F

HEX: #C7890F
RGB: (199,137,15)

Color info

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

RGB color model

#C7890F color RGB value is (199,137,15).

  • red value is 199;
  • green value is 137;
  • blue value is 15.
RGB:
(199,137,15)
(78%,54%,6%)

RGB channels and saturation

R 199 of 255 = 78%
G 137 of 255 = 54%
B 15 of 255 = 6%

199
137
15

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

Portions of RGB colors in percentages

R + G + B =
199 + 137 + 15 = 351 (100%)
R 199 of 351 ~ 56.7%
G 137 of 351 ~ 39.03%
B 15 of 351 ~ 4.27%

%56.7
%39.03

CMYK color model

#C7890F color CMYK value is (0,31,92,22).

  • cyan value is 0.00%
  • magenta value is 31.16%
  • yellow value is 92.46%
  • key color value is 21.96%
CMYK:
(0,31,92,22)
C0M31Y92K22 
(0%,31%,92%,22%)
(0.00/0.31/0.92/0.22)	

CMYK percentages

%0
%31.16
%92.46
%21.96

Codes

Color #C7890F in popluar color models

C7890F
RGB19913715
HSL40°85.98%41.96%
HSB/HSV40°92.46%78.04%
CMYK0.00%31.16%92.46%
21.96%

Color #C7890F in popluar number systems.

HEXC7890F
Decimal19913715
Binary11000111100010011111
Octal30721117

Shades and tints

Shades of #C7890F

#C7890F
(199,137,15)
#B57D0E
(181,125,14)
#A3710D
(163,113,13)
#91650C
(145,101,12)
#7F590B
(127,89,11)
#6D4D0A
(109,77,10)
#5B4109
(91,65,9)
#493508
(73,53,8)
#372907
(55,41,7)
#251D06
(37,29,6)
#131105
(19,17,5)
#000000
(0,0,0)

Tints of #C7890F

#C7890F
(199,137,15)
#CC9324
(204,147,36)
#D19D39
(209,157,57)
#D6A74E
(214,167,78)
#DBB163
(219,177,99)
#E0BB78
(224,187,120)
#E5C58D
(229,197,141)
#EACFA2
(234,207,162)
#EFD9B7
(239,217,183)
#F4E3CC
(244,227,204)
#F9EDE1
(249,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7890F color. Also use rgb(199,137,15) instead hex code.

Text Font Color

.myTextColor { color: #C7890F; }

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

This text font color is #C7890F.


Background Color

.myBgColor { background-color: #C7890F; }

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

This div background color is #C7890F.


Border color

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

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

This div border color is #C7890F.


Opacity

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

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

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

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

This text has shadow with #C7890F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7890F on black background.


Color preview on white background

This text has color #C7890F on white background.



Black color preview on #C7890F background

This text has black color on #C7890F background.


White color preview on #C7890F background

This text has white color on #C7890F background.