Color Hex Logo

#956330 Color Hex

#956330
(149,99,48)
0 Favorites   0 Comments

Color spaces of #956330

RGB 1499948
HSL0.080.510.39
HSV30°68°58°
CMYK 0.000.340.68   0.42
XYZ17.389815.52664.8767
Yxy15.52660.46010.4108
Hunter Lab39.40389.819520.2448
CIE-Lab46.347215.112136.4689

#956330 color RGB value is (149,99,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100011 00110000
Octal 225 143 60
Decimal 149 99 48
Hex 95 63 30

RGB Percentages of Color #956330

%50.34
%33.45
%16.22

CMYK Percentages of Color #956330

%0
%34
%68
%42

Triadic Colors of #956330

#956330 #309563 #633095

Analogous Colors of #956330

#956330 #959530 #953130

Monochromatic Colors of #956330

#956330

Complementary Color

#956330 #306295

#956330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#956330 Color CSS Codes

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

#956330 Text Font Color

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

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


#956330 Background Color

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

This div background color is #956330


#956330 Border Color

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

This div border color is #956330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956330


Comments

No comments written yet.

Please login to write comment.