Color Hex Logo

#938309 Color Hex

#938309
(147,131,9)
0 Favorites   0 Comments

Color spaces of #938309

RGB 1471319
HSL0.150.880.31
HSV53°94°58°
CMYK 0.000.110.94   0.42
XYZ20.198222.45543.5282
Yxy22.45540.43740.4862
Hunter Lab47.3871-6.844028.7566
CIE-Lab54.5069-5.534757.8017

#938309 color RGB value is (147,131,9).

#938309 hex color red value is 147, green value is 131 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #938309 hue: 0.15 , saturation: 0.88 and the lightness value of 938309 is 0.31.

The process color (four color CMYK) of #938309 color hex is 0.00, 0.11, 0.94, 0.42. Web safe color of #938309 is #999900. Color #938309 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000011 00001001
Octal 223 203 11
Decimal 147 131 9
Hex 93 83 9

RGB Percentages of Color #938309

%51.22
%45.64
%3.14

CMYK Percentages of Color #938309

%0
%11
%94
%42

Triadic Colors of #938309

#938309 #099383 #830993

Analogous Colors of #938309

#938309 #5e9309 #933e09

Monochromatic Colors of #938309

#938309

Complementary Color

#938309 #091993

#938309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#938309 Color CSS Codes

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

#938309 Text Font Color

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

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


#938309 Background Color

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

This div background color is #938309


#938309 Border Color

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

This div border color is #938309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938309


Comments

No comments written yet.

Please login to write comment.