Color Hex Logo

#948517 Color Hex

#948517
(148,133,23)
0 Favorites   0 Comments

Color spaces of #948517

RGB 14813323
HSL0.150.730.34
HSV53°84°58°
CMYK 0.000.100.84   0.42
XYZ20.754923.13284.1818
Yxy23.13280.43180.4812
Hunter Lab48.0966-7.141728.5126
CIE-Lab55.2089-5.844055.2956

#948517 color RGB value is (148,133,23).

#948517 hex color red value is 148, green value is 133 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #948517 hue: 0.15 , saturation: 0.73 and the lightness value of 948517 is 0.34.

The process color (four color CMYK) of #948517 color hex is 0.00, 0.10, 0.84, 0.42. Web safe color of #948517 is #999900. Color #948517 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000101 00010111
Octal 224 205 27
Decimal 148 133 23
Hex 94 85 17

RGB Percentages of Color #948517

%48.68
%43.75
%7.57

CMYK Percentages of Color #948517

%0
%10
%84
%42

Triadic Colors of #948517

#948517 #179485 #851794

Analogous Colors of #948517

#948517 #659417 #944717

Monochromatic Colors of #948517

#948517

Complementary Color

#948517 #172694

#948517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948517 Color CSS Codes

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

#948517 Text Font Color

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

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


#948517 Background Color

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

This div background color is #948517


#948517 Border Color

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

This div border color is #948517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948517


Comments

No comments written yet.

Please login to write comment.