Color Hex Logo

#938848 Color Hex

#938848
(147,136,72)
0 Favorites   0 Comments

Color spaces of #938848

RGB 14713672
HSL0.140.340.43
HSV51°51°58°
CMYK 0.000.070.51   0.42
XYZ22.006524.27929.6574
Yxy24.27920.39340.4340
Hunter Lab49.2739-6.508522.8713
CIE-Lab56.3663-4.898235.5766

#938848 color RGB value is (147,136,72).

#938848 hex color red value is 147, green value is 136 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #938848 hue: 0.14 , saturation: 0.34 and the lightness value of 938848 is 0.43.

The process color (four color CMYK) of #938848 color hex is 0.00, 0.07, 0.51, 0.42. Web safe color of #938848 is #999933. Color #938848 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001000 01001000
Octal 223 210 110
Decimal 147 136 72
Hex 93 88 48

RGB Percentages of Color #938848

%41.41
%38.31
%20.28

CMYK Percentages of Color #938848

%0
%7
%51
%42

Triadic Colors of #938848

#938848 #489388 #884893

Analogous Colors of #938848

#938848 #799348 #936348

Monochromatic Colors of #938848

#938848

Complementary Color

#938848 #485393

#938848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#938848 Color CSS Codes

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

#938848 Text Font Color

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

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


#938848 Background Color

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

This div background color is #938848


#938848 Border Color

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

This div border color is #938848


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,136,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #938848; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #938848;
  -webkit-box-shadow: 1px 1px 3px 2px #938848;
  box-shadow:         1px 1px 3px 2px #938848; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,136,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938848


Comments

No comments written yet.

Please login to write comment.