Color Hex Logo

#c4513d Color Hex

#C4513D
(196,81,61)
0 Favorites   0 Comments

Color spaces of #c4513d

RGB 1968161
HSL0.020.530.50
HSV69°77°
CMYK 0.000.590.69   0.23
XYZ26.549717.95756.4817
Yxy17.95750.52070.3522
Hunter Lab42.376337.675820.5947
CIE-Lab49.444544.758034.7434

#c4513d color RGB value is (196,81,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010001 00111101
Octal 304 121 75
Decimal 196 81 61
Hex C4 51 3D

RGB Percentages of Color #c4513d

%57.99
%23.96
%18.05

CMYK Percentages of Color #c4513d

%0
%59
%69
%23

Triadic Colors of #c4513d

#c4513d #3dc451 #513dc4

Analogous Colors of #c4513d

#c4513d #c4953d #c43d6d

Monochromatic Colors of #c4513d

#c4513d

Complementary Color

#c4513d #3db0c4

#c4513d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4513d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4513d Color CSS Codes

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

#c4513d Text Font Color

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

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


#c4513d Background Color

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

This div background color is #c4513d


#c4513d Border Color

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

This div border color is #c4513d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4513d


Comments

No comments written yet.

Please login to write comment.