COLOR #09424B

HEX: #09424B
RGB: (9,66,75)

Color info

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

RGB color model

#09424B color RGB value is (9,66,75).

  • red value is 9;
  • green value is 66;
  • blue value is 75.
RGB:
(9,66,75)
(4%,26%,29%)

RGB channels and saturation

R 9 of 255 = 4%
G 66 of 255 = 26%
B 75 of 255 = 29%

9
66
75

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

Portions of RGB colors in percentages

R + G + B =
9 + 66 + 75 = 150 (100%)
R 9 of 150 ~ 6%
G 66 of 150 ~ 44%
B 75 of 150 ~ 50%

%44
%50

CMYK color model

#09424B color CMYK value is (88,12,0,71).

  • cyan value is 88.00%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(88,12,0,71)
C88M12Y0K71 
(88%,12%,0%,71%)
(0.88/0.12/0.00/0.71)	

CMYK percentages

%88
%12
%0
%70.59

Codes

Color #09424B in popluar color models

09424B
RGB96675
HSL188°78.57%16.47%
HSB/HSV188°88.00%29.41%
CMYK88.00%12.00%0.00%
70.59%

Color #09424B in popluar number systems.

HEX09424B
Decimal96675
Binary100110000101001011
Octal11102113

Shades and tints

Shades of #09424B

#09424B
(9,66,75)
#093C45
(9,60,69)
#09363F
(9,54,63)
#093039
(9,48,57)
#092A33
(9,42,51)
#09242D
(9,36,45)
#091E27
(9,30,39)
#091821
(9,24,33)
#09121B
(9,18,27)
#090C15
(9,12,21)
#09060F
(9,6,15)
#000000
(0,0,0)

Tints of #09424B

#09424B
(9,66,75)
#1F535B
(31,83,91)
#35646B
(53,100,107)
#4B757B
(75,117,123)
#61868B
(97,134,139)
#77979B
(119,151,155)
#8DA8AB
(141,168,171)
#A3B9BB
(163,185,187)
#B9CACB
(185,202,203)
#CFDBDB
(207,219,219)
#E5ECEB
(229,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09424B color. Also use rgb(9,66,75) instead hex code.

Text Font Color

.myTextColor { color: #09424B; }

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

This text font color is #09424B.


Background Color

.myBgColor { background-color: #09424B; }

<div style="background-color:#09424B">Inner text</div>

This div background color is #09424B.


Border color

.myBorderColor { border: 1px solid #09424B; }

<div style="border:3px solid #09424B">Div</div>

This div border color is #09424B.


Opacity

.myOpacity80 { color: #09424B; opacity: 0.8; }

<p style="color:#09424B;opacity:0.8;">80%</p>

Text with #09424B 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 #09424B;}

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

This text has shadow with #09424B color.

.textShadow {text-shadow: 3px 3px 1px #09424B, 3px 3px 1px red;}

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

This text has shadow with #09424B primary color and red secondary color.


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

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

This text has shadow with #09424B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09424B on black background.


Color preview on white background

This text has color #09424B on white background.



Black color preview on #09424B background

This text has black color on #09424B background.


White color preview on #09424B background

This text has white color on #09424B background.