COLOR #C59750

HEX: #C59750
RGB: (197,151,80)

Color info

#C59750 contains mainly red and green colors. Web safe color of #C59750 is #CC9966 (or #C96).

RGB color model

#C59750 color RGB value is (197,151,80).

  • red value is 197;
  • green value is 151;
  • blue value is 80.
RGB:
(197,151,80)
(77%,59%,31%)

RGB channels and saturation

R 197 of 255 = 77%
G 151 of 255 = 59%
B 80 of 255 = 31%

197
151
80

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

Portions of RGB colors in percentages

R + G + B =
197 + 151 + 80 = 428 (100%)
R 197 of 428 ~ 46.03%
G 151 of 428 ~ 35.28%
B 80 of 428 ~ 18.69%

%46.03
%35.28
%18.69

CMYK color model

#C59750 color CMYK value is (0,23,59,23).

  • cyan value is 0.00%
  • magenta value is 23.35%
  • yellow value is 59.39%
  • key color value is 22.75%
CMYK:
(0,23,59,23)
C0M23Y59K23 
(0%,23%,59%,23%)
(0.00/0.23/0.59/0.23)	

CMYK percentages

%0
%23.35
%59.39
%22.75

Codes

Color #C59750 in popluar color models

C59750
RGB19715180
HSL36°50.21%54.31%
HSB/HSV36°59.39%77.25%
CMYK0.00%23.35%59.39%
22.75%

Color #C59750 in popluar number systems.

HEXC59750
Decimal19715180
Binary11000101100101111010000
Octal305227120

Shades and tints

Shades of #C59750

#C59750
(197,151,80)
#B48A49
(180,138,73)
#A37D42
(163,125,66)
#92703B
(146,112,59)
#816334
(129,99,52)
#70562D
(112,86,45)
#5F4926
(95,73,38)
#4E3C1F
(78,60,31)
#3D2F18
(61,47,24)
#2C2211
(44,34,17)
#1B150A
(27,21,10)
#000000
(0,0,0)

Tints of #C59750

#C59750
(197,151,80)
#CAA05F
(202,160,95)
#CFA96E
(207,169,110)
#D4B27D
(212,178,125)
#D9BB8C
(217,187,140)
#DEC49B
(222,196,155)
#E3CDAA
(227,205,170)
#E8D6B9
(232,214,185)
#EDDFC8
(237,223,200)
#F2E8D7
(242,232,215)
#F7F1E6
(247,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59750 color. Also use rgb(197,151,80) instead hex code.

Text Font Color

.myTextColor { color: #C59750; }

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

This text font color is #C59750.


Background Color

.myBgColor { background-color: #C59750; }

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

This div background color is #C59750.


Border color

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

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

This div border color is #C59750.


Opacity

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

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

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

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

This text has shadow with #C59750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59750 on black background.


Color preview on white background

This text has color #C59750 on white background.



Black color preview on #C59750 background

This text has black color on #C59750 background.


White color preview on #C59750 background

This text has white color on #C59750 background.