COLOR #091D22

HEX: #091D22
RGB: (9,29,34)

Color info

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

RGB color model

#091D22 color RGB value is (9,29,34).

  • red value is 9;
  • green value is 29;
  • blue value is 34.
RGB:
(9,29,34)
(4%,11%,13%)

RGB channels and saturation

R 9 of 255 = 4%
G 29 of 255 = 11%
B 34 of 255 = 13%

9
29
34

R + G + B ~ 9%. #091D22 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 29 + 34 = 72 (100%)
R 9 of 72 ~ 12.5%
G 29 of 72 ~ 40.28%
B 34 of 72 ~ 47.22%

%12.5
%40.28
%47.22

CMYK color model

#091D22 color CMYK value is (74,15,0,87).

  • cyan value is 73.53%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK:
(74,15,0,87)
C74M15Y0K87 
(74%,15%,0%,87%)
(0.74/0.15/0.00/0.87)	

CMYK percentages

%73.53
%14.71
%0
%86.67

Codes

Color #091D22 in popluar color models

091D22
RGB92934
HSL192°58.14%8.43%
HSB/HSV192°73.53%13.33%
CMYK73.53%14.71%0.00%
86.67%

Color #091D22 in popluar number systems.

HEX091D22
Decimal92934
Binary100111101100010
Octal113542

Shades and tints

Shades of #091D22

#091D22
(9,29,34)
#091B1F
(9,27,31)
#09191C
(9,25,28)
#091719
(9,23,25)
#091516
(9,21,22)
#091313
(9,19,19)
#091110
(9,17,16)
#090F0D
(9,15,13)
#090D0A
(9,13,10)
#090B07
(9,11,7)
#090904
(9,9,4)
#000000
(0,0,0)

Tints of #091D22

#091D22
(9,29,34)
#1F3136
(31,49,54)
#35454A
(53,69,74)
#4B595E
(75,89,94)
#616D72
(97,109,114)
#778186
(119,129,134)
#8D959A
(141,149,154)
#A3A9AE
(163,169,174)
#B9BDC2
(185,189,194)
#CFD1D6
(207,209,214)
#E5E5EA
(229,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091D22 color. Also use rgb(9,29,34) instead hex code.

Text Font Color

.myTextColor { color: #091D22; }

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

This text font color is #091D22.


Background Color

.myBgColor { background-color: #091D22; }

<div style="background-color:#091D22">Inner text</div>

This div background color is #091D22.


Border color

.myBorderColor { border: 1px solid #091D22; }

<div style="border:3px solid #091D22">Div</div>

This div border color is #091D22.


Opacity

.myOpacity80 { color: #091D22; opacity: 0.8; }

<p style="color:#091D22;opacity:0.8;">80%</p>

Text with #091D22 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 #091D22;}

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

This text has shadow with #091D22 color.

.textShadow {text-shadow: 3px 3px 1px #091D22, 3px 3px 1px red;}

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

This text has shadow with #091D22 primary color and red secondary color.


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

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

This text has shadow with #091D22 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091D22 on black background.


Color preview on white background

This text has color #091D22 on white background.



Black color preview on #091D22 background

This text has black color on #091D22 background.


White color preview on #091D22 background

This text has white color on #091D22 background.