Color Hex Logo

#855348 Color Hex

#855348
(133,83,72)
0 Favorites   0 Comments

Color spaces of #855348

RGB 1338372
HSL0.030.300.40
HSV11°46°52°
CMYK 0.000.380.46   0.48
XYZ13.935811.64097.6433
Yxy11.64090.41950.3504
Hunter Lab34.118813.200410.6010
CIE-Lab40.639619.517915.1514

#855348 color RGB value is (133,83,72).

#855348 hex color red value is 133, green value is 83 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #855348 hue: 0.03 , saturation: 0.30 and the lightness value of 855348 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010011 01001000
Octal 205 123 110
Decimal 133 83 72
Hex 85 53 48

RGB Percentages of Color #855348

%46.18
%28.82
%25.00

CMYK Percentages of Color #855348

%0
%38
%46
%48

Triadic Colors of #855348

#855348 #488553 #534885

Analogous Colors of #855348

#855348 #857248 #85485c

Monochromatic Colors of #855348

#855348

Complementary Color

#855348 #487a85

#855348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855348 Color CSS Codes

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

#855348 Text Font Color

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

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


#855348 Background Color

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

This div background color is #855348


#855348 Border Color

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

This div border color is #855348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855348


Comments

No comments written yet.

Please login to write comment.