Color Hex Logo

#958219 Color Hex

#958219
(149,130,25)
0 Favorites   0 Comments

Color spaces of #958219

RGB 14913025
HSL0.140.710.34
HSV51°83°58°
CMYK 0.000.130.83   0.42
XYZ20.552522.42504.1649
Yxy22.42500.43600.4757
Hunter Lab47.3550-5.400827.9339
CIE-Lab54.4751-3.663054.1214

#958219 color RGB value is (149,130,25).

#958219 hex color red value is 149, green value is 130 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #958219 hue: 0.14 , saturation: 0.71 and the lightness value of 958219 is 0.34.

The process color (four color CMYK) of #958219 color hex is 0.00, 0.13, 0.83, 0.42. Web safe color of #958219 is #999900. Color #958219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000010 00011001
Octal 225 202 31
Decimal 149 130 25
Hex 95 82 19

RGB Percentages of Color #958219

%49.01
%42.76
%8.22

CMYK Percentages of Color #958219

%0
%13
%83
%42

Triadic Colors of #958219

#958219 #199582 #821995

Analogous Colors of #958219

#958219 #6a9519 #954419

Monochromatic Colors of #958219

#958219

Complementary Color

#958219 #192c95

#958219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958219 Color CSS Codes

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

#958219 Text Font Color

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

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


#958219 Background Color

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

This div background color is #958219


#958219 Border Color

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

This div border color is #958219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958219


Comments

No comments written yet.

Please login to write comment.