Color Hex Logo

#c45831 Color Hex

#C45831
(196,88,49)
0 Favorites   0 Comments

Color spaces of #c45831

RGB 1968849
HSL0.040.600.48
HSV16°75°77°
CMYK 0.000.550.75   0.23
XYZ26.809118.93705.1479
Yxy18.93700.52680.3721
Hunter Lab43.516733.813523.4478
CIE-Lab50.613440.780642.5316

#c45831 color RGB value is (196,88,49).

#c45831 hex color red value is 196, green value is 88 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #c45831 hue: 0.04 , saturation: 0.60 and the lightness value of c45831 is 0.48.

The process color (four color CMYK) of #c45831 color hex is 0.00, 0.55, 0.75, 0.23. Web safe color of #c45831 is #cc6633. Color #c45831 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011000 00110001
Octal 304 130 61
Decimal 196 88 49
Hex C4 58 31

RGB Percentages of Color #c45831

%58.86
%26.43
%14.71

CMYK Percentages of Color #c45831

%0
%55
%75
%23

Triadic Colors of #c45831

#c45831 #31c458 #5831c4

Analogous Colors of #c45831

#c45831 #c4a231 #c43154

Monochromatic Colors of #c45831

#c45831

Complementary Color

#c45831 #319dc4

#c45831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45831 Color CSS Codes

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

#c45831 Text Font Color

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

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


#c45831 Background Color

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

This div background color is #c45831


#c45831 Border Color

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

This div border color is #c45831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45831


Comments

No comments written yet.

Please login to write comment.