Color Hex Logo

#09542d Color Hex

#09542D
(9,84,45)
0 Favorites   0 Comments

Color spaces of #09542d

RGB 98445
HSL0.410.810.18
HSV149°89°33°
CMYK 0.890.000.46   0.67
XYZ3.75666.58823.5563
Yxy6.58820.27020.4739
Hunter Lab25.6675-18.79359.7525
CIE-Lab30.8504-31.625516.8459

#09542d color RGB value is (9,84,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010100 00101101
Octal 11 124 55
Decimal 9 84 45
Hex 9 54 2D

RGB Percentages of Color #09542d

%6.52
%60.87
%32.61

CMYK Percentages of Color #09542d

%89
%0
%46
%67

Triadic Colors of #09542d

#09542d #2d0954 #542d09

Analogous Colors of #09542d

#09542d #095453 #0b5409

Monochromatic Colors of #09542d

#09542d

Complementary Color

#09542d #540930

#09542d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09542d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09542d Color CSS Codes

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

#09542d Text Font Color

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

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


#09542d Background Color

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

This div background color is #09542d


#09542d Border Color

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

This div border color is #09542d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09542d


Comments

No comments written yet.

Please login to write comment.