COLOR #C5860A

HEX: #C5860A
RGB: (197,134,10)

Color info

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

RGB color model

#C5860A color RGB value is (197,134,10).

  • red value is 197;
  • green value is 134;
  • blue value is 10.
RGB:
(197,134,10)
(77%,53%,4%)

RGB channels and saturation

R 197 of 255 = 77%
G 134 of 255 = 53%
B 10 of 255 = 4%

197
134
10

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

Portions of RGB colors in percentages

R + G + B =
197 + 134 + 10 = 341 (100%)
R 197 of 341 ~ 57.77%
G 134 of 341 ~ 39.3%
B 10 of 341 ~ 2.93%

%57.77
%39.3

CMYK color model

#C5860A color CMYK value is (0,32,95,23).

  • cyan value is 0.00%
  • magenta value is 31.98%
  • yellow value is 94.92%
  • key color value is 22.75%
CMYK:
(0,32,95,23)
C0M32Y95K23 
(0%,32%,95%,23%)
(0.00/0.32/0.95/0.23)	

CMYK percentages

%0
%31.98
%94.92
%22.75

Codes

Color #C5860A in popluar color models

C5860A
RGB19713410
HSL40°90.34%40.59%
HSB/HSV40°94.92%77.25%
CMYK0.00%31.98%94.92%
22.75%

Color #C5860A in popluar number systems.

HEXC5860A
Decimal19713410
Binary11000101100001101010
Octal30520612

Shades and tints

Shades of #C5860A

#C5860A
(197,134,10)
#B47A0A
(180,122,10)
#A36E0A
(163,110,10)
#92620A
(146,98,10)
#81560A
(129,86,10)
#704A0A
(112,74,10)
#5F3E0A
(95,62,10)
#4E320A
(78,50,10)
#3D260A
(61,38,10)
#2C1A0A
(44,26,10)
#1B0E0A
(27,14,10)
#000000
(0,0,0)

Tints of #C5860A

#C5860A
(197,134,10)
#CA9120
(202,145,32)
#CF9C36
(207,156,54)
#D4A74C
(212,167,76)
#D9B262
(217,178,98)
#DEBD78
(222,189,120)
#E3C88E
(227,200,142)
#E8D3A4
(232,211,164)
#EDDEBA
(237,222,186)
#F2E9D0
(242,233,208)
#F7F4E6
(247,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5860A color. Also use rgb(197,134,10) instead hex code.

Text Font Color

.myTextColor { color: #C5860A; }

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

This text font color is #C5860A.


Background Color

.myBgColor { background-color: #C5860A; }

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

This div background color is #C5860A.


Border color

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

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

This div border color is #C5860A.


Opacity

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

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

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

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

This text has shadow with #C5860A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5860A on black background.


Color preview on white background

This text has color #C5860A on white background.



Black color preview on #C5860A background

This text has black color on #C5860A background.


White color preview on #C5860A background

This text has white color on #C5860A background.