Color Hex Logo

#c4473a Color Hex

#C4473A
(196,71,58)
0 Favorites   0 Comments

Color spaces of #c4473a

RGB 1967158
HSL0.020.540.50
HSV70°77°
CMYK 0.000.640.70   0.23
XYZ25.781916.54775.8382
Yxy16.54770.53530.3435
Hunter Lab40.678941.943719.9659
CIE-Lab47.685049.160534.3847

#c4473a color RGB value is (196,71,58).

#c4473a hex color red value is 196, green value is 71 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c4473a hue: 0.02 , saturation: 0.54 and the lightness value of c4473a is 0.50.

The process color (four color CMYK) of #c4473a color hex is 0.00, 0.64, 0.70, 0.23. Web safe color of #c4473a is #cc3333. Color #c4473a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000111 00111010
Octal 304 107 72
Decimal 196 71 58
Hex C4 47 3A

RGB Percentages of Color #c4473a

%60.31
%21.85
%17.85

CMYK Percentages of Color #c4473a

%0
%64
%70
%23

Triadic Colors of #c4473a

#c4473a #3ac447 #473ac4

Analogous Colors of #c4473a

#c4473a #c48c3a #c43a72

Monochromatic Colors of #c4473a

#c4473a

Complementary Color

#c4473a #3ab7c4

#c4473a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4473a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4473a Color CSS Codes

.mybgcolor {background-color:#c4473a; } 
.myforecolor {color:#c4473a; }
.mybordercolor {border:3px solid #c4473a; }

#c4473a Text Font Color

<p style="color:#c4473a">Text here</p>

This sample text font color is #c4473a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c4473a Background Color

<div style="background-color:#c4473a">
Div content here</div>

This div background color is #c4473a


#c4473a Border Color

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

This div border color is #c4473a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,71,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4473a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4473a;
  -webkit-box-shadow: 1px 1px 3px 2px #c4473a;
  box-shadow:         1px 1px 3px 2px #c4473a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,71,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c4473a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c4473a;
  -webkit-box-shadow: 1px 1px 3px 2px #c4473a;
  box-shadow:         1px 1px 3px 2px #c4473a;">
Div content here</div>

This div box has shadow with color #c4473a


Comments

No comments written yet.

Please login to write comment.