COLOR #C4581D

HEX: #C4581D
RGB: (196,88,29)

Color info

#C4581D contains mainly red color. Web safe color of #C4581D is #CC6633 (or #C63).

RGB color model

#C4581D color RGB value is (196,88,29).

  • red value is 196;
  • green value is 88;
  • blue value is 29.
RGB:
(196,88,29)
(77%,35%,11%)

RGB channels and saturation

R 196 of 255 = 77%
G 88 of 255 = 35%
B 29 of 255 = 11%

196
88
29

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

Portions of RGB colors in percentages

R + G + B =
196 + 88 + 29 = 313 (100%)
R 196 of 313 ~ 62.62%
G 88 of 313 ~ 28.12%
B 29 of 313 ~ 9.27%

%62.62
%28.12

CMYK color model

#C4581D color CMYK value is (0,55,85,23).

  • cyan value is 0.00%
  • magenta value is 55.10%
  • yellow value is 85.20%
  • key color value is 23.14%
CMYK:
(0,55,85,23)
C0M55Y85K23 
(0%,55%,85%,23%)
(0.00/0.55/0.85/0.23)	

CMYK percentages

%0
%55.1
%85.2
%23.14

Codes

Color #C4581D in popluar color models

C4581D
RGB1968829
HSL21°74.22%44.12%
HSB/HSV21°85.20%76.86%
CMYK0.00%55.10%85.20%
23.14%

Color #C4581D in popluar number systems.

HEXC4581D
Decimal1968829
Binary11000100101100011101
Octal30413035

Shades and tints

Shades of #C4581D

#C4581D
(196,88,29)
#B3501B
(179,80,27)
#A24819
(162,72,25)
#914017
(145,64,23)
#803815
(128,56,21)
#6F3013
(111,48,19)
#5E2811
(94,40,17)
#4D200F
(77,32,15)
#3C180D
(60,24,13)
#2B100B
(43,16,11)
#1A0809
(26,8,9)
#000000
(0,0,0)

Tints of #C4581D

#C4581D
(196,88,29)
#C96731
(201,103,49)
#CE7645
(206,118,69)
#D38559
(211,133,89)
#D8946D
(216,148,109)
#DDA381
(221,163,129)
#E2B295
(226,178,149)
#E7C1A9
(231,193,169)
#ECD0BD
(236,208,189)
#F1DFD1
(241,223,209)
#F6EEE5
(246,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4581D color. Also use rgb(196,88,29) instead hex code.

Text Font Color

.myTextColor { color: #C4581D; }

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

This text font color is #C4581D.


Background Color

.myBgColor { background-color: #C4581D; }

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

This div background color is #C4581D.


Border color

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

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

This div border color is #C4581D.


Opacity

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

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

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

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

This text has shadow with #C4581D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4581D on black background.


Color preview on white background

This text has color #C4581D on white background.



Black color preview on #C4581D background

This text has black color on #C4581D background.


White color preview on #C4581D background

This text has white color on #C4581D background.