COLOR #C59452

HEX: #C59452
RGB: (197,148,82)

Color info

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

RGB color model

#C59452 color RGB value is (197,148,82).

  • red value is 197;
  • green value is 148;
  • blue value is 82.
RGB:
(197,148,82)
(77%,58%,32%)

RGB channels and saturation

R 197 of 255 = 77%
G 148 of 255 = 58%
B 82 of 255 = 32%

197
148
82

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

Portions of RGB colors in percentages

R + G + B =
197 + 148 + 82 = 427 (100%)
R 197 of 427 ~ 46.14%
G 148 of 427 ~ 34.66%
B 82 of 427 ~ 19.2%

%46.14
%34.66
%19.2

CMYK color model

#C59452 color CMYK value is (0,25,58,23).

  • cyan value is 0.00%
  • magenta value is 24.87%
  • yellow value is 58.38%
  • key color value is 22.75%
CMYK:
(0,25,58,23)
C0M25Y58K23 
(0%,25%,58%,23%)
(0.00/0.25/0.58/0.23)	

CMYK percentages

%0
%24.87
%58.38
%22.75

Codes

Color #C59452 in popluar color models

C59452
RGB19714882
HSL34°49.78%54.71%
HSB/HSV34°58.38%77.25%
CMYK0.00%24.87%58.38%
22.75%

Color #C59452 in popluar number systems.

HEXC59452
Decimal19714882
Binary11000101100101001010010
Octal305224122

Shades and tints

Shades of #C59452

#C59452
(197,148,82)
#B4874B
(180,135,75)
#A37A44
(163,122,68)
#926D3D
(146,109,61)
#816036
(129,96,54)
#70532F
(112,83,47)
#5F4628
(95,70,40)
#4E3921
(78,57,33)
#3D2C1A
(61,44,26)
#2C1F13
(44,31,19)
#1B120C
(27,18,12)
#000000
(0,0,0)

Tints of #C59452

#C59452
(197,148,82)
#CA9D61
(202,157,97)
#CFA670
(207,166,112)
#D4AF7F
(212,175,127)
#D9B88E
(217,184,142)
#DEC19D
(222,193,157)
#E3CAAC
(227,202,172)
#E8D3BB
(232,211,187)
#EDDCCA
(237,220,202)
#F2E5D9
(242,229,217)
#F7EEE8
(247,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59452 color. Also use rgb(197,148,82) instead hex code.

Text Font Color

.myTextColor { color: #C59452; }

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

This text font color is #C59452.


Background Color

.myBgColor { background-color: #C59452; }

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

This div background color is #C59452.


Border color

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

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

This div border color is #C59452.


Opacity

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

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

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

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

This text has shadow with #C59452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59452 on black background.


Color preview on white background

This text has color #C59452 on white background.



Black color preview on #C59452 background

This text has black color on #C59452 background.


White color preview on #C59452 background

This text has white color on #C59452 background.