Color Hex Logo

#95621c Color Hex

#95621C
(149,98,28)
0 Favorites   0 Comments

Color spaces of #95621c

RGB 1499828
HSL0.100.680.35
HSV35°81°58°
CMYK 0.000.340.81   0.42
XYZ16.971715.20883.1397
Yxy15.20880.48050.4306
Hunter Lab38.99859.433922.5256
CIE-Lab45.918914.664945.4267

#95621c color RGB value is (149,98,28).

#95621c hex color red value is 149, green value is 98 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #95621c hue: 0.10 , saturation: 0.68 and the lightness value of 95621c is 0.35.

The process color (four color CMYK) of #95621c color hex is 0.00, 0.34, 0.81, 0.42. Web safe color of #95621c is #996633. Color #95621c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100010 00011100
Octal 225 142 34
Decimal 149 98 28
Hex 95 62 1C

RGB Percentages of Color #95621c

%54.18
%35.64
%10.18

CMYK Percentages of Color #95621c

%0
%34
%81
%42

Triadic Colors of #95621c

#95621c #1c9562 #621c95

Analogous Colors of #95621c

#95621c #8c951c #95261c

Monochromatic Colors of #95621c

#95621c

Complementary Color

#95621c #1c4f95

#95621c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95621c Color Preview on White Background

Lorem ipsum dolor sit amet.

#95621c Color CSS Codes

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

#95621c Text Font Color

<p style="color:#95621c">Text here</p>

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


#95621c Background Color

<div style="background-color:#95621c">
Div content here</div>

This div background color is #95621c


#95621c Border Color

<div style="border:3px solid #95621c">
Div here</div>

This div border color is #95621c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,98,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95621c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95621c;
  -webkit-box-shadow: 1px 1px 3px 2px #95621c;
  box-shadow:         1px 1px 3px 2px #95621c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95621c


Comments

No comments written yet.

Please login to write comment.