Color Hex Logo

#953834 Color Hex

#953834
(149,56,52)
0 Favorites   0 Comments

Color spaces of #953834

RGB 1495652
HSL0.010.480.39
HSV65°58°
CMYK 0.000.620.65   0.42
XYZ14.42849.46584.3154
Yxy9.46580.51150.3356
Hunter Lab30.766529.868613.2204
CIE-Lab36.866138.853722.9590

#953834 color RGB value is (149,56,52).

#953834 hex color red value is 149, green value is 56 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #953834 hue: 0.01 , saturation: 0.48 and the lightness value of 953834 is 0.39.

The process color (four color CMYK) of #953834 color hex is 0.00, 0.62, 0.65, 0.42. Web safe color of #953834 is #993333. Color #953834 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111000 00110100
Octal 225 70 64
Decimal 149 56 52
Hex 95 38 34

RGB Percentages of Color #953834

%57.98
%21.79
%20.23

CMYK Percentages of Color #953834

%0
%62
%65
%42

Triadic Colors of #953834

#953834 #349538 #383495

Analogous Colors of #953834

#953834 #956934 #953460

Monochromatic Colors of #953834

#953834

Complementary Color

#953834 #349195

#953834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953834 Color CSS Codes

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

#953834 Text Font Color

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

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


#953834 Background Color

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

This div background color is #953834


#953834 Border Color

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

This div border color is #953834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953834


Comments

No comments written yet.

Please login to write comment.