Color Hex Logo

#948037 Color Hex

#948037
(148,128,55)
0 Favorites   0 Comments

Color spaces of #948037

RGB 14812855
HSL0.130.460.40
HSV47°63°58°
CMYK 0.000.140.63   0.42
XYZ20.621522.01016.7759
Yxy22.01010.41740.4455
Hunter Lab46.9149-3.641324.2772
CIE-Lab54.0377-1.442441.4987

#948037 color RGB value is (148,128,55).

#948037 hex color red value is 148, green value is 128 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #948037 hue: 0.13 , saturation: 0.46 and the lightness value of 948037 is 0.40.

The process color (four color CMYK) of #948037 color hex is 0.00, 0.14, 0.63, 0.42. Web safe color of #948037 is #999933. Color #948037 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000000 00110111
Octal 224 200 67
Decimal 148 128 55
Hex 94 80 37

RGB Percentages of Color #948037

%44.71
%38.67
%16.62

CMYK Percentages of Color #948037

%0
%14
%63
%42

Triadic Colors of #948037

#948037 #379480 #803794

Analogous Colors of #948037

#948037 #7a9437 #945237

Monochromatic Colors of #948037

#948037

Complementary Color

#948037 #374b94

#948037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948037 Color CSS Codes

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

#948037 Text Font Color

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

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


#948037 Background Color

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

This div background color is #948037


#948037 Border Color

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

This div border color is #948037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948037


Comments

No comments written yet.

Please login to write comment.