Color Hex Logo

#952308 Color Hex

#952308
(149,35,8)
0 Favorites   0 Comments

Color spaces of #952308

RGB 149358
HSL0.030.900.31
HSV11°95°58°
CMYK 0.000.770.95   0.42
XYZ13.03937.60921.0112
Yxy7.60920.60200.3513
Hunter Lab27.584836.103417.1359
CIE-Lab33.155445.998042.7113

#952308 color RGB value is (149,35,8).

#952308 hex color red value is 149, green value is 35 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #952308 hue: 0.03 , saturation: 0.90 and the lightness value of 952308 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00100011 00001000
Octal 225 43 10
Decimal 149 35 8
Hex 95 23 8

RGB Percentages of Color #952308

%77.60
%18.23
%4.17

CMYK Percentages of Color #952308

%0
%77
%95
%42

Triadic Colors of #952308

#952308 #089523 #230895

Analogous Colors of #952308

#952308 #956a08 #950833

Monochromatic Colors of #952308

#952308

Complementary Color

#952308 #087a95

#952308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#952308 Color CSS Codes

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

#952308 Text Font Color

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

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


#952308 Background Color

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

This div background color is #952308


#952308 Border Color

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

This div border color is #952308


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952308


Comments

No comments written yet.

Please login to write comment.