Color Hex Logo

#857228 Color Hex

#857228
(133,114,40)
0 Favorites   0 Comments

Color spaces of #857228

RGB 13311440
HSL0.130.540.34
HSV48°70°52°
CMYK 0.000.140.70   0.48
XYZ16.073217.17444.4753
Yxy17.17440.42610.4553
Hunter Lab41.4420-3.292622.6067
CIE-Lab48.4790-1.429342.1493

#857228 color RGB value is (133,114,40).

#857228 hex color red value is 133, green value is 114 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #857228 hue: 0.13 , saturation: 0.54 and the lightness value of 857228 is 0.34.

The process color (four color CMYK) of #857228 color hex is 0.00, 0.14, 0.70, 0.48. Web safe color of #857228 is #996633. Color #857228 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110010 00101000
Octal 205 162 50
Decimal 133 114 40
Hex 85 72 28

RGB Percentages of Color #857228

%46.34
%39.72
%13.94

CMYK Percentages of Color #857228

%0
%14
%70
%48

Triadic Colors of #857228

#857228 #288572 #722885

Analogous Colors of #857228

#857228 #6a8528 #854428

Monochromatic Colors of #857228

#857228

Complementary Color

#857228 #283b85

#857228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857228 Color CSS Codes

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

#857228 Text Font Color

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

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


#857228 Background Color

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

This div background color is #857228


#857228 Border Color

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

This div border color is #857228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857228


Comments

No comments written yet.

Please login to write comment.