Color Hex Logo

#c49138 Color Hex

#C49138
(196,145,56)
0 Favorites   0 Comments

Color spaces of #c49138

RGB 19614556
HSL0.110.560.49
HSV38°71°77°
CMYK 0.000.260.71   0.23
XYZ33.604232.27218.1994
Yxy32.27210.45360.4357
Hunter Lab56.80856.173931.2084
CIE-Lab63.567110.591652.7274

#c49138 color RGB value is (196,145,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010001 00111000
Octal 304 221 70
Decimal 196 145 56
Hex C4 91 38

RGB Percentages of Color #c49138

%49.37
%36.52
%14.11

CMYK Percentages of Color #c49138

%0
%26
%71
%23

Triadic Colors of #c49138

#c49138 #38c491 #9138c4

Analogous Colors of #c49138

#c49138 #b1c438 #c44b38

Monochromatic Colors of #c49138

#c49138

Complementary Color

#c49138 #386bc4

#c49138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49138 Color CSS Codes

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

#c49138 Text Font Color

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

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


#c49138 Background Color

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

This div background color is #c49138


#c49138 Border Color

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

This div border color is #c49138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49138


Comments

No comments written yet.

Please login to write comment.