Color Hex Logo

#955731 Color Hex

#955731
(149,87,49)
0 Favorites   0 Comments

Color spaces of #955731

RGB 1498749
HSL0.060.510.39
HSV23°67°58°
CMYK 0.000.420.67   0.42
XYZ16.357013.42774.6354
Yxy13.42770.47520.3901
Hunter Lab36.643815.551818.1506
CIE-Lab43.400722.077832.5802

#955731 color RGB value is (149,87,49).

#955731 hex color red value is 149, green value is 87 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #955731 hue: 0.06 , saturation: 0.51 and the lightness value of 955731 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010111 00110001
Octal 225 127 61
Decimal 149 87 49
Hex 95 57 31

RGB Percentages of Color #955731

%52.28
%30.53
%17.19

CMYK Percentages of Color #955731

%0
%42
%67
%42

Triadic Colors of #955731

#955731 #319557 #573195

Analogous Colors of #955731

#955731 #958931 #95313d

Monochromatic Colors of #955731

#955731

Complementary Color

#955731 #316f95

#955731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955731 Color CSS Codes

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

#955731 Text Font Color

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

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


#955731 Background Color

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

This div background color is #955731


#955731 Border Color

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

This div border color is #955731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955731


Comments

No comments written yet.

Please login to write comment.