Color Hex Logo

#09532d Color Hex

#09532D
(9,83,45)
0 Favorites   0 Comments

Color spaces of #09532d

RGB 98345
HSL0.410.800.18
HSV149°89°33°
CMYK 0.890.000.46   0.67
XYZ3.67966.43413.5306
Yxy6.43410.26970.4716
Hunter Lab25.3655-18.49599.5034
CIE-Lab30.4823-31.210316.3655

#09532d color RGB value is (9,83,45).

#09532d hex color red value is 9, green value is 83 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #09532d hue: 0.41 , saturation: 0.80 and the lightness value of 09532d is 0.18.

The process color (four color CMYK) of #09532d color hex is 0.89, 0.00, 0.46, 0.67. Web safe color of #09532d is #006633. Color #09532d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010011 00101101
Octal 11 123 55
Decimal 9 83 45
Hex 9 53 2D

RGB Percentages of Color #09532d

%6.57
%60.58
%32.85

CMYK Percentages of Color #09532d

%89
%0
%46
%67

Triadic Colors of #09532d

#09532d #2d0953 #532d09

Analogous Colors of #09532d

#09532d #095352 #0a5309

Monochromatic Colors of #09532d

#09532d

Complementary Color

#09532d #53092f

#09532d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09532d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09532d Color CSS Codes

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

#09532d Text Font Color

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

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


#09532d Background Color

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

This div background color is #09532d


#09532d Border Color

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

This div border color is #09532d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,83,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 #09532d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09532d


Comments

No comments written yet.

Please login to write comment.