Color Hex Logo

#c4812f Color Hex

#C4812F
(196,129,47)
0 Favorites   0 Comments

Color spaces of #c4812f

RGB 19612947
HSL0.090.610.48
HSV33°76°77°
CMYK 0.000.340.76   0.23
XYZ31.128327.64156.3840
Yxy27.64150.47780.4243
Hunter Lab52.575213.678329.6033
CIE-Lab59.563518.943352.5842

#c4812f color RGB value is (196,129,47).

#c4812f hex color red value is 196, green value is 129 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #c4812f hue: 0.09 , saturation: 0.61 and the lightness value of c4812f is 0.48.

The process color (four color CMYK) of #c4812f color hex is 0.00, 0.34, 0.76, 0.23. Web safe color of #c4812f is #cc9933. Color #c4812f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000001 00101111
Octal 304 201 57
Decimal 196 129 47
Hex C4 81 2F

RGB Percentages of Color #c4812f

%52.69
%34.68
%12.63

CMYK Percentages of Color #c4812f

%0
%34
%76
%23

Triadic Colors of #c4812f

#c4812f #2fc481 #812fc4

Analogous Colors of #c4812f

#c4812f #bdc42f #c4372f

Monochromatic Colors of #c4812f

#c4812f

Complementary Color

#c4812f #2f72c4

#c4812f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4812f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4812f Color CSS Codes

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

#c4812f Text Font Color

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

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


#c4812f Background Color

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

This div background color is #c4812f


#c4812f Border Color

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

This div border color is #c4812f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4812f


Comments

No comments written yet.

Please login to write comment.