Color Hex Logo

#956628 Color Hex

#956628
(149,102,40)
0 Favorites   0 Comments

Color spaces of #956628

RGB 14910240
HSL0.090.580.37
HSV34°73°58°
CMYK 0.000.320.73   0.42
XYZ17.528816.04554.1807
Yxy16.04550.46430.4250
Hunter Lab40.05688.011821.8517
CIE-Lab47.034112.905341.2071

#956628 color RGB value is (149,102,40).

#956628 hex color red value is 149, green value is 102 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #956628 hue: 0.09 , saturation: 0.58 and the lightness value of 956628 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100110 00101000
Octal 225 146 50
Decimal 149 102 40
Hex 95 66 28

RGB Percentages of Color #956628

%51.20
%35.05
%13.75

CMYK Percentages of Color #956628

%0
%32
%73
%42

Triadic Colors of #956628

#956628 #289566 #662895

Analogous Colors of #956628

#956628 #8e9528 #953028

Monochromatic Colors of #956628

#956628

Complementary Color

#956628 #285795

#956628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#956628 Color CSS Codes

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

#956628 Text Font Color

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

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


#956628 Background Color

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

This div background color is #956628


#956628 Border Color

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

This div border color is #956628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956628


Comments

No comments written yet.

Please login to write comment.