Color Hex Logo

#c49937 Color Hex

#C49937
(196,153,55)
0 Favorites   0 Comments

Color spaces of #c49937

RGB 19615355
HSL0.120.560.49
HSV42°72°77°
CMYK 0.000.220.72   0.23
XYZ34.845834.79418.4938
Yxy34.79410.44600.4453
Hunter Lab58.98652.221032.7531
CIE-Lab65.58806.182655.2128

#c49937 color RGB value is (196,153,55).

#c49937 hex color red value is 196, green value is 153 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #c49937 hue: 0.12 , saturation: 0.56 and the lightness value of c49937 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011001 00110111
Octal 304 231 67
Decimal 196 153 55
Hex C4 99 37

RGB Percentages of Color #c49937

%48.51
%37.87
%13.61

CMYK Percentages of Color #c49937

%0
%22
%72
%23

Triadic Colors of #c49937

#c49937 #37c499 #9937c4

Analogous Colors of #c49937

#c49937 #a9c437 #c45337

Monochromatic Colors of #c49937

#c49937

Complementary Color

#c49937 #3762c4

#c49937 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49937 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49937 Color CSS Codes

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

#c49937 Text Font Color

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

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


#c49937 Background Color

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

This div background color is #c49937


#c49937 Border Color

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

This div border color is #c49937


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49937


Comments

No comments written yet.

Please login to write comment.