Color Hex Logo

#c49040 Color Hex

#C49040
(196,144,64)
0 Favorites   0 Comments

Color spaces of #c49040

RGB 19614464
HSL0.100.530.51
HSV36°67°77°
CMYK 0.000.270.67   0.23
XYZ33.663632.05249.2630
Yxy32.05240.44900.4275
Hunter Lab56.61487.061429.9297
CIE-Lab63.386211.579948.9110

#c49040 color RGB value is (196,144,64).

#c49040 hex color red value is 196, green value is 144 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #c49040 hue: 0.10 , saturation: 0.53 and the lightness value of c49040 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010000 01000000
Octal 304 220 100
Decimal 196 144 64
Hex C4 90 40

RGB Percentages of Color #c49040

%48.51
%35.64
%15.84

CMYK Percentages of Color #c49040

%0
%27
%67
%23

Triadic Colors of #c49040

#c49040 #40c490 #9040c4

Analogous Colors of #c49040

#c49040 #b6c440 #c44e40

Monochromatic Colors of #c49040

#c49040

Complementary Color

#c49040 #4074c4

#c49040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49040 Color CSS Codes

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

#c49040 Text Font Color

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

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


#c49040 Background Color

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

This div background color is #c49040


#c49040 Border Color

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

This div border color is #c49040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49040


Comments

No comments written yet.

Please login to write comment.