Color Hex Logo

#858348 Color Hex

#858348
(133,131,72)
0 Favorites   0 Comments

Color spaces of #858348

RGB 13313172
HSL0.160.300.40
HSV58°46°52°
CMYK 0.000.020.46   0.48
XYZ18.958921.68709.3177
Yxy21.68700.37950.4341
Hunter Lab46.5693-8.826920.7356
CIE-Lab53.6933-8.259632.0263

#858348 color RGB value is (133,131,72).

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

The process color (four color CMYK) of #858348 color hex is 0.00, 0.02, 0.46, 0.48. Web safe color of #858348 is #999933. Color #858348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000011 01001000
Octal 205 203 110
Decimal 133 131 72
Hex 85 83 48

RGB Percentages of Color #858348

%39.58
%38.99
%21.43

CMYK Percentages of Color #858348

%0
%2
%46
%48

Triadic Colors of #858348

#858348 #488583 #834885

Analogous Colors of #858348

#858348 #698548 #856548

Monochromatic Colors of #858348

#858348

Complementary Color

#858348 #484a85

#858348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858348 Color CSS Codes

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

#858348 Text Font Color

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

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


#858348 Background Color

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

This div background color is #858348


#858348 Border Color

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

This div border color is #858348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858348


Comments

No comments written yet.

Please login to write comment.