Color Hex Logo

#c47813 Color Hex

#C47813
(196,120,19)
0 Favorites   0 Comments

Color spaces of #c47813

RGB 19612019
HSL0.100.820.42
HSV34°90°77°
CMYK 0.000.390.90   0.23
XYZ29.599025.21573.9232
Yxy25.21570.50390.4293
Hunter Lab50.215217.338830.5185
CIE-Lab57.285023.025360.2957

#c47813 color RGB value is (196,120,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111000 00010011
Octal 304 170 23
Decimal 196 120 19
Hex C4 78 13

RGB Percentages of Color #c47813

%58.51
%35.82
%5.67

CMYK Percentages of Color #c47813

%0
%39
%90
%23

Triadic Colors of #c47813

#c47813 #13c478 #7813c4

Analogous Colors of #c47813

#c47813 #b8c413 #c42013

Monochromatic Colors of #c47813

#c47813

Complementary Color

#c47813 #135fc4

#c47813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47813 Color CSS Codes

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

#c47813 Text Font Color

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

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


#c47813 Background Color

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

This div background color is #c47813


#c47813 Border Color

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

This div border color is #c47813


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,120,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 #c47813">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47813


Comments

No comments written yet.

Please login to write comment.