Color Hex Logo

#c47413 Color Hex

#C47413
(196,116,19)
0 Favorites   0 Comments

Color spaces of #c47413

RGB 19611619
HSL0.090.820.42
HSV33°90°77°
CMYK 0.000.410.90   0.23
XYZ29.127924.27363.7662
Yxy24.27360.50950.4246
Hunter Lab49.268219.311629.9555
CIE-Lab56.360725.201659.5953

#c47413 color RGB value is (196,116,19).

#c47413 hex color red value is 196, green value is 116 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #c47413 hue: 0.09 , saturation: 0.82 and the lightness value of c47413 is 0.42.

The process color (four color CMYK) of #c47413 color hex is 0.00, 0.41, 0.90, 0.23. Web safe color of #c47413 is #cc6600. Color #c47413 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110100 00010011
Octal 304 164 23
Decimal 196 116 19
Hex C4 74 13

RGB Percentages of Color #c47413

%59.21
%35.05
%5.74

CMYK Percentages of Color #c47413

%0
%41
%90
%23

Triadic Colors of #c47413

#c47413 #13c474 #7413c4

Analogous Colors of #c47413

#c47413 #bcc413 #c41c13

Monochromatic Colors of #c47413

#c47413

Complementary Color

#c47413 #1363c4

#c47413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47413 Color CSS Codes

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

#c47413 Text Font Color

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

This sample text font color is #c47413
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.


#c47413 Background Color

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

This div background color is #c47413


#c47413 Border Color

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

This div border color is #c47413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47413


Comments

No comments written yet.

Please login to write comment.