Color Hex Logo

#c47218 Color Hex

#C47218
(196,114,24)
0 Favorites   0 Comments

Color spaces of #c47218

RGB 19611424
HSL0.090.780.43
HSV31°88°77°
CMYK 0.000.420.88   0.23
XYZ28.947123.83633.9393
Yxy23.83630.51030.4202
Hunter Lab48.822420.394429.3918
CIE-Lab55.923526.387157.8581

#c47218 color RGB value is (196,114,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110010 00011000
Octal 304 162 30
Decimal 196 114 24
Hex C4 72 18

RGB Percentages of Color #c47218

%58.68
%34.13
%7.19

CMYK Percentages of Color #c47218

%0
%42
%88
%23

Triadic Colors of #c47218

#c47218 #18c472 #7218c4

Analogous Colors of #c47218

#c47218 #c0c418 #c41c18

Monochromatic Colors of #c47218

#c47218

Complementary Color

#c47218 #186ac4

#c47218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47218 Color CSS Codes

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

#c47218 Text Font Color

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

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


#c47218 Background Color

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

This div background color is #c47218


#c47218 Border Color

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

This div border color is #c47218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47218


Comments

No comments written yet.

Please login to write comment.