Color Hex Logo

#9f826b Color Hex

#9F826B
(159,130,107)
0 Favorites   0 Comments

Color spaces of #9f826b

RGB 159130107
HSL0.070.210.52
HSV27°33°62°
CMYK 0.000.180.33   0.38
XYZ24.934524.397717.3050
Yxy24.39770.37420.3661
Hunter Lab49.39403.668713.8038
CIE-Lab56.48387.649016.6375

#9f826b color RGB value is (159,130,107).

#9f826b hex color red value is 159, green value is 130 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #9f826b hue: 0.07 , saturation: 0.21 and the lightness value of 9f826b is 0.52.

The process color (four color CMYK) of #9f826b color hex is 0.00, 0.18, 0.33, 0.38. Web safe color of #9f826b is #999966. Color #9f826b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10000010 01101011
Octal 237 202 153
Decimal 159 130 107
Hex 9F 82 6B

RGB Percentages of Color #9f826b

%40.15
%32.83
%27.02

CMYK Percentages of Color #9f826b

%0
%18
%33
%38

Triadic Colors of #9f826b

#9f826b #6b9f82 #826b9f

Analogous Colors of #9f826b

#9f826b #9f9c6b #9f6b6e

Monochromatic Colors of #9f826b

#9f826b

Complementary Color

#9f826b #6b889f

#9f826b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f826b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f826b Color CSS Codes

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

#9f826b Text Font Color

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

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


#9f826b Background Color

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

This div background color is #9f826b


#9f826b Border Color

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

This div border color is #9f826b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f826b


Comments

No comments written yet.

Please login to write comment.