Color Hex Logo

#09822d Color Hex

#09822D
(9,130,45)
0 Favorites   0 Comments

Color spaces of #09822d

RGB 913045
HSL0.380.870.27
HSV138°93°51°
CMYK 0.930.000.65   0.49
XYZ8.568916.21285.1604
Yxy16.21280.28620.5415
Hunter Lab40.2651-32.477020.5869
CIE-Lab47.2524-48.441636.6783

#09822d color RGB value is (9,130,45).

#09822d hex color red value is 9, green value is 130 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #09822d hue: 0.38 , saturation: 0.87 and the lightness value of 09822d is 0.27.

The process color (four color CMYK) of #09822d color hex is 0.93, 0.00, 0.65, 0.49. Web safe color of #09822d is #009933. Color #09822d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000010 00101101
Octal 11 202 55
Decimal 9 130 45
Hex 9 82 2D

RGB Percentages of Color #09822d

%4.89
%70.65
%24.46

CMYK Percentages of Color #09822d

%93
%0
%65
%49

Triadic Colors of #09822d

#09822d #2d0982 #822d09

Analogous Colors of #09822d

#09822d #09826a #228209

Monochromatic Colors of #09822d

#09822d

Complementary Color

#09822d #82095e

#09822d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09822d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09822d Color CSS Codes

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

#09822d Text Font Color

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

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


#09822d Background Color

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

This div background color is #09822d


#09822d Border Color

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

This div border color is #09822d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,130,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09822d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09822d;
  -webkit-box-shadow: 1px 1px 3px 2px #09822d;
  box-shadow:         1px 1px 3px 2px #09822d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09822d


Comments

No comments written yet.

Please login to write comment.