Color Hex Logo

#953108 Color Hex

#953108
(149,49,8)
0 Favorites   0 Comments

Color spaces of #953108

RGB 149498
HSL0.050.900.31
HSV17°95°58°
CMYK 0.000.670.95   0.42
XYZ13.53668.60371.1770
Yxy8.60370.58050.3690
Hunter Lab29.332131.045718.1533
CIE-Lab35.209840.380244.0711

#953108 color RGB value is (149,49,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110001 00001000
Octal 225 61 10
Decimal 149 49 8
Hex 95 31 8

RGB Percentages of Color #953108

%72.33
%23.79
%3.88

CMYK Percentages of Color #953108

%0
%67
%95
%42

Triadic Colors of #953108

#953108 #089531 #310895

Analogous Colors of #953108

#953108 #957808 #950825

Monochromatic Colors of #953108

#953108

Complementary Color

#953108 #086c95

#953108 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953108 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953108 Color CSS Codes

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

#953108 Text Font Color

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

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


#953108 Background Color

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

This div background color is #953108


#953108 Border Color

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

This div border color is #953108


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953108


Comments

No comments written yet.

Please login to write comment.