COLOR #09464A

HEX: #09464A
RGB: (9,70,74)

Color info

#09464A contains mainly green and blue colors. Web safe color of #09464A is #003333 (or #033).

RGB color model

#09464A color RGB value is (9,70,74).

  • red value is 9;
  • green value is 70;
  • blue value is 74.
RGB:
(9,70,74)
(4%,27%,29%)

RGB channels and saturation

R 9 of 255 = 4%
G 70 of 255 = 27%
B 74 of 255 = 29%

9
70
74

R + G + B ~ 20%. #09464A is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 70 + 74 = 153 (100%)
R 9 of 153 ~ 5.88%
G 70 of 153 ~ 45.75%
B 74 of 153 ~ 48.37%

%45.75
%48.37

CMYK color model

#09464A color CMYK value is (88,5,0,71).

  • cyan value is 87.84%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(88,5,0,71)
C88M5Y0K71 
(88%,5%,0%,71%)
(0.88/0.05/0.00/0.71)	

CMYK percentages

%87.84
%5.41
%0
%70.98

Codes

Color #09464A in popluar color models

09464A
RGB97074
HSL184°78.31%16.27%
HSB/HSV184°87.84%29.02%
CMYK87.84%5.41%0.00%
70.98%

Color #09464A in popluar number systems.

HEX09464A
Decimal97074
Binary100110001101001010
Octal11106112

Shades and tints

Shades of #09464A

#09464A
(9,70,74)
#094044
(9,64,68)
#093A3E
(9,58,62)
#093438
(9,52,56)
#092E32
(9,46,50)
#09282C
(9,40,44)
#092226
(9,34,38)
#091C20
(9,28,32)
#09161A
(9,22,26)
#091014
(9,16,20)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #09464A

#09464A
(9,70,74)
#1F565A
(31,86,90)
#35666A
(53,102,106)
#4B767A
(75,118,122)
#61868A
(97,134,138)
#77969A
(119,150,154)
#8DA6AA
(141,166,170)
#A3B6BA
(163,182,186)
#B9C6CA
(185,198,202)
#CFD6DA
(207,214,218)
#E5E6EA
(229,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09464A color. Also use rgb(9,70,74) instead hex code.

Text Font Color

.myTextColor { color: #09464A; }

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

This text font color is #09464A.


Background Color

.myBgColor { background-color: #09464A; }

<div style="background-color:#09464A">Inner text</div>

This div background color is #09464A.


Border color

.myBorderColor { border: 1px solid #09464A; }

<div style="border:3px solid #09464A">Div</div>

This div border color is #09464A.


Opacity

.myOpacity80 { color: #09464A; opacity: 0.8; }

<p style="color:#09464A;opacity:0.8;">80%</p>

Text with #09464A 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 #09464A;}

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

This text has shadow with #09464A color.

.textShadow {text-shadow: 3px 3px 1px #09464A, 3px 3px 1px red;}

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

This text has shadow with #09464A primary color and red secondary color.


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

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

This text has shadow with #09464A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09464A on black background.


Color preview on white background

This text has color #09464A on white background.



Black color preview on #09464A background

This text has black color on #09464A background.


White color preview on #09464A background

This text has white color on #09464A background.