Color Hex Logo

#954748 Color Hex

#954748
(149,71,72)
0 Favorites   0 Comments

Color spaces of #954748

RGB 1497172
HSL1.000.350.43
HSV359°52°58°
CMYK 0.000.520.52   0.42
XYZ15.817411.36397.4907
Yxy11.36390.45620.3278
Hunter Lab33.710424.761610.4226
CIE-Lab40.186732.838714.9233

#954748 color RGB value is (149,71,72).

#954748 hex color red value is 149, green value is 71 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #954748 hue: 1.00 , saturation: 0.35 and the lightness value of 954748 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01000111 01001000
Octal 225 107 110
Decimal 149 71 72
Hex 95 47 48

RGB Percentages of Color #954748

%51.03
%24.32
%24.66

CMYK Percentages of Color #954748

%0
%52
%52
%42

Triadic Colors of #954748

#954748 #489547 #474895

Analogous Colors of #954748

#954748 #956d47 #95476f

Monochromatic Colors of #954748

#954748

Complementary Color

#954748 #479594

#954748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#954748 Color CSS Codes

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

#954748 Text Font Color

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

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


#954748 Background Color

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

This div background color is #954748


#954748 Border Color

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

This div border color is #954748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954748


Comments

No comments written yet.

Please login to write comment.