Color Hex Logo

#c49618 Color Hex

#C49618
(196,150,24)
0 Favorites   0 Comments

Color spaces of #c49618

RGB 19615024
HSL0.120.780.43
HSV44°88°77°
CMYK 0.000.230.88   0.23
XYZ33.836233.61445.5690
Yxy33.61440.46340.4603
Hunter Lab57.97792.712134.8895
CIE-Lab64.65536.712964.8213

#c49618 color RGB value is (196,150,24).

#c49618 hex color red value is 196, green value is 150 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #c49618 hue: 0.12 , saturation: 0.78 and the lightness value of c49618 is 0.43.

The process color (four color CMYK) of #c49618 color hex is 0.00, 0.23, 0.88, 0.23. Web safe color of #c49618 is #cc9900. Color #c49618 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010110 00011000
Octal 304 226 30
Decimal 196 150 24
Hex C4 96 18

RGB Percentages of Color #c49618

%52.97
%40.54
%6.49

CMYK Percentages of Color #c49618

%0
%23
%88
%23

Triadic Colors of #c49618

#c49618 #18c496 #9618c4

Analogous Colors of #c49618

#c49618 #9cc418 #c44018

Monochromatic Colors of #c49618

#c49618

Complementary Color

#c49618 #1846c4

#c49618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49618 Color CSS Codes

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

#c49618 Text Font Color

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

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


#c49618 Background Color

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

This div background color is #c49618


#c49618 Border Color

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

This div border color is #c49618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49618


Comments

No comments written yet.

Please login to write comment.