Color Hex Logo

#952f44 Color Hex

#952F44
(149,47,68)
0 Favorites   0 Comments

Color spaces of #952f44

RGB 1494768
HSL0.970.520.38
HSV348°68°58°
CMYK 0.000.680.54   0.42
XYZ14.45438.83996.4133
Yxy8.83990.48660.2976
Hunter Lab29.732034.74748.0233
CIE-Lab35.674244.150611.2772

#952f44 color RGB value is (149,47,68).

#952f44 hex color red value is 149, green value is 47 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #952f44 hue: 0.97 , saturation: 0.52 and the lightness value of 952f44 is 0.38.

The process color (four color CMYK) of #952f44 color hex is 0.00, 0.68, 0.54, 0.42. Web safe color of #952f44 is #993333. Color #952f44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101111 01000100
Octal 225 57 104
Decimal 149 47 68
Hex 95 2F 44

RGB Percentages of Color #952f44

%56.44
%17.80
%25.76

CMYK Percentages of Color #952f44

%0
%68
%54
%42

Triadic Colors of #952f44

#952f44 #44952f #2f4495

Analogous Colors of #952f44

#952f44 #954d2f #952f77

Monochromatic Colors of #952f44

#952f44

Complementary Color

#952f44 #2f9580

#952f44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952f44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#952f44 Color CSS Codes

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

#952f44 Text Font Color

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

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


#952f44 Background Color

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

This div background color is #952f44


#952f44 Border Color

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

This div border color is #952f44


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,47,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #952f44; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #952f44;
  -webkit-box-shadow: 1px 1px 3px 2px #952f44;
  box-shadow:         1px 1px 3px 2px #952f44; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952f44


Comments

No comments written yet.

Please login to write comment.