Color Hex Logo

#949547 Color Hex

#949547
(148,149,71)
0 Favorites   0 Comments

Color spaces of #949547

RGB 14814971
HSL0.170.350.43
HSV61°52°58°
CMYK 0.010.000.52   0.42
XYZ24.097528.245710.1431
Yxy28.24570.38560.4520
Hunter Lab53.1467-12.072125.8871
CIE-Lab60.1101-11.603840.5605

#949547 color RGB value is (148,149,71).

#949547 hex color red value is 148, green value is 149 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #949547 hue: 0.17 , saturation: 0.35 and the lightness value of 949547 is 0.43.

The process color (four color CMYK) of #949547 color hex is 0.01, 0.00, 0.52, 0.42. Web safe color of #949547 is #999933. Color #949547 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10010101 01000111
Octal 224 225 107
Decimal 148 149 71
Hex 94 95 47

RGB Percentages of Color #949547

%40.22
%40.49
%19.29

CMYK Percentages of Color #949547

%1
%0
%52
%42

Triadic Colors of #949547

#949547 #479495 #954794

Analogous Colors of #949547

#949547 #6d9547 #956f47

Monochromatic Colors of #949547

#949547

Complementary Color

#949547 #484795

#949547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#949547 Color CSS Codes

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

#949547 Text Font Color

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

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


#949547 Background Color

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

This div background color is #949547


#949547 Border Color

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

This div border color is #949547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949547


Comments

No comments written yet.

Please login to write comment.