Color Hex Logo

#838355 Color Hex

#838355
(131,131,85)
0 Favorites   0 Comments

Color spaces of #838355

RGB 13113185
HSL0.170.210.42
HSV60°35°51°
CMYK 0.000.000.35   0.49
XYZ19.116121.713811.7780
Yxy21.71380.36340.4127
Hunter Lab46.5981-8.319917.6327
CIE-Lab53.7220-7.578124.9160

#838355 color RGB value is (131,131,85).

#838355 hex color red value is 131, green value is 131 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #838355 hue: 0.17 , saturation: 0.21 and the lightness value of 838355 is 0.42.

The process color (four color CMYK) of #838355 color hex is 0.00, 0.00, 0.35, 0.49. Web safe color of #838355 is #999966. Color #838355 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000011 01010101
Octal 203 203 125
Decimal 131 131 85
Hex 83 83 55

RGB Percentages of Color #838355

%37.75
%37.75
%24.50

CMYK Percentages of Color #838355

%0
%0
%35
%49

Triadic Colors of #838355

#838355 #558383 #835583

Analogous Colors of #838355

#838355 #6c8355 #836c55

Monochromatic Colors of #838355

#838355

Complementary Color

#838355 #555583

#838355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838355 Color CSS Codes

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

#838355 Text Font Color

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

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


#838355 Background Color

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

This div background color is #838355


#838355 Border Color

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

This div border color is #838355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838355


Comments

No comments written yet.

Please login to write comment.