COLOR #C58C13

HEX: #C58C13
RGB: (197,140,19)

Color info

#C58C13 contains mainly red and green colors. Web safe color of #C58C13 is #CC9900 (or #C90).

RGB color model

#C58C13 color RGB value is (197,140,19).

  • red value is 197;
  • green value is 140;
  • blue value is 19.
RGB:
(197,140,19)
(77%,55%,7%)

RGB channels and saturation

R 197 of 255 = 77%
G 140 of 255 = 55%
B 19 of 255 = 7%

197
140
19

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

Portions of RGB colors in percentages

R + G + B =
197 + 140 + 19 = 356 (100%)
R 197 of 356 ~ 55.34%
G 140 of 356 ~ 39.33%
B 19 of 356 ~ 5.34%

%55.34
%39.33

CMYK color model

#C58C13 color CMYK value is (0,29,90,23).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 90.36%
  • key color value is 22.75%
CMYK:
(0,29,90,23)
C0M29Y90K23 
(0%,29%,90%,23%)
(0.00/0.29/0.90/0.23)	

CMYK percentages

%0
%28.93
%90.36
%22.75

Codes

Color #C58C13 in popluar color models

C58C13
RGB19714019
HSL41°82.41%42.35%
HSB/HSV41°90.36%77.25%
CMYK0.00%28.93%90.36%
22.75%

Color #C58C13 in popluar number systems.

HEXC58C13
Decimal19714019
Binary110001011000110010011
Octal30521423

Shades and tints

Shades of #C58C13

#C58C13
(197,140,19)
#B48012
(180,128,18)
#A37411
(163,116,17)
#926810
(146,104,16)
#815C0F
(129,92,15)
#70500E
(112,80,14)
#5F440D
(95,68,13)
#4E380C
(78,56,12)
#3D2C0B
(61,44,11)
#2C200A
(44,32,10)
#1B1409
(27,20,9)
#000000
(0,0,0)

Tints of #C58C13

#C58C13
(197,140,19)
#CA9628
(202,150,40)
#CFA03D
(207,160,61)
#D4AA52
(212,170,82)
#D9B467
(217,180,103)
#DEBE7C
(222,190,124)
#E3C891
(227,200,145)
#E8D2A6
(232,210,166)
#EDDCBB
(237,220,187)
#F2E6D0
(242,230,208)
#F7F0E5
(247,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58C13 color. Also use rgb(197,140,19) instead hex code.

Text Font Color

.myTextColor { color: #C58C13; }

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

This text font color is #C58C13.


Background Color

.myBgColor { background-color: #C58C13; }

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

This div background color is #C58C13.


Border color

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

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

This div border color is #C58C13.


Opacity

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

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

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

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

This text has shadow with #C58C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58C13 on black background.


Color preview on white background

This text has color #C58C13 on white background.



Black color preview on #C58C13 background

This text has black color on #C58C13 background.


White color preview on #C58C13 background

This text has white color on #C58C13 background.