Color Hex Logo

#952300 Color Hex

#952300
(149,35,0)
0 Favorites   0 Comments

Color spaces of #952300

RGB 149350
HSL0.041.000.29
HSV14°100°58°
CMYK 0.000.771.00   0.42
XYZ12.99557.59160.7804
Yxy7.59160.60820.3553
Hunter Lab27.552935.973317.6077
CIE-Lab33.117445.872445.9366

#952300 color RGB value is (149,35,0).

#952300 hex color red value is 149, green value is 35 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #952300 hue: 0.04 , saturation: 1.00 and the lightness value of 952300 is 0.29.

The process color (four color CMYK) of #952300 color hex is 0.00, 0.77, 1.00, 0.42. Web safe color of #952300 is #993300. Color #952300 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00100011 00000000
Octal 225 43 0
Decimal 149 35 0
Hex 95 23 0

RGB Percentages of Color #952300

%80.98
%19.02
%0.00

CMYK Percentages of Color #952300

%0
%77
%100
%42

Triadic Colors of #952300

#952300 #009523 #230095

Analogous Colors of #952300

#952300 #956e00 #950028

Monochromatic Colors of #952300

#952300

Complementary Color

#952300 #007295

#952300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#952300 Color CSS Codes

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

#952300 Text Font Color

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

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


#952300 Background Color

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

This div background color is #952300


#952300 Border Color

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

This div border color is #952300


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,35,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #952300; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #952300;
  -webkit-box-shadow: 1px 1px 3px 2px #952300;
  box-shadow:         1px 1px 3px 2px #952300; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952300


Comments

No comments written yet.

Please login to write comment.