Color Hex Logo

#948353 Color Hex

#948353
(148,131,83)
0 Favorites   0 Comments

Color spaces of #948353

RGB 14813183
HSL0.120.280.45
HSV44°44°58°
CMYK 0.000.110.44   0.42
XYZ21.890423.153011.4988
Yxy23.15300.38720.4095
Hunter Lab48.1176-2.999719.5136
CIE-Lab55.2296-0.539628.2743

#948353 color RGB value is (148,131,83).

#948353 hex color red value is 148, green value is 131 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #948353 hue: 0.12 , saturation: 0.28 and the lightness value of 948353 is 0.45.

The process color (four color CMYK) of #948353 color hex is 0.00, 0.11, 0.44, 0.42. Web safe color of #948353 is #999966. Color #948353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000011 01010011
Octal 224 203 123
Decimal 148 131 83
Hex 94 83 53

RGB Percentages of Color #948353

%40.88
%36.19
%22.93

CMYK Percentages of Color #948353

%0
%11
%44
%42

Triadic Colors of #948353

#948353 #539483 #835394

Analogous Colors of #948353

#948353 #859453 #946353

Monochromatic Colors of #948353

#948353

Complementary Color

#948353 #536494

#948353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948353 Color CSS Codes

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

#948353 Text Font Color

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

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


#948353 Background Color

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

This div background color is #948353


#948353 Border Color

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

This div border color is #948353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948353


Comments

No comments written yet.

Please login to write comment.