Color Hex Logo

#c4962f Color Hex

#C4962F
(196,150,47)
0 Favorites   0 Comments

Color spaces of #c4962f

RGB 19615047
HSL0.120.610.48
HSV41°76°77°
CMYK 0.000.230.76   0.23
XYZ34.184433.75377.4027
Yxy33.75370.45370.4480
Hunter Lab58.09793.356733.1140
CIE-Lab64.76667.444757.6246

#c4962f color RGB value is (196,150,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010110 00101111
Octal 304 226 57
Decimal 196 150 47
Hex C4 96 2F

RGB Percentages of Color #c4962f

%49.87
%38.17
%11.96

CMYK Percentages of Color #c4962f

%0
%23
%76
%23

Triadic Colors of #c4962f

#c4962f #2fc496 #962fc4

Analogous Colors of #c4962f

#c4962f #a8c42f #c44c2f

Monochromatic Colors of #c4962f

#c4962f

Complementary Color

#c4962f #2f5dc4

#c4962f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4962f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4962f Color CSS Codes

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

#c4962f Text Font Color

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

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


#c4962f Background Color

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

This div background color is #c4962f


#c4962f Border Color

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

This div border color is #c4962f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4962f


Comments

No comments written yet.

Please login to write comment.