Color Hex Logo

#c47618 Color Hex

#C47618
(196,118,24)
0 Favorites   0 Comments

Color spaces of #c47618

RGB 19611824
HSL0.090.780.43
HSV33°88°77°
CMYK 0.000.400.88   0.23
XYZ29.408324.75864.0931
Yxy24.75860.50480.4250
Hunter Lab49.758018.421729.9534
CIE-Lab56.839524.216358.5874

#c47618 color RGB value is (196,118,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110110 00011000
Octal 304 166 30
Decimal 196 118 24
Hex C4 76 18

RGB Percentages of Color #c47618

%57.99
%34.91
%7.10

CMYK Percentages of Color #c47618

%0
%40
%88
%23

Triadic Colors of #c47618

#c47618 #18c476 #7618c4

Analogous Colors of #c47618

#c47618 #bcc418 #c42018

Monochromatic Colors of #c47618

#c47618

Complementary Color

#c47618 #1866c4

#c47618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47618 Color CSS Codes

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

#c47618 Text Font Color

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

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


#c47618 Background Color

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

This div background color is #c47618


#c47618 Border Color

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

This div border color is #c47618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47618


Comments

No comments written yet.

Please login to write comment.