Color Hex Logo

#854830 Color Hex

#854830
(133,72,48)
0 Favorites   0 Comments

Color spaces of #854830

RGB 1337248
HSL0.050.470.35
HSV17°64°52°
CMYK 0.000.460.64   0.48
XYZ12.52379.83474.0345
Yxy9.83470.47450.3726
Hunter Lab31.360316.403114.3246
CIE-Lab37.544123.636325.6409

#854830 color RGB value is (133,72,48).

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

The process color (four color CMYK) of #854830 color hex is 0.00, 0.46, 0.64, 0.48. Web safe color of #854830 is #993333. Color #854830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001000 00110000
Octal 205 110 60
Decimal 133 72 48
Hex 85 48 30

RGB Percentages of Color #854830

%52.57
%28.46
%18.97

CMYK Percentages of Color #854830

%0
%46
%64
%48

Triadic Colors of #854830

#854830 #308548 #483085

Analogous Colors of #854830

#854830 #857330 #853043

Monochromatic Colors of #854830

#854830

Complementary Color

#854830 #306d85

#854830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854830 Color CSS Codes

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

#854830 Text Font Color

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

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


#854830 Background Color

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

This div background color is #854830


#854830 Border Color

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

This div border color is #854830


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,72,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 #854830">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854830


Comments

No comments written yet.

Please login to write comment.