COLOR #C59119

HEX: #C59119
RGB: (197,145,25)

Color info

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

RGB color model

#C59119 color RGB value is (197,145,25).

  • red value is 197;
  • green value is 145;
  • blue value is 25.
RGB:
(197,145,25)
(77%,57%,10%)

RGB channels and saturation

R 197 of 255 = 77%
G 145 of 255 = 57%
B 25 of 255 = 10%

197
145
25

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

Portions of RGB colors in percentages

R + G + B =
197 + 145 + 25 = 367 (100%)
R 197 of 367 ~ 53.68%
G 145 of 367 ~ 39.51%
B 25 of 367 ~ 6.81%

%53.68
%39.51

CMYK color model

#C59119 color CMYK value is (0,26,87,23).

  • cyan value is 0.00%
  • magenta value is 26.40%
  • yellow value is 87.31%
  • key color value is 22.75%
CMYK:
(0,26,87,23)
C0M26Y87K23 
(0%,26%,87%,23%)
(0.00/0.26/0.87/0.23)	

CMYK percentages

%0
%26.4
%87.31
%22.75

Codes

Color #C59119 in popluar color models

C59119
RGB19714525
HSL42°77.48%43.53%
HSB/HSV42°87.31%77.25%
CMYK0.00%26.40%87.31%
22.75%

Color #C59119 in popluar number systems.

HEXC59119
Decimal19714525
Binary110001011001000111001
Octal30522131

Shades and tints

Shades of #C59119

#C59119
(197,145,25)
#B48417
(180,132,23)
#A37715
(163,119,21)
#926A13
(146,106,19)
#815D11
(129,93,17)
#70500F
(112,80,15)
#5F430D
(95,67,13)
#4E360B
(78,54,11)
#3D2909
(61,41,9)
#2C1C07
(44,28,7)
#1B0F05
(27,15,5)
#000000
(0,0,0)

Tints of #C59119

#C59119
(197,145,25)
#CA9B2D
(202,155,45)
#CFA541
(207,165,65)
#D4AF55
(212,175,85)
#D9B969
(217,185,105)
#DEC37D
(222,195,125)
#E3CD91
(227,205,145)
#E8D7A5
(232,215,165)
#EDE1B9
(237,225,185)
#F2EBCD
(242,235,205)
#F7F5E1
(247,245,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59119 color. Also use rgb(197,145,25) instead hex code.

Text Font Color

.myTextColor { color: #C59119; }

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

This text font color is #C59119.


Background Color

.myBgColor { background-color: #C59119; }

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

This div background color is #C59119.


Border color

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

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

This div border color is #C59119.


Opacity

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

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

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

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

This text has shadow with #C59119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59119 on black background.


Color preview on white background

This text has color #C59119 on white background.



Black color preview on #C59119 background

This text has black color on #C59119 background.


White color preview on #C59119 background

This text has white color on #C59119 background.