Color Hex Logo

#949074 Color Hex

#949074
(148,144,116)
0 Favorites   0 Comments

Color spaces of #949074

RGB 148144116
HSL0.150.130.52
HSV53°22°58°
CMYK 0.000.030.22   0.42
XYZ25.338427.503420.4962
Yxy27.50340.34550.3750
Hunter Lab52.4437-5.533413.5387
CIE-Lab59.4374-3.363115.4426

#949074 color RGB value is (148,144,116).

#949074 hex color red value is 148, green value is 144 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #949074 hue: 0.15 , saturation: 0.13 and the lightness value of 949074 is 0.52.

The process color (four color CMYK) of #949074 color hex is 0.00, 0.03, 0.22, 0.42. Web safe color of #949074 is #999966. Color #949074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10010000 01110100
Octal 224 220 164
Decimal 148 144 116
Hex 94 90 74

RGB Percentages of Color #949074

%36.27
%35.29
%28.43

CMYK Percentages of Color #949074

%0
%3
%22
%42

Triadic Colors of #949074

#949074 #749490 #907494

Analogous Colors of #949074

#949074 #889474 #948074

Monochromatic Colors of #949074

#949074

Complementary Color

#949074 #747894

#949074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#949074 Color CSS Codes

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

#949074 Text Font Color

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

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


#949074 Background Color

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

This div background color is #949074


#949074 Border Color

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

This div border color is #949074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949074


Comments

No comments written yet.

Please login to write comment.