Color Hex Logo

#95612f Color Hex

#95612F
(149,97,47)
0 Favorites   0 Comments

Color spaces of #95612f

RGB 1499747
HSL0.080.520.38
HSV29°68°58°
CMYK 0.000.350.68   0.42
XYZ17.182215.14424.7068
Yxy15.14420.46400.4089
Hunter Lab38.915510.710120.0698
CIE-Lab45.831116.202636.4137

#95612f color RGB value is (149,97,47).

#95612f hex color red value is 149, green value is 97 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #95612f hue: 0.08 , saturation: 0.52 and the lightness value of 95612f is 0.38.

The process color (four color CMYK) of #95612f color hex is 0.00, 0.35, 0.68, 0.42. Web safe color of #95612f is #996633. Color #95612f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100001 00101111
Octal 225 141 57
Decimal 149 97 47
Hex 95 61 2F

RGB Percentages of Color #95612f

%50.85
%33.11
%16.04

CMYK Percentages of Color #95612f

%0
%35
%68
%42

Triadic Colors of #95612f

#95612f #2f9561 #612f95

Analogous Colors of #95612f

#95612f #95942f #952f30

Monochromatic Colors of #95612f

#95612f

Complementary Color

#95612f #2f6395

#95612f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95612f Color Preview on White Background

Lorem ipsum dolor sit amet.

#95612f Color CSS Codes

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

#95612f Text Font Color

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

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


#95612f Background Color

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

This div background color is #95612f


#95612f Border Color

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

This div border color is #95612f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95612f


Comments

No comments written yet.

Please login to write comment.