Color Hex Logo

#c4702e Color Hex

#C4702E
(196,112,46)
0 Favorites   0 Comments

Color spaces of #c4702e

RGB 19611246
HSL0.070.620.47
HSV26°77°77°
CMYK 0.000.430.77   0.23
XYZ29.052323.52145.5936
Yxy23.52140.49950.4044
Hunter Lab48.498922.053927.1110
CIE-Lab55.605428.165449.1088

#c4702e color RGB value is (196,112,46).

#c4702e hex color red value is 196, green value is 112 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c4702e hue: 0.07 , saturation: 0.62 and the lightness value of c4702e is 0.47.

The process color (four color CMYK) of #c4702e color hex is 0.00, 0.43, 0.77, 0.23. Web safe color of #c4702e is #cc6633. Color #c4702e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110000 00101110
Octal 304 160 56
Decimal 196 112 46
Hex C4 70 2E

RGB Percentages of Color #c4702e

%55.37
%31.64
%12.99

CMYK Percentages of Color #c4702e

%0
%43
%77
%23

Triadic Colors of #c4702e

#c4702e #2ec470 #702ec4

Analogous Colors of #c4702e

#c4702e #c4bb2e #c42e37

Monochromatic Colors of #c4702e

#c4702e

Complementary Color

#c4702e #2e82c4

#c4702e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4702e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4702e Color CSS Codes

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

#c4702e Text Font Color

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

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


#c4702e Background Color

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

This div background color is #c4702e


#c4702e Border Color

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

This div border color is #c4702e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4702e


Comments

No comments written yet.

Please login to write comment.