Color Hex Logo

#99970d Color Hex

#99970D
(153,151,13)
0 Favorites   0 Comments

Color spaces of #99970d

RGB 15315113
HSL0.160.840.33
HSV59°92°60°
CMYK 0.000.010.92   0.40
XYZ24.276128.93464.6862
Yxy28.93460.41930.4998
Hunter Lab53.7909-13.576132.4883
CIE-Lab60.7239-13.469662.1935

#99970d color RGB value is (153,151,13).

#99970d hex color red value is 153, green value is 151 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #99970d hue: 0.16 , saturation: 0.84 and the lightness value of 99970d is 0.33.

The process color (four color CMYK) of #99970d color hex is 0.00, 0.01, 0.92, 0.40. Web safe color of #99970d is #999900. Color #99970d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010111 00001101
Octal 231 227 15
Decimal 153 151 13
Hex 99 97 D

RGB Percentages of Color #99970d

%48.26
%47.63
%4.10

CMYK Percentages of Color #99970d

%0
%1
%92
%40

Triadic Colors of #99970d

#99970d #0d9997 #970d99

Analogous Colors of #99970d

#99970d #55990d #99510d

Monochromatic Colors of #99970d

#99970d

Complementary Color

#99970d #0d0f99

#99970d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99970d Color Preview on White Background

Lorem ipsum dolor sit amet.

#99970d Color CSS Codes

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

#99970d Text Font Color

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

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


#99970d Background Color

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

This div background color is #99970d


#99970d Border Color

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

This div border color is #99970d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,151,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99970d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99970d;
  -webkit-box-shadow: 1px 1px 3px 2px #99970d;
  box-shadow:         1px 1px 3px 2px #99970d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,151,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99970d


Comments

No comments written yet.

Please login to write comment.