COLOR #C87024

HEX: #C87024
RGB: (200,112,36)

Color info

#C87024 contains mainly red color. Web safe color of #C87024 is #CC6633 (or #C63).

RGB color model

#C87024 color RGB value is (200,112,36).

  • red value is 200;
  • green value is 112;
  • blue value is 36.
RGB:
(200,112,36)
(78%,44%,14%)

RGB channels and saturation

R 200 of 255 = 78%
G 112 of 255 = 44%
B 36 of 255 = 14%

200
112
36

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

Portions of RGB colors in percentages

R + G + B =
200 + 112 + 36 = 348 (100%)
R 200 of 348 ~ 57.47%
G 112 of 348 ~ 32.18%
B 36 of 348 ~ 10.34%

%57.47
%32.18
%10.34

CMYK color model

#C87024 color CMYK value is (0,44,82,22).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 82.00%
  • key color value is 21.57%
CMYK:
(0,44,82,22)
C0M44Y82K22 
(0%,44%,82%,22%)
(0.00/0.44/0.82/0.22)	

CMYK percentages

%0
%44
%82
%21.57

Codes

Color #C87024 in popluar color models

C87024
RGB20011236
HSL28°69.49%46.27%
HSB/HSV28°82.00%78.43%
CMYK0.00%44.00%82.00%
21.57%

Color #C87024 in popluar number systems.

HEXC87024
Decimal20011236
Binary110010001110000100100
Octal31016044

Shades and tints

Shades of #C87024

#C87024
(200,112,36)
#B66621
(182,102,33)
#A45C1E
(164,92,30)
#92521B
(146,82,27)
#804818
(128,72,24)
#6E3E15
(110,62,21)
#5C3412
(92,52,18)
#4A2A0F
(74,42,15)
#38200C
(56,32,12)
#261609
(38,22,9)
#140C06
(20,12,6)
#000000
(0,0,0)

Tints of #C87024

#C87024
(200,112,36)
#CD7D37
(205,125,55)
#D28A4A
(210,138,74)
#D7975D
(215,151,93)
#DCA470
(220,164,112)
#E1B183
(225,177,131)
#E6BE96
(230,190,150)
#EBCBA9
(235,203,169)
#F0D8BC
(240,216,188)
#F5E5CF
(245,229,207)
#FAF2E2
(250,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87024 color. Also use rgb(200,112,36) instead hex code.

Text Font Color

.myTextColor { color: #C87024; }

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

This text font color is #C87024.


Background Color

.myBgColor { background-color: #C87024; }

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

This div background color is #C87024.


Border color

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

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

This div border color is #C87024.


Opacity

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

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

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

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

This text has shadow with #C87024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87024 on black background.


Color preview on white background

This text has color #C87024 on white background.



Black color preview on #C87024 background

This text has black color on #C87024 background.


White color preview on #C87024 background

This text has white color on #C87024 background.