Color Hex Logo

#858068 Color Hex

#858068
(133,128,104)
0 Favorites   0 Comments

Color spaces of #858068

RGB 133128104
HSL0.140.120.46
HSV50°22°52°
CMYK 0.000.040.22   0.48
XYZ19.890721.424416.1837
Yxy21.42440.34590.3726
Hunter Lab46.2865-4.294611.6703
CIE-Lab53.4109-2.332413.7317

#858068 color RGB value is (133,128,104).

#858068 hex color red value is 133, green value is 128 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #858068 hue: 0.14 , saturation: 0.12 and the lightness value of 858068 is 0.46.

The process color (four color CMYK) of #858068 color hex is 0.00, 0.04, 0.22, 0.48. Web safe color of #858068 is #999966. Color #858068 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000000 01101000
Octal 205 200 150
Decimal 133 128 104
Hex 85 80 68

RGB Percentages of Color #858068

%36.44
%35.07
%28.49

CMYK Percentages of Color #858068

%0
%4
%22
%48

Triadic Colors of #858068

#858068 #688580 #806885

Analogous Colors of #858068

#858068 #7c8568 #857268

Monochromatic Colors of #858068

#858068

Complementary Color

#858068 #686d85

#858068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858068 Color CSS Codes

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

#858068 Text Font Color

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

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


#858068 Background Color

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

This div background color is #858068


#858068 Border Color

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

This div border color is #858068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858068


Comments

No comments written yet.

Please login to write comment.