Color Hex Logo

#854730 Color Hex

#854730
(133,71,48)
0 Favorites   0 Comments

Color spaces of #854730

RGB 1337148
HSL0.050.470.35
HSV16°64°52°
CMYK 0.000.470.64   0.48
XYZ12.45969.70644.0131
Yxy9.70640.47590.3708
Hunter Lab31.155116.864614.1714
CIE-Lab37.310224.209525.3558

#854730 color RGB value is (133,71,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000111 00110000
Octal 205 107 60
Decimal 133 71 48
Hex 85 47 30

RGB Percentages of Color #854730

%52.78
%28.17
%19.05

CMYK Percentages of Color #854730

%0
%47
%64
%48

Triadic Colors of #854730

#854730 #308547 #473085

Analogous Colors of #854730

#854730 #857230 #853044

Monochromatic Colors of #854730

#854730

Complementary Color

#854730 #306e85

#854730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854730 Color CSS Codes

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

#854730 Text Font Color

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

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


#854730 Background Color

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

This div background color is #854730


#854730 Border Color

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

This div border color is #854730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854730


Comments

No comments written yet.

Please login to write comment.