COLOR #C4871F

HEX: #C4871F
RGB: (196,135,31)

Color info

#C4871F contains mainly red color. Web safe color of #C4871F is #CC9933 (or #C93).

RGB color model

#C4871F color RGB value is (196,135,31).

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

RGB channels and saturation

R 196 of 255 = 77%
G 135 of 255 = 53%
B 31 of 255 = 12%

196
135
31

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

Portions of RGB colors in percentages

R + G + B =
196 + 135 + 31 = 362 (100%)
R 196 of 362 ~ 54.14%
G 135 of 362 ~ 37.29%
B 31 of 362 ~ 8.56%

%54.14
%37.29

CMYK color model

#C4871F color CMYK value is (0,31,84,23).

  • cyan value is 0.00%
  • magenta value is 31.12%
  • yellow value is 84.18%
  • key color value is 23.14%
CMYK:
(0,31,84,23)
C0M31Y84K23 
(0%,31%,84%,23%)
(0.00/0.31/0.84/0.23)	

CMYK percentages

%0
%31.12
%84.18
%23.14

Codes

Color #C4871F in popluar color models

C4871F
RGB19613531
HSL38°72.69%44.51%
HSB/HSV38°84.18%76.86%
CMYK0.00%31.12%84.18%
23.14%

Color #C4871F in popluar number systems.

HEXC4871F
Decimal19613531
Binary110001001000011111111
Octal30420737

Shades and tints

Shades of #C4871F

#C4871F
(196,135,31)
#B37B1D
(179,123,29)
#A26F1B
(162,111,27)
#916319
(145,99,25)
#805717
(128,87,23)
#6F4B15
(111,75,21)
#5E3F13
(94,63,19)
#4D3311
(77,51,17)
#3C270F
(60,39,15)
#2B1B0D
(43,27,13)
#1A0F0B
(26,15,11)
#000000
(0,0,0)

Tints of #C4871F

#C4871F
(196,135,31)
#C99133
(201,145,51)
#CE9B47
(206,155,71)
#D3A55B
(211,165,91)
#D8AF6F
(216,175,111)
#DDB983
(221,185,131)
#E2C397
(226,195,151)
#E7CDAB
(231,205,171)
#ECD7BF
(236,215,191)
#F1E1D3
(241,225,211)
#F6EBE7
(246,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4871F color. Also use rgb(196,135,31) instead hex code.

Text Font Color

.myTextColor { color: #C4871F; }

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

This text font color is #C4871F.


Background Color

.myBgColor { background-color: #C4871F; }

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

This div background color is #C4871F.


Border color

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

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

This div border color is #C4871F.


Opacity

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

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

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

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

This text has shadow with #C4871F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4871F on black background.


Color preview on white background

This text has color #C4871F on white background.



Black color preview on #C4871F background

This text has black color on #C4871F background.


White color preview on #C4871F background

This text has white color on #C4871F background.