Color Hex Logo

#855353 Color Hex

#855353
(133,83,83)
0 Favorites   0 Comments

Color spaces of #855353

RGB 1338383
HSL0.000.230.42
HSV38°52°
CMYK 0.000.380.38   0.48
XYZ14.327511.79769.7056
Yxy11.79760.39990.3293
Hunter Lab34.347614.34977.2898
CIE-Lab40.892620.87478.7497

#855353 color RGB value is (133,83,83).

#855353 hex color red value is 133, green value is 83 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #855353 hue: 0.00 , saturation: 0.23 and the lightness value of 855353 is 0.42.

The process color (four color CMYK) of #855353 color hex is 0.00, 0.38, 0.38, 0.48. Web safe color of #855353 is #996666. Color #855353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010011 01010011
Octal 205 123 123
Decimal 133 83 83
Hex 85 53 53

RGB Percentages of Color #855353

%44.48
%27.76
%27.76

CMYK Percentages of Color #855353

%0
%38
%38
%48

Triadic Colors of #855353

#855353 #538553 #535385

Analogous Colors of #855353

#855353 #856c53 #85536c

Monochromatic Colors of #855353

#855353

Complementary Color

#855353 #538585

#855353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855353 Color CSS Codes

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

#855353 Text Font Color

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

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


#855353 Background Color

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

This div background color is #855353


#855353 Border Color

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

This div border color is #855353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855353

#855353 Color Palettes


Comments

No comments written yet.

Please login to write comment.