Color Hex Logo

#957730 Color Hex

#957730
(149,119,48)
0 Favorites   0 Comments

Color spaces of #957730

RGB 14911948
HSL0.120.510.39
HSV42°68°58°
CMYK 0.000.200.68   0.42
XYZ19.524819.79665.5884
Yxy19.79660.43480.4408
Hunter Lab44.49340.466923.6985
CIE-Lab51.60653.613742.2371

#957730 color RGB value is (149,119,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110111 00110000
Octal 225 167 60
Decimal 149 119 48
Hex 95 77 30

RGB Percentages of Color #957730

%47.15
%37.66
%15.19

CMYK Percentages of Color #957730

%0
%20
%68
%42

Triadic Colors of #957730

#957730 #309577 #773095

Analogous Colors of #957730

#957730 #819530 #954530

Monochromatic Colors of #957730

#957730

Complementary Color

#957730 #304e95

#957730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957730 Color CSS Codes

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

#957730 Text Font Color

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

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


#957730 Background Color

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

This div background color is #957730


#957730 Border Color

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

This div border color is #957730


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,119,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 #957730">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957730


Comments

No comments written yet.

Please login to write comment.