COLOR #C59054

HEX: #C59054
RGB: (197,144,84)

Color info

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

RGB color model

#C59054 color RGB value is (197,144,84).

  • red value is 197;
  • green value is 144;
  • blue value is 84.
RGB:
(197,144,84)
(77%,56%,33%)

RGB channels and saturation

R 197 of 255 = 77%
G 144 of 255 = 56%
B 84 of 255 = 33%

197
144
84

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

Portions of RGB colors in percentages

R + G + B =
197 + 144 + 84 = 425 (100%)
R 197 of 425 ~ 46.35%
G 144 of 425 ~ 33.88%
B 84 of 425 ~ 19.76%

%46.35
%33.88
%19.76

CMYK color model

#C59054 color CMYK value is (0,27,57,23).

  • cyan value is 0.00%
  • magenta value is 26.90%
  • yellow value is 57.36%
  • key color value is 22.75%
CMYK:
(0,27,57,23)
C0M27Y57K23 
(0%,27%,57%,23%)
(0.00/0.27/0.57/0.23)	

CMYK percentages

%0
%26.9
%57.36
%22.75

Codes

Color #C59054 in popluar color models

C59054
RGB19714484
HSL32°49.34%55.10%
HSB/HSV32°57.36%77.25%
CMYK0.00%26.90%57.36%
22.75%

Color #C59054 in popluar number systems.

HEXC59054
Decimal19714484
Binary11000101100100001010100
Octal305220124

Shades and tints

Shades of #C59054

#C59054
(197,144,84)
#B4834D
(180,131,77)
#A37646
(163,118,70)
#92693F
(146,105,63)
#815C38
(129,92,56)
#704F31
(112,79,49)
#5F422A
(95,66,42)
#4E3523
(78,53,35)
#3D281C
(61,40,28)
#2C1B15
(44,27,21)
#1B0E0E
(27,14,14)
#000000
(0,0,0)

Tints of #C59054

#C59054
(197,144,84)
#CA9A63
(202,154,99)
#CFA472
(207,164,114)
#D4AE81
(212,174,129)
#D9B890
(217,184,144)
#DEC29F
(222,194,159)
#E3CCAE
(227,204,174)
#E8D6BD
(232,214,189)
#EDE0CC
(237,224,204)
#F2EADB
(242,234,219)
#F7F4EA
(247,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59054 color. Also use rgb(197,144,84) instead hex code.

Text Font Color

.myTextColor { color: #C59054; }

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

This text font color is #C59054.


Background Color

.myBgColor { background-color: #C59054; }

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

This div background color is #C59054.


Border color

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

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

This div border color is #C59054.


Opacity

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

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

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

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

This text has shadow with #C59054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59054 on black background.


Color preview on white background

This text has color #C59054 on white background.



Black color preview on #C59054 background

This text has black color on #C59054 background.


White color preview on #C59054 background

This text has white color on #C59054 background.