COLOR #C5590D

HEX: #C5590D
RGB: (197,89,13)

Color info

#C5590D contains mainly red color. Web safe color of #C5590D is #CC6600 (or #C60).

RGB color model

#C5590D color RGB value is (197,89,13).

  • red value is 197;
  • green value is 89;
  • blue value is 13.
RGB:
(197,89,13)
(77%,35%,5%)

RGB channels and saturation

R 197 of 255 = 77%
G 89 of 255 = 35%
B 13 of 255 = 5%

197
89
13

R + G + B ~ 39%. #C5590D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
197 + 89 + 13 = 299 (100%)
R 197 of 299 ~ 65.89%
G 89 of 299 ~ 29.77%
B 13 of 299 ~ 4.35%

%65.89
%29.77

CMYK color model

#C5590D color CMYK value is (0,55,93,23).

  • cyan value is 0.00%
  • magenta value is 54.82%
  • yellow value is 93.40%
  • key color value is 22.75%
CMYK:
(0,55,93,23)
C0M55Y93K23 
(0%,55%,93%,23%)
(0.00/0.55/0.93/0.23)	

CMYK percentages

%0
%54.82
%93.4
%22.75

Codes

Color #C5590D in popluar color models

C5590D
RGB1978913
HSL25°87.62%41.18%
HSB/HSV25°93.40%77.25%
CMYK0.00%54.82%93.40%
22.75%

Color #C5590D in popluar number systems.

HEXC5590D
Decimal1978913
Binary1100010110110011101
Octal30513115

Shades and tints

Shades of #C5590D

#C5590D
(197,89,13)
#B4510C
(180,81,12)
#A3490B
(163,73,11)
#92410A
(146,65,10)
#813909
(129,57,9)
#703108
(112,49,8)
#5F2907
(95,41,7)
#4E2106
(78,33,6)
#3D1905
(61,25,5)
#2C1104
(44,17,4)
#1B0903
(27,9,3)
#000000
(0,0,0)

Tints of #C5590D

#C5590D
(197,89,13)
#CA6823
(202,104,35)
#CF7739
(207,119,57)
#D4864F
(212,134,79)
#D99565
(217,149,101)
#DEA47B
(222,164,123)
#E3B391
(227,179,145)
#E8C2A7
(232,194,167)
#EDD1BD
(237,209,189)
#F2E0D3
(242,224,211)
#F7EFE9
(247,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5590D color. Also use rgb(197,89,13) instead hex code.

Text Font Color

.myTextColor { color: #C5590D; }

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

This text font color is #C5590D.


Background Color

.myBgColor { background-color: #C5590D; }

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

This div background color is #C5590D.


Border color

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

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

This div border color is #C5590D.


Opacity

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

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

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

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

This text has shadow with #C5590D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5590D on black background.


Color preview on white background

This text has color #C5590D on white background.



Black color preview on #C5590D background

This text has black color on #C5590D background.


White color preview on #C5590D background

This text has white color on #C5590D background.