COLOR #C04D34

HEX: #C04D34
RGB: (192,77,52)

Color info

#C04D34 contains mainly red color. Web safe color of #C04D34 is #CC3333 (or #C33).

RGB color model

#C04D34 color RGB value is (192,77,52).

  • red value is 192;
  • green value is 77;
  • blue value is 52.
RGB:
(192,77,52)
(75%,30%,20%)

RGB channels and saturation

R 192 of 255 = 75%
G 77 of 255 = 30%
B 52 of 255 = 20%

192
77
52

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

Portions of RGB colors in percentages

R + G + B =
192 + 77 + 52 = 321 (100%)
R 192 of 321 ~ 59.81%
G 77 of 321 ~ 23.99%
B 52 of 321 ~ 16.2%

%59.81
%23.99
%16.2

CMYK color model

#C04D34 color CMYK value is (0,60,73,25).

  • cyan value is 0.00%
  • magenta value is 59.90%
  • yellow value is 72.92%
  • key color value is 24.71%
CMYK:
(0,60,73,25)
C0M60Y73K25 
(0%,60%,73%,25%)
(0.00/0.60/0.73/0.25)	

CMYK percentages

%0
%59.9
%72.92
%24.71

Codes

Color #C04D34 in popluar color models

C04D34
RGB1927752
HSL11°57.38%47.84%
HSB/HSV11°72.92%75.29%
CMYK0.00%59.90%72.92%
24.71%

Color #C04D34 in popluar number systems.

HEXC04D34
Decimal1927752
Binary110000001001101110100
Octal30011564

Shades and tints

Shades of #C04D34

#C04D34
(192,77,52)
#AF4630
(175,70,48)
#9E3F2C
(158,63,44)
#8D3828
(141,56,40)
#7C3124
(124,49,36)
#6B2A20
(107,42,32)
#5A231C
(90,35,28)
#491C18
(73,28,24)
#381514
(56,21,20)
#270E10
(39,14,16)
#16070C
(22,7,12)
#000000
(0,0,0)

Tints of #C04D34

#C04D34
(192,77,52)
#C55D46
(197,93,70)
#CA6D58
(202,109,88)
#CF7D6A
(207,125,106)
#D48D7C
(212,141,124)
#D99D8E
(217,157,142)
#DEADA0
(222,173,160)
#E3BDB2
(227,189,178)
#E8CDC4
(232,205,196)
#EDDDD6
(237,221,214)
#F2EDE8
(242,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C04D34 color. Also use rgb(192,77,52) instead hex code.

Text Font Color

.myTextColor { color: #C04D34; }

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

This text font color is #C04D34.


Background Color

.myBgColor { background-color: #C04D34; }

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

This div background color is #C04D34.


Border color

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

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

This div border color is #C04D34.


Opacity

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

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

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

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

This text has shadow with #C04D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C04D34 on black background.


Color preview on white background

This text has color #C04D34 on white background.



Black color preview on #C04D34 background

This text has black color on #C04D34 background.


White color preview on #C04D34 background

This text has white color on #C04D34 background.