Color Hex Logo

#836175 Color Hex

#836175
(131,97,117)
0 Favorites   0 Comments

Color spaces of #836175

RGB 13197117
HSL0.900.150.45
HSV325°26°51°
CMYK 0.000.260.11   0.49
XYZ16.845714.659018.7712
Yxy14.65900.33510.2916
Hunter Lab38.287111.5348-2.2675
CIE-Lab45.163617.2220-5.8572

#836175 color RGB value is (131,97,117).

#836175 hex color red value is 131, green value is 97 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #836175 hue: 0.90 , saturation: 0.15 and the lightness value of 836175 is 0.45.

The process color (four color CMYK) of #836175 color hex is 0.00, 0.26, 0.11, 0.49. Web safe color of #836175 is #996666. Color #836175 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01100001 01110101
Octal 203 141 165
Decimal 131 97 117
Hex 83 61 75

RGB Percentages of Color #836175

%37.97
%28.12
%33.91

CMYK Percentages of Color #836175

%0
%26
%11
%49

Triadic Colors of #836175

#836175 #758361 #617583

Analogous Colors of #836175

#836175 #836164 #806183

Monochromatic Colors of #836175

#836175

Complementary Color

#836175 #61836f

#836175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#836175 Color CSS Codes

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

#836175 Text Font Color

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

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


#836175 Background Color

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

This div background color is #836175


#836175 Border Color

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

This div border color is #836175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836175


Comments

No comments written yet.

Please login to write comment.