Color Hex Logo

#948962 Color Hex

#948962
(148,137,98)
0 Favorites   0 Comments

Color spaces of #948962

RGB 14813798
HSL0.130.200.48
HSV47°34°58°
CMYK 0.000.070.34   0.42
XYZ23.363025.069115.1627
Yxy25.06910.36740.3942
Hunter Lab50.0691-4.330017.0932
CIE-Lab57.1427-2.061822.4423

#948962 color RGB value is (148,137,98).

#948962 hex color red value is 148, green value is 137 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #948962 hue: 0.13 , saturation: 0.20 and the lightness value of 948962 is 0.48.

The process color (four color CMYK) of #948962 color hex is 0.00, 0.07, 0.34, 0.42. Web safe color of #948962 is #999966. Color #948962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001001 01100010
Octal 224 211 142
Decimal 148 137 98
Hex 94 89 62

RGB Percentages of Color #948962

%38.64
%35.77
%25.59

CMYK Percentages of Color #948962

%0
%7
%34
%42

Triadic Colors of #948962

#948962 #629489 #896294

Analogous Colors of #948962

#948962 #869462 #947062

Monochromatic Colors of #948962

#948962

Complementary Color

#948962 #626d94

#948962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948962 Color CSS Codes

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

#948962 Text Font Color

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

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


#948962 Background Color

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

This div background color is #948962


#948962 Border Color

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

This div border color is #948962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948962


Comments

No comments written yet.

Please login to write comment.