Color Hex Logo

#948828 Color Hex

#948828
(148,136,40)
0 Favorites   0 Comments

Color spaces of #948828

RGB 14813640
HSL0.150.570.37
HSV53°73°58°
CMYK 0.000.080.73   0.42
XYZ21.399924.05745.5231
Yxy24.05740.41980.4719
Hunter Lab49.0483-7.954727.6575
CIE-Lab56.1452-6.792850.3532

#948828 color RGB value is (148,136,40).

#948828 hex color red value is 148, green value is 136 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #948828 hue: 0.15 , saturation: 0.57 and the lightness value of 948828 is 0.37.

The process color (four color CMYK) of #948828 color hex is 0.00, 0.08, 0.73, 0.42. Web safe color of #948828 is #999933. Color #948828 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001000 00101000
Octal 224 210 50
Decimal 148 136 40
Hex 94 88 28

RGB Percentages of Color #948828

%45.68
%41.98
%12.35

CMYK Percentages of Color #948828

%0
%8
%73
%42

Triadic Colors of #948828

#948828 #289488 #882894

Analogous Colors of #948828

#948828 #6a9428 #945228

Monochromatic Colors of #948828

#948828

Complementary Color

#948828 #283494

#948828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948828 Color CSS Codes

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

#948828 Text Font Color

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

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


#948828 Background Color

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

This div background color is #948828


#948828 Border Color

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

This div border color is #948828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948828


Comments

No comments written yet.

Please login to write comment.