Color Hex Logo

#958222 Color Hex

#958222
(149,130,34)
0 Favorites   0 Comments

Color spaces of #958222

RGB 14913034
HSL0.140.630.36
HSV50°77°58°
CMYK 0.000.130.77   0.42
XYZ20.665822.47034.7614
Yxy22.47030.43150.4691
Hunter Lab47.4028-5.135927.2266
CIE-Lab54.5225-3.317051.1285

#958222 color RGB value is (149,130,34).

#958222 hex color red value is 149, green value is 130 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #958222 hue: 0.14 , saturation: 0.63 and the lightness value of 958222 is 0.36.

The process color (four color CMYK) of #958222 color hex is 0.00, 0.13, 0.77, 0.42. Web safe color of #958222 is #999933. Color #958222 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000010 00100010
Octal 225 202 42
Decimal 149 130 34
Hex 95 82 22

RGB Percentages of Color #958222

%47.60
%41.53
%10.86

CMYK Percentages of Color #958222

%0
%13
%77
%42

Triadic Colors of #958222

#958222 #229582 #822295

Analogous Colors of #958222

#958222 #6f9522 #954922

Monochromatic Colors of #958222

#958222

Complementary Color

#958222 #223595

#958222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958222 Color CSS Codes

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

#958222 Text Font Color

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

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


#958222 Background Color

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

This div background color is #958222


#958222 Border Color

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

This div border color is #958222


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,130,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #958222; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #958222;
  -webkit-box-shadow: 1px 1px 3px 2px #958222;
  box-shadow:         1px 1px 3px 2px #958222; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,130,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958222


Comments

No comments written yet.

Please login to write comment.