Color Hex Logo

#95251c Color Hex

#95251C
(149,37,28)
0 Favorites   0 Comments

Color spaces of #95251c

RGB 1493728
HSL0.010.680.35
HSV81°58°
CMYK 0.000.750.81   0.42
XYZ13.26567.79651.9043
Yxy7.79650.57760.3395
Hunter Lab27.922235.939915.5020
CIE-Lab33.555445.756933.5259

#95251c color RGB value is (149,37,28).

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

The process color (four color CMYK) of #95251c color hex is 0.00, 0.75, 0.81, 0.42. Web safe color of #95251c is #993333. Color #95251c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00100101 00011100
Octal 225 45 34
Decimal 149 37 28
Hex 95 25 1C

RGB Percentages of Color #95251c

%69.63
%17.29
%13.08

CMYK Percentages of Color #95251c

%0
%75
%81
%42

Triadic Colors of #95251c

#95251c #1c9525 #251c95

Analogous Colors of #95251c

#95251c #95621c #951c50

Monochromatic Colors of #95251c

#95251c

Complementary Color

#95251c #1c8c95

#95251c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95251c Color Preview on White Background

Lorem ipsum dolor sit amet.

#95251c Color CSS Codes

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

#95251c Text Font Color

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

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


#95251c Background Color

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

This div background color is #95251c


#95251c Border Color

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

This div border color is #95251c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95251c


Comments

No comments written yet.

Please login to write comment.