Color Hex Logo

#948d2b Color Hex

#948D2B
(148,141,43)
0 Favorites   0 Comments

Color spaces of #948d2b

RGB 14814143
HSL0.160.550.37
HSV56°71°58°
CMYK 0.000.050.71   0.42
XYZ22.173725.52016.0427
Yxy25.52010.41260.4749
Hunter Lab50.5174-10.056228.2702
CIE-Lab57.5787-9.348650.5723

#948d2b color RGB value is (148,141,43).

#948d2b hex color red value is 148, green value is 141 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #948d2b hue: 0.16 , saturation: 0.55 and the lightness value of 948d2b is 0.37.

The process color (four color CMYK) of #948d2b color hex is 0.00, 0.05, 0.71, 0.42. Web safe color of #948d2b is #999933. Color #948d2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001101 00101011
Octal 224 215 53
Decimal 148 141 43
Hex 94 8D 2B

RGB Percentages of Color #948d2b

%44.58
%42.47
%12.95

CMYK Percentages of Color #948d2b

%0
%5
%71
%42

Triadic Colors of #948d2b

#948d2b #2b948d #8d2b94

Analogous Colors of #948d2b

#948d2b #67942b #94582b

Monochromatic Colors of #948d2b

#948d2b

Complementary Color

#948d2b #2b3294

#948d2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948d2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#948d2b Color CSS Codes

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

#948d2b Text Font Color

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

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


#948d2b Background Color

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

This div background color is #948d2b


#948d2b Border Color

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

This div border color is #948d2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948d2b


Comments

No comments written yet.

Please login to write comment.