Color Hex Logo

#958941 Color Hex

#958941
(149,137,65)
0 Favorites   0 Comments

Color spaces of #958941

RGB 14913765
HSL0.140.390.42
HSV51°56°58°
CMYK 0.000.080.56   0.42
XYZ22.294224.66258.5863
Yxy24.66250.40140.4440
Hunter Lab49.6614-6.774324.5119
CIE-Lab56.7451-5.198939.6572

#958941 color RGB value is (149,137,65).

#958941 hex color red value is 149, green value is 137 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #958941 hue: 0.14 , saturation: 0.39 and the lightness value of 958941 is 0.42.

The process color (four color CMYK) of #958941 color hex is 0.00, 0.08, 0.56, 0.42. Web safe color of #958941 is #999933. Color #958941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001001 01000001
Octal 225 211 101
Decimal 149 137 65
Hex 95 89 41

RGB Percentages of Color #958941

%42.45
%39.03
%18.52

CMYK Percentages of Color #958941

%0
%8
%56
%42

Triadic Colors of #958941

#958941 #419589 #894195

Analogous Colors of #958941

#958941 #779541 #955f41

Monochromatic Colors of #958941

#958941

Complementary Color

#958941 #414d95

#958941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958941 Color CSS Codes

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

#958941 Text Font Color

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

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


#958941 Background Color

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

This div background color is #958941


#958941 Border Color

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

This div border color is #958941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958941


Comments

No comments written yet.

Please login to write comment.