Color Hex Logo

#836158 Color Hex

#836158
(131,97,88)
0 Favorites   0 Comments

Color spaces of #836158

RGB 1319788
HSL0.030.200.43
HSV13°33°51°
CMYK 0.000.260.33   0.49
XYZ15.396214.079311.1386
Yxy14.07930.37910.3467
Hunter Lab37.52247.57808.6653
CIE-Lab44.346412.445810.5079

#836158 color RGB value is (131,97,88).

#836158 hex color red value is 131, green value is 97 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #836158 hue: 0.03 , saturation: 0.20 and the lightness value of 836158 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01100001 01011000
Octal 203 141 130
Decimal 131 97 88
Hex 83 61 58

RGB Percentages of Color #836158

%41.46
%30.70
%27.85

CMYK Percentages of Color #836158

%0
%26
%33
%49

Triadic Colors of #836158

#836158 #588361 #615883

Analogous Colors of #836158

#836158 #837758 #835865

Monochromatic Colors of #836158

#836158

Complementary Color

#836158 #587a83

#836158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#836158 Color CSS Codes

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

#836158 Text Font Color

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

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


#836158 Background Color

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

This div background color is #836158


#836158 Border Color

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

This div border color is #836158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836158


Comments

No comments written yet.

Please login to write comment.