Color Hex Logo

#958119 Color Hex

#958119
(149,129,25)
0 Favorites   0 Comments

Color spaces of #958119

RGB 14912925
HSL0.140.710.34
HSV50°83°58°
CMYK 0.000.130.83   0.42
XYZ20.420222.16034.1208
Yxy22.16030.43730.4745
Hunter Lab47.0747-4.950627.7622
CIE-Lab54.1967-3.108453.8801

#958119 color RGB value is (149,129,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000001 00011001
Octal 225 201 31
Decimal 149 129 25
Hex 95 81 19

RGB Percentages of Color #958119

%49.17
%42.57
%8.25

CMYK Percentages of Color #958119

%0
%13
%83
%42

Triadic Colors of #958119

#958119 #199581 #811995

Analogous Colors of #958119

#958119 #6b9519 #954319

Monochromatic Colors of #958119

#958119

Complementary Color

#958119 #192d95

#958119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958119 Color CSS Codes

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

#958119 Text Font Color

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

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


#958119 Background Color

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

This div background color is #958119


#958119 Border Color

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

This div border color is #958119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958119


Comments

No comments written yet.

Please login to write comment.