Color Hex Logo

#92983d Color Hex

#92983D
(146,152,61)
0 Favorites   0 Comments

Color spaces of #92983d

RGB 14615261
HSL0.180.430.42
HSV64°60°60°
CMYK 0.040.000.60   0.40
XYZ23.924628.90448.7330
Yxy28.90440.38860.4695
Hunter Lab53.7628-14.651928.0032
CIE-Lab60.6972-14.893045.9854

#92983d color RGB value is (146,152,61).

#92983d hex color red value is 146, green value is 152 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #92983d hue: 0.18 , saturation: 0.43 and the lightness value of 92983d is 0.42.

The process color (four color CMYK) of #92983d color hex is 0.04, 0.00, 0.60, 0.40. Web safe color of #92983d is #999933. Color #92983d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10011000 00111101
Octal 222 230 75
Decimal 146 152 61
Hex 92 98 3D

RGB Percentages of Color #92983d

%40.67
%42.34
%16.99

CMYK Percentages of Color #92983d

%4
%0
%60
%40

Triadic Colors of #92983d

#92983d #3d9298 #983d92

Analogous Colors of #92983d

#92983d #65983d #98713d

Monochromatic Colors of #92983d

#92983d

Complementary Color

#92983d #433d98

#92983d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#92983d Color Preview on White Background

Lorem ipsum dolor sit amet.

#92983d Color CSS Codes

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

#92983d Text Font Color

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

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


#92983d Background Color

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

This div background color is #92983d


#92983d Border Color

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

This div border color is #92983d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,152,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #92983d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #92983d;
  -webkit-box-shadow: 1px 1px 3px 2px #92983d;
  box-shadow:         1px 1px 3px 2px #92983d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,152,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #92983d


Comments

No comments written yet.

Please login to write comment.