Color Hex Logo

#955738 Color Hex

#955738
(149,87,56)
0 Favorites   0 Comments

Color spaces of #955738

RGB 1498756
HSL0.060.450.40
HSV20°62°58°
CMYK 0.000.420.62   0.42
XYZ16.516413.49155.4750
Yxy13.49150.46550.3802
Hunter Lab36.730815.985616.8739
CIE-Lab43.494722.573428.7575

#955738 color RGB value is (149,87,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010111 00111000
Octal 225 127 70
Decimal 149 87 56
Hex 95 57 38

RGB Percentages of Color #955738

%51.03
%29.79
%19.18

CMYK Percentages of Color #955738

%0
%42
%62
%42

Triadic Colors of #955738

#955738 #389557 #573895

Analogous Colors of #955738

#955738 #958638 #953848

Monochromatic Colors of #955738

#955738

Complementary Color

#955738 #387695

#955738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955738 Color CSS Codes

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

#955738 Text Font Color

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

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


#955738 Background Color

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

This div background color is #955738


#955738 Border Color

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

This div border color is #955738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955738


Comments

No comments written yet.

Please login to write comment.