Color Hex Logo

#858124 Color Hex

#858124
(133,129,36)
0 Favorites   0 Comments

Color spaces of #858124

RGB 13312936
HSL0.160.570.33
HSV58°73°52°
CMYK 0.000.030.73   0.48
XYZ17.841620.81444.7463
Yxy20.81440.41110.4796
Hunter Lab45.6228-10.034325.7678
CIE-Lab52.7458-10.030848.1398

#858124 color RGB value is (133,129,36).

#858124 hex color red value is 133, green value is 129 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #858124 hue: 0.16 , saturation: 0.57 and the lightness value of 858124 is 0.33.

The process color (four color CMYK) of #858124 color hex is 0.00, 0.03, 0.73, 0.48. Web safe color of #858124 is #999933. Color #858124 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000001 00100100
Octal 205 201 44
Decimal 133 129 36
Hex 85 81 24

RGB Percentages of Color #858124

%44.63
%43.29
%12.08

CMYK Percentages of Color #858124

%0
%3
%73
%48

Triadic Colors of #858124

#858124 #248581 #812485

Analogous Colors of #858124

#858124 #598524 #855124

Monochromatic Colors of #858124

#858124

Complementary Color

#858124 #242885

#858124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858124 Color CSS Codes

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

#858124 Text Font Color

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

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


#858124 Background Color

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

This div background color is #858124


#858124 Border Color

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

This div border color is #858124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858124


Comments

No comments written yet.

Please login to write comment.