COLOR #09554D

HEX: #09554D
RGB: (9,85,77)

Color info

#09554D contains mainly green and blue colors. Web safe color of #09554D is #006633 (or #063).

RGB color model

#09554D color RGB value is (9,85,77).

  • red value is 9;
  • green value is 85;
  • blue value is 77.
RGB:
(9,85,77)
(4%,33%,30%)

RGB channels and saturation

R 9 of 255 = 4%
G 85 of 255 = 33%
B 77 of 255 = 30%

9
85
77

R + G + B ~ 22%. #09554D is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 85 + 77 = 171 (100%)
R 9 of 171 ~ 5.26%
G 85 of 171 ~ 49.71%
B 77 of 171 ~ 45.03%

%49.71
%45.03

CMYK color model

#09554D color CMYK value is (89,0,9,67).

  • cyan value is 89.41%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 66.67%
CMYK:
(89,0,9,67)
C89M0Y9K67 
(89%,0%,9%,67%)
(0.89/0.00/0.09/0.67)	

CMYK percentages

%89.41
%0
%9.41
%66.67

Codes

Color #09554D in popluar color models

09554D
RGB98577
HSL174°80.85%18.43%
HSB/HSV174°89.41%33.33%
CMYK89.41%0.00%9.41%
66.67%

Color #09554D in popluar number systems.

HEX09554D
Decimal98577
Binary100110101011001101
Octal11125115

Shades and tints

Shades of #09554D

#09554D
(9,85,77)
#094E46
(9,78,70)
#09473F
(9,71,63)
#094038
(9,64,56)
#093931
(9,57,49)
#09322A
(9,50,42)
#092B23
(9,43,35)
#09241C
(9,36,28)
#091D15
(9,29,21)
#09160E
(9,22,14)
#090F07
(9,15,7)
#000000
(0,0,0)

Tints of #09554D

#09554D
(9,85,77)
#1F645D
(31,100,93)
#35736D
(53,115,109)
#4B827D
(75,130,125)
#61918D
(97,145,141)
#77A09D
(119,160,157)
#8DAFAD
(141,175,173)
#A3BEBD
(163,190,189)
#B9CDCD
(185,205,205)
#CFDCDD
(207,220,221)
#E5EBED
(229,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09554D color. Also use rgb(9,85,77) instead hex code.

Text Font Color

.myTextColor { color: #09554D; }

<p style="color:#09554D">This sample text font color is #09554D.</p>

This text font color is #09554D.


Background Color

.myBgColor { background-color: #09554D; }

<div style="background-color:#09554D">Inner text</div>

This div background color is #09554D.


Border color

.myBorderColor { border: 1px solid #09554D; }

<div style="border:3px solid #09554D">Div</div>

This div border color is #09554D.


Opacity

.myOpacity80 { color: #09554D; opacity: 0.8; }

<p style="color:#09554D;opacity:0.8;">80%</p>

Text with #09554D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #09554D;}

<p style="text-shadow: 3px 3px 1px #09554D">Text here.</p>

This text has shadow with #09554D color.

.textShadow {text-shadow: 3px 3px 1px #09554D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #09554D, 5px 5px 20px red">Text here.</p>

This text has shadow with #09554D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#09554D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#09554D, Direction=45, Strength=4)">Text</p>

This text has shadow with #09554D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #09554D;
  -webkit-box-shadow:	1px 1px 3px 2px #09554D;
  box-shadow:		1px 1px 3px 2px #09554D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #09554D;
-webkit-box-shadow: 1px 1px 3px 2px #09554D;
box-shadow:1px 1px 3px 2px #09554D;">
Div content here</div>
This div box has shadow with color #09554D.

Preview

Color preview on black background

This text has color #09554D on black background.


Color preview on white background

This text has color #09554D on white background.



Black color preview on #09554D background

This text has black color on #09554D background.


White color preview on #09554D background

This text has white color on #09554D background.