Color Hex Logo

#9f933d Color Hex

#9F933D
(159,147,61)
0 Favorites   0 Comments

Color spaces of #9f933d

RGB 15914761
HSL0.150.450.43
HSV53°62°62°
CMYK 0.000.080.62   0.38
XYZ25.574128.57538.5826
Yxy28.57530.40770.4555
Hunter Lab53.4559-8.150727.8998
CIE-Lab60.4050-6.538845.9796

#9f933d color RGB value is (159,147,61).

#9f933d hex color red value is 159, green value is 147 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #9f933d hue: 0.15 , saturation: 0.45 and the lightness value of 9f933d is 0.43.

The process color (four color CMYK) of #9f933d color hex is 0.00, 0.08, 0.62, 0.38. Web safe color of #9f933d is #999933. Color #9f933d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10010011 00111101
Octal 237 223 75
Decimal 159 147 61
Hex 9F 93 3D

RGB Percentages of Color #9f933d

%43.32
%40.05
%16.62

CMYK Percentages of Color #9f933d

%0
%8
%62
%38

Triadic Colors of #9f933d

#9f933d #3d9f93 #933d9f

Analogous Colors of #9f933d

#9f933d #7a9f3d #9f623d

Monochromatic Colors of #9f933d

#9f933d

Complementary Color

#9f933d #3d499f

#9f933d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f933d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f933d Color CSS Codes

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

#9f933d Text Font Color

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

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


#9f933d Background Color

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

This div background color is #9f933d


#9f933d Border Color

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

This div border color is #9f933d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f933d


Comments

No comments written yet.

Please login to write comment.