Color Hex Logo

#c49738 Color Hex

#C49738
(196,151,56)
0 Favorites   0 Comments

Color spaces of #c49738

RGB 19615156
HSL0.110.560.49
HSV41°71°77°
CMYK 0.000.230.71   0.23
XYZ34.545434.15458.5131
Yxy34.15450.44740.4423
Hunter Lab58.44193.239432.2726
CIE-Lab65.08507.319554.2808

#c49738 color RGB value is (196,151,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010111 00111000
Octal 304 227 70
Decimal 196 151 56
Hex C4 97 38

RGB Percentages of Color #c49738

%48.64
%37.47
%13.90

CMYK Percentages of Color #c49738

%0
%23
%71
%23

Triadic Colors of #c49738

#c49738 #38c497 #9738c4

Analogous Colors of #c49738

#c49738 #abc438 #c45138

Monochromatic Colors of #c49738

#c49738

Complementary Color

#c49738 #3865c4

#c49738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49738 Color CSS Codes

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

#c49738 Text Font Color

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

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


#c49738 Background Color

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

This div background color is #c49738


#c49738 Border Color

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

This div border color is #c49738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49738


Comments

No comments written yet.

Please login to write comment.