Color Hex Logo

#957928 Color Hex

#957928
(149,121,40)
0 Favorites   0 Comments

Color spaces of #957928

RGB 14912140
HSL0.120.580.37
HSV45°73°58°
CMYK 0.000.190.73   0.42
XYZ19.614820.21754.8760
Yxy20.21750.43870.4522
Hunter Lab44.9639-0.818925.0451
CIE-Lab52.08222.015646.3604

#957928 color RGB value is (149,121,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111001 00101000
Octal 225 171 50
Decimal 149 121 40
Hex 95 79 28

RGB Percentages of Color #957928

%48.06
%39.03
%12.90

CMYK Percentages of Color #957928

%0
%19
%73
%42

Triadic Colors of #957928

#957928 #289579 #792895

Analogous Colors of #957928

#957928 #7b9528 #954328

Monochromatic Colors of #957928

#957928

Complementary Color

#957928 #284495

#957928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957928 Color CSS Codes

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

#957928 Text Font Color

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

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


#957928 Background Color

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

This div background color is #957928


#957928 Border Color

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

This div border color is #957928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957928


Comments

No comments written yet.

Please login to write comment.