Color Hex Logo

#855230 Color Hex

#855230
(133,82,48)
0 Favorites   0 Comments

Color spaces of #855230

RGB 1338248
HSL0.070.470.35
HSV24°64°52°
CMYK 0.000.380.64   0.48
XYZ13.223711.23454.2678
Yxy11.23450.46030.3911
Hunter Lab33.517911.766615.9132
CIE-Lab39.972717.823128.5668

#855230 color RGB value is (133,82,48).

#855230 hex color red value is 133, green value is 82 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #855230 hue: 0.07 , saturation: 0.47 and the lightness value of 855230 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010010 00110000
Octal 205 122 60
Decimal 133 82 48
Hex 85 52 30

RGB Percentages of Color #855230

%50.57
%31.18
%18.25

CMYK Percentages of Color #855230

%0
%38
%64
%48

Triadic Colors of #855230

#855230 #308552 #523085

Analogous Colors of #855230

#855230 #857d30 #853039

Monochromatic Colors of #855230

#855230

Complementary Color

#855230 #306385

#855230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855230 Color CSS Codes

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

#855230 Text Font Color

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

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


#855230 Background Color

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

This div background color is #855230


#855230 Border Color

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

This div border color is #855230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855230


Comments

No comments written yet.

Please login to write comment.