COLOR #09442B

HEX: #09442B
RGB: (9,68,43)

Color info

#09442B contains red, green and blue colors in about the same proportion. Web safe color of #09442B is #003333 (or #033).

RGB color model

#09442B color RGB value is (9,68,43).

  • red value is 9;
  • green value is 68;
  • blue value is 43.
RGB:
(9,68,43)
(4%,27%,17%)

RGB channels and saturation

R 9 of 255 = 4%
G 68 of 255 = 27%
B 43 of 255 = 17%

9
68
43

R + G + B ~ 16%. #09442B is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 68 + 43 = 120 (100%)
R 9 of 120 ~ 7.5%
G 68 of 120 ~ 56.67%
B 43 of 120 ~ 35.83%

%56.67
%35.83

CMYK color model

#09442B color CMYK value is (87,0,37,73).

  • cyan value is 86.76%
  • magenta value is 0.00%
  • yellow value is 36.76%
  • key color value is 73.33%
CMYK:
(87,0,37,73)
C87M0Y37K73 
(87%,0%,37%,73%)
(0.87/0.00/0.37/0.73)	

CMYK percentages

%86.76
%0
%36.76
%73.33

Codes

Color #09442B in popluar color models

09442B
RGB96843
HSL155°76.62%15.10%
HSB/HSV155°86.76%26.67%
CMYK86.76%0.00%36.76%
73.33%

Color #09442B in popluar number systems.

HEX09442B
Decimal96843
Binary10011000100101011
Octal1110453

Shades and tints

Shades of #09442B

#09442B
(9,68,43)
#093E28
(9,62,40)
#093825
(9,56,37)
#093222
(9,50,34)
#092C1F
(9,44,31)
#09261C
(9,38,28)
#092019
(9,32,25)
#091A16
(9,26,22)
#091413
(9,20,19)
#090E10
(9,14,16)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #09442B

#09442B
(9,68,43)
#1F553E
(31,85,62)
#356651
(53,102,81)
#4B7764
(75,119,100)
#618877
(97,136,119)
#77998A
(119,153,138)
#8DAA9D
(141,170,157)
#A3BBB0
(163,187,176)
#B9CCC3
(185,204,195)
#CFDDD6
(207,221,214)
#E5EEE9
(229,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09442B color. Also use rgb(9,68,43) instead hex code.

Text Font Color

.myTextColor { color: #09442B; }

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

This text font color is #09442B.


Background Color

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

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

This div background color is #09442B.


Border color

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

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

This div border color is #09442B.


Opacity

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

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

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

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

This text has shadow with #09442B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09442B on black background.


Color preview on white background

This text has color #09442B on white background.



Black color preview on #09442B background

This text has black color on #09442B background.


White color preview on #09442B background

This text has white color on #09442B background.