Color Hex Logo

#c3835e Color Hex

#C3835E
(195,131,94)
0 Favorites   0 Comments

Color spaces of #c3835e

RGB 19513194
HSL0.060.460.57
HSV22°52°76°
CMYK 0.000.330.52   0.24
XYZ32.642428.642914.3979
Yxy28.64290.43130.3785
Hunter Lab53.519115.212521.5129
CIE-Lab60.465220.556429.9438

#c3835e color RGB value is (195,131,94).

#c3835e hex color red value is 195, green value is 131 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c3835e hue: 0.06 , saturation: 0.46 and the lightness value of c3835e is 0.57.

The process color (four color CMYK) of #c3835e color hex is 0.00, 0.33, 0.52, 0.24. Web safe color of #c3835e is #cc9966. Color #c3835e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000011 01011110
Octal 303 203 136
Decimal 195 131 94
Hex C3 83 5E

RGB Percentages of Color #c3835e

%46.43
%31.19
%22.38

CMYK Percentages of Color #c3835e

%0
%33
%52
%24

Triadic Colors of #c3835e

#c3835e #5ec383 #835ec3

Analogous Colors of #c3835e

#c3835e #c3b65e #c35e6c

Monochromatic Colors of #c3835e

#c3835e

Complementary Color

#c3835e #5e9ec3

#c3835e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3835e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3835e Color CSS Codes

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

#c3835e Text Font Color

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

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


#c3835e Background Color

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

This div background color is #c3835e


#c3835e Border Color

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

This div border color is #c3835e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,131,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3835e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3835e;
  -webkit-box-shadow: 1px 1px 3px 2px #c3835e;
  box-shadow:         1px 1px 3px 2px #c3835e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,131,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3835e


Comments

No comments written yet.

Please login to write comment.