Color Hex Logo

#c4513e Color Hex

#C4513E
(196,81,62)
0 Favorites   0 Comments

Color spaces of #c4513e

RGB 1968162
HSL0.020.530.51
HSV68°77°
CMYK 0.000.590.68   0.23
XYZ26.576917.96846.6249
Yxy17.96840.51940.3511
Hunter Lab42.389137.733920.4061
CIE-Lab49.457844.812534.1953

#c4513e color RGB value is (196,81,62).

#c4513e hex color red value is 196, green value is 81 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c4513e hue: 0.02 , saturation: 0.53 and the lightness value of c4513e is 0.51.

The process color (four color CMYK) of #c4513e color hex is 0.00, 0.59, 0.68, 0.23. Web safe color of #c4513e is #cc6633. Color #c4513e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010001 00111110
Octal 304 121 76
Decimal 196 81 62
Hex C4 51 3E

RGB Percentages of Color #c4513e

%57.82
%23.89
%18.29

CMYK Percentages of Color #c4513e

%0
%59
%68
%23

Triadic Colors of #c4513e

#c4513e #3ec451 #513ec4

Analogous Colors of #c4513e

#c4513e #c4943e #c43e6e

Monochromatic Colors of #c4513e

#c4513e

Complementary Color

#c4513e #3eb1c4

#c4513e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4513e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4513e Color CSS Codes

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

#c4513e Text Font Color

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

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


#c4513e Background Color

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

This div background color is #c4513e


#c4513e Border Color

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

This div border color is #c4513e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4513e


Comments

No comments written yet.

Please login to write comment.