COLOR #C5840C

HEX: #C5840C
RGB: (197,132,12)

Color info

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

RGB color model

#C5840C color RGB value is (197,132,12).

  • red value is 197;
  • green value is 132;
  • blue value is 12.
RGB:
(197,132,12)
(77%,52%,5%)

RGB channels and saturation

R 197 of 255 = 77%
G 132 of 255 = 52%
B 12 of 255 = 5%

197
132
12

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

Portions of RGB colors in percentages

R + G + B =
197 + 132 + 12 = 341 (100%)
R 197 of 341 ~ 57.77%
G 132 of 341 ~ 38.71%
B 12 of 341 ~ 3.52%

%57.77
%38.71

CMYK color model

#C5840C color CMYK value is (0,33,94,23).

  • cyan value is 0.00%
  • magenta value is 32.99%
  • yellow value is 93.91%
  • key color value is 22.75%
CMYK:
(0,33,94,23)
C0M33Y94K23 
(0%,33%,94%,23%)
(0.00/0.33/0.94/0.23)	

CMYK percentages

%0
%32.99
%93.91
%22.75

Codes

Color #C5840C in popluar color models

C5840C
RGB19713212
HSL39°88.52%40.98%
HSB/HSV39°93.91%77.25%
CMYK0.00%32.99%93.91%
22.75%

Color #C5840C in popluar number systems.

HEXC5840C
Decimal19713212
Binary11000101100001001100
Octal30520414

Shades and tints

Shades of #C5840C

#C5840C
(197,132,12)
#B4780B
(180,120,11)
#A36C0A
(163,108,10)
#926009
(146,96,9)
#815408
(129,84,8)
#704807
(112,72,7)
#5F3C06
(95,60,6)
#4E3005
(78,48,5)
#3D2404
(61,36,4)
#2C1803
(44,24,3)
#1B0C02
(27,12,2)
#000000
(0,0,0)

Tints of #C5840C

#C5840C
(197,132,12)
#CA8F22
(202,143,34)
#CF9A38
(207,154,56)
#D4A54E
(212,165,78)
#D9B064
(217,176,100)
#DEBB7A
(222,187,122)
#E3C690
(227,198,144)
#E8D1A6
(232,209,166)
#EDDCBC
(237,220,188)
#F2E7D2
(242,231,210)
#F7F2E8
(247,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5840C color. Also use rgb(197,132,12) instead hex code.

Text Font Color

.myTextColor { color: #C5840C; }

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

This text font color is #C5840C.


Background Color

.myBgColor { background-color: #C5840C; }

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

This div background color is #C5840C.


Border color

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

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

This div border color is #C5840C.


Opacity

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

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

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

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

This text has shadow with #C5840C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5840C on black background.


Color preview on white background

This text has color #C5840C on white background.



Black color preview on #C5840C background

This text has black color on #C5840C background.


White color preview on #C5840C background

This text has white color on #C5840C background.