Color Hex Logo

#c49038 Color Hex

#C49038
(196,144,56)
0 Favorites   0 Comments

Color spaces of #c49038

RGB 19614456
HSL0.100.560.49
HSV38°71°77°
CMYK 0.000.270.71   0.23
XYZ33.452031.96788.1487
Yxy31.96780.45470.4345
Hunter Lab56.54016.664631.0330
CIE-Lab63.316311.138452.4693

#c49038 color RGB value is (196,144,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010000 00111000
Octal 304 220 70
Decimal 196 144 56
Hex C4 90 38

RGB Percentages of Color #c49038

%49.49
%36.36
%14.14

CMYK Percentages of Color #c49038

%0
%27
%71
%23

Triadic Colors of #c49038

#c49038 #38c490 #9038c4

Analogous Colors of #c49038

#c49038 #b2c438 #c44a38

Monochromatic Colors of #c49038

#c49038

Complementary Color

#c49038 #386cc4

#c49038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49038 Color CSS Codes

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

#c49038 Text Font Color

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

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


#c49038 Background Color

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

This div background color is #c49038


#c49038 Border Color

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

This div border color is #c49038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49038


Comments

No comments written yet.

Please login to write comment.