Color Hex Logo

#95793f Color Hex

#95793F
(149,121,63)
0 Favorites   0 Comments

Color spaces of #95793f

RGB 14912163
HSL0.110.410.42
HSV40°58°58°
CMYK 0.000.190.58   0.42
XYZ20.129020.42327.5838
Yxy20.42320.41820.4243
Hunter Lab45.19200.419721.6848
CIE-Lab52.31243.583435.4915

#95793f color RGB value is (149,121,63).

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

The process color (four color CMYK) of #95793f color hex is 0.00, 0.19, 0.58, 0.42. Web safe color of #95793f is #996633. Color #95793f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111001 00111111
Octal 225 171 77
Decimal 149 121 63
Hex 95 79 3F

RGB Percentages of Color #95793f

%44.74
%36.34
%18.92

CMYK Percentages of Color #95793f

%0
%19
%58
%42

Triadic Colors of #95793f

#95793f #3f9579 #793f95

Analogous Colors of #95793f

#95793f #86953f #954e3f

Monochromatic Colors of #95793f

#95793f

Complementary Color

#95793f #3f5b95

#95793f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95793f Color Preview on White Background

Lorem ipsum dolor sit amet.

#95793f Color CSS Codes

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

#95793f Text Font Color

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

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


#95793f Background Color

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

This div background color is #95793f


#95793f Border Color

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

This div border color is #95793f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,121,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 #95793f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95793f


Comments

No comments written yet.

Please login to write comment.