Color Hex Logo

#948b3a Color Hex

#948B3A
(148,139,58)
0 Favorites   0 Comments

Color spaces of #948b3a

RGB 14813958
HSL0.150.440.40
HSV54°61°58°
CMYK 0.000.060.61   0.42
XYZ22.209125.06667.6708
Yxy25.06660.40420.4562
Hunter Lab50.0666-8.435425.9626
CIE-Lab57.1403-7.295143.5020

#948b3a color RGB value is (148,139,58).

#948b3a hex color red value is 148, green value is 139 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #948b3a hue: 0.15 , saturation: 0.44 and the lightness value of 948b3a is 0.40.

The process color (four color CMYK) of #948b3a color hex is 0.00, 0.06, 0.61, 0.42. Web safe color of #948b3a is #999933. Color #948b3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001011 00111010
Octal 224 213 72
Decimal 148 139 58
Hex 94 8B 3A

RGB Percentages of Color #948b3a

%42.90
%40.29
%16.81

CMYK Percentages of Color #948b3a

%0
%6
%61
%42

Triadic Colors of #948b3a

#948b3a #3a948b #8b3a94

Analogous Colors of #948b3a

#948b3a #70943a #945e3a

Monochromatic Colors of #948b3a

#948b3a

Complementary Color

#948b3a #3a4394

#948b3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948b3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#948b3a Color CSS Codes

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

#948b3a Text Font Color

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

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


#948b3a Background Color

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

This div background color is #948b3a


#948b3a Border Color

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

This div border color is #948b3a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,139,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #948b3a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #948b3a;
  -webkit-box-shadow: 1px 1px 3px 2px #948b3a;
  box-shadow:         1px 1px 3px 2px #948b3a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948b3a


Comments

No comments written yet.

Please login to write comment.