Color Hex Logo

#95833f Color Hex

#95833F
(149,131,63)
0 Favorites   0 Comments

Color spaces of #95833f

RGB 14913163
HSL0.130.410.42
HSV47°58°58°
CMYK 0.000.120.58   0.42
XYZ21.407922.98108.0101
Yxy22.98100.40860.4386
Hunter Lab47.9385-4.179623.6501
CIE-Lab55.0528-2.046038.7025

#95833f color RGB value is (149,131,63).

#95833f hex color red value is 149, green value is 131 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #95833f hue: 0.13 , saturation: 0.41 and the lightness value of 95833f is 0.42.

The process color (four color CMYK) of #95833f color hex is 0.00, 0.12, 0.58, 0.42. Web safe color of #95833f is #999933. Color #95833f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000011 00111111
Octal 225 203 77
Decimal 149 131 63
Hex 95 83 3F

RGB Percentages of Color #95833f

%43.44
%38.19
%18.37

CMYK Percentages of Color #95833f

%0
%12
%58
%42

Triadic Colors of #95833f

#95833f #3f9583 #833f95

Analogous Colors of #95833f

#95833f #7c953f #95583f

Monochromatic Colors of #95833f

#95833f

Complementary Color

#95833f #3f5195

#95833f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95833f Color Preview on White Background

Lorem ipsum dolor sit amet.

#95833f Color CSS Codes

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

#95833f Text Font Color

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

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


#95833f Background Color

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

This div background color is #95833f


#95833f Border Color

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

This div border color is #95833f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,131,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95833f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95833f;
  -webkit-box-shadow: 1px 1px 3px 2px #95833f;
  box-shadow:         1px 1px 3px 2px #95833f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95833f


Comments

No comments written yet.

Please login to write comment.