Color Hex Logo

#9f942b Color Hex

#9F942B
(159,148,43)
0 Favorites   0 Comments

Color spaces of #9f942b

RGB 15914843
HSL0.150.570.40
HSV54°73°62°
CMYK 0.000.070.73   0.38
XYZ25.324028.72526.4953
Yxy28.72520.41830.4744
Hunter Lab53.5959-9.451830.3318
CIE-Lab60.5383-8.169453.8161

#9f942b color RGB value is (159,148,43).

#9f942b hex color red value is 159, green value is 148 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #9f942b hue: 0.15 , saturation: 0.57 and the lightness value of 9f942b is 0.40.

The process color (four color CMYK) of #9f942b color hex is 0.00, 0.07, 0.73, 0.38. Web safe color of #9f942b is #999933. Color #9f942b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10010100 00101011
Octal 237 224 53
Decimal 159 148 43
Hex 9F 94 2B

RGB Percentages of Color #9f942b

%45.43
%42.29
%12.29

CMYK Percentages of Color #9f942b

%0
%7
%73
%38

Triadic Colors of #9f942b

#9f942b #2b9f94 #942b9f

Analogous Colors of #9f942b

#9f942b #709f2b #9f5a2b

Monochromatic Colors of #9f942b

#9f942b

Complementary Color

#9f942b #2b369f

#9f942b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f942b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f942b Color CSS Codes

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

#9f942b Text Font Color

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

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


#9f942b Background Color

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

This div background color is #9f942b


#9f942b Border Color

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

This div border color is #9f942b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,148,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f942b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f942b;
  -webkit-box-shadow: 1px 1px 3px 2px #9f942b;
  box-shadow:         1px 1px 3px 2px #9f942b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,148,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f942b


Comments

No comments written yet.

Please login to write comment.