COLOR #C87F37

HEX: #C87F37
RGB: (200,127,55)

Color info

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

RGB color model

#C87F37 color RGB value is (200,127,55).

  • red value is 200;
  • green value is 127;
  • blue value is 55.
RGB:
(200,127,55)
(78%,50%,22%)

RGB channels and saturation

R 200 of 255 = 78%
G 127 of 255 = 50%
B 55 of 255 = 22%

200
127
55

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

Portions of RGB colors in percentages

R + G + B =
200 + 127 + 55 = 382 (100%)
R 200 of 382 ~ 52.36%
G 127 of 382 ~ 33.25%
B 55 of 382 ~ 14.4%

%52.36
%33.25
%14.4

CMYK color model

#C87F37 color CMYK value is (0,37,73,22).

  • cyan value is 0.00%
  • magenta value is 36.50%
  • yellow value is 72.50%
  • key color value is 21.57%
CMYK:
(0,37,73,22)
C0M37Y73K22 
(0%,37%,73%,22%)
(0.00/0.37/0.73/0.22)	

CMYK percentages

%0
%36.5
%72.5
%21.57

Codes

Color #C87F37 in popluar color models

C87F37
RGB20012755
HSL30°56.86%50.00%
HSB/HSV30°72.50%78.43%
CMYK0.00%36.50%72.50%
21.57%

Color #C87F37 in popluar number systems.

HEXC87F37
Decimal20012755
Binary110010001111111110111
Octal31017767

Shades and tints

Shades of #C87F37

#C87F37
(200,127,55)
#B67432
(182,116,50)
#A4692D
(164,105,45)
#925E28
(146,94,40)
#805323
(128,83,35)
#6E481E
(110,72,30)
#5C3D19
(92,61,25)
#4A3214
(74,50,20)
#38270F
(56,39,15)
#261C0A
(38,28,10)
#141105
(20,17,5)
#000000
(0,0,0)

Tints of #C87F37

#C87F37
(200,127,55)
#CD8A49
(205,138,73)
#D2955B
(210,149,91)
#D7A06D
(215,160,109)
#DCAB7F
(220,171,127)
#E1B691
(225,182,145)
#E6C1A3
(230,193,163)
#EBCCB5
(235,204,181)
#F0D7C7
(240,215,199)
#F5E2D9
(245,226,217)
#FAEDEB
(250,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87F37 color. Also use rgb(200,127,55) instead hex code.

Text Font Color

.myTextColor { color: #C87F37; }

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

This text font color is #C87F37.


Background Color

.myBgColor { background-color: #C87F37; }

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

This div background color is #C87F37.


Border color

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

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

This div border color is #C87F37.


Opacity

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

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

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

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

This text has shadow with #C87F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87F37 on black background.


Color preview on white background

This text has color #C87F37 on white background.



Black color preview on #C87F37 background

This text has black color on #C87F37 background.


White color preview on #C87F37 background

This text has white color on #C87F37 background.