COLOR #C59630

HEX: #C59630
RGB: (197,150,48)

Color info

#C59630 contains mainly red and green colors. Web safe color of #C59630 is #CC9933 (or #C93).

RGB color model

#C59630 color RGB value is (197,150,48).

  • red value is 197;
  • green value is 150;
  • blue value is 48.
RGB:
(197,150,48)
(77%,59%,19%)

RGB channels and saturation

R 197 of 255 = 77%
G 150 of 255 = 59%
B 48 of 255 = 19%

197
150
48

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

Portions of RGB colors in percentages

R + G + B =
197 + 150 + 48 = 395 (100%)
R 197 of 395 ~ 49.87%
G 150 of 395 ~ 37.97%
B 48 of 395 ~ 12.15%

%49.87
%37.97
%12.15

CMYK color model

#C59630 color CMYK value is (0,24,76,23).

  • cyan value is 0.00%
  • magenta value is 23.86%
  • yellow value is 75.63%
  • key color value is 22.75%
CMYK:
(0,24,76,23)
C0M24Y76K23 
(0%,24%,76%,23%)
(0.00/0.24/0.76/0.23)	

CMYK percentages

%0
%23.86
%75.63
%22.75

Codes

Color #C59630 in popluar color models

C59630
RGB19715048
HSL41°60.82%48.04%
HSB/HSV41°75.63%77.25%
CMYK0.00%23.86%75.63%
22.75%

Color #C59630 in popluar number systems.

HEXC59630
Decimal19715048
Binary1100010110010110110000
Octal30522660

Shades and tints

Shades of #C59630

#C59630
(197,150,48)
#B4892C
(180,137,44)
#A37C28
(163,124,40)
#926F24
(146,111,36)
#816220
(129,98,32)
#70551C
(112,85,28)
#5F4818
(95,72,24)
#4E3B14
(78,59,20)
#3D2E10
(61,46,16)
#2C210C
(44,33,12)
#1B1408
(27,20,8)
#000000
(0,0,0)

Tints of #C59630

#C59630
(197,150,48)
#CA9F42
(202,159,66)
#CFA854
(207,168,84)
#D4B166
(212,177,102)
#D9BA78
(217,186,120)
#DEC38A
(222,195,138)
#E3CC9C
(227,204,156)
#E8D5AE
(232,213,174)
#EDDEC0
(237,222,192)
#F2E7D2
(242,231,210)
#F7F0E4
(247,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59630 color. Also use rgb(197,150,48) instead hex code.

Text Font Color

.myTextColor { color: #C59630; }

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

This text font color is #C59630.


Background Color

.myBgColor { background-color: #C59630; }

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

This div background color is #C59630.


Border color

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

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

This div border color is #C59630.


Opacity

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

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

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

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

This text has shadow with #C59630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59630 on black background.


Color preview on white background

This text has color #C59630 on white background.



Black color preview on #C59630 background

This text has black color on #C59630 background.


White color preview on #C59630 background

This text has white color on #C59630 background.