Color Hex Logo

#948528 Color Hex

#948528
(148,133,40)
0 Favorites   0 Comments

Color spaces of #948528

RGB 14813340
HSL0.140.570.37
HSV52°73°58°
CMYK 0.000.100.73   0.42
XYZ20.983323.22425.3843
Yxy23.22420.42310.4683
Hunter Lab48.1915-6.613527.1097
CIE-Lab55.3025-5.147349.5258

#948528 color RGB value is (148,133,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000101 00101000
Octal 224 205 50
Decimal 148 133 40
Hex 94 85 28

RGB Percentages of Color #948528

%46.11
%41.43
%12.46

CMYK Percentages of Color #948528

%0
%10
%73
%42

Triadic Colors of #948528

#948528 #289485 #852894

Analogous Colors of #948528

#948528 #6d9428 #944f28

Monochromatic Colors of #948528

#948528

Complementary Color

#948528 #283794

#948528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948528 Color CSS Codes

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

#948528 Text Font Color

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

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


#948528 Background Color

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

This div background color is #948528


#948528 Border Color

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

This div border color is #948528


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,133,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 #948528">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948528


Comments

No comments written yet.

Please login to write comment.