COLOR #09292D

HEX: #09292D RGB: (9,41,45)

Color info

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

RGB color model

#09292D color RGB value is (9,41,45).

RGB: (9,41,45) (4%, 16%, 18%)

RGB channels and saturation

R 9 of 255 = 4%
G 41 of 255 = 16%
B 45 of 255 = 18%

9
41
45

R + G + B ~ 13%. #09292D is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 41 + 45 = 95 (100%)
R 9 of 95 ~ 9.47%
G 41 of 95 ~ 43.16%
B 45 of 95 ~ 47.37'%

%43.16
%47.37

CMYK color model

#09292D color CMYK value is (80,9,0,82).

  • cyan value is 80.00%
  • magenta value is 8.89%
  • yellow value is 0.00%
  • key color value is 82.35%

CMYK: (80,9,0,82)
C80M9Y0K82 (80%, 9%, 0%, 82%)
(0.80 / 0.09 / 0.00 / 0.82)

CMYK percentages

%80
%8.89
%0
%82.35

Codes

Color #09292D in popluar color models

09 29 2D
RGB 9 41 45
HSL 187° 66.67% 10.59%
HSB/HSV 187° 80.00% 17.65%
CMYK 80.00% 8.89% 0.00%
82.35%

Color #09292D in popluar number systems.

HEX 09 29 2D
Decimal 9 41 45
Binary 1001 101001 101101
Octal 11 51 55

Shades and tints

Shades of #09292D

#09292D
(9,41,45)
#092629
(9,38,41)
#092325
(9,35,37)
#092021
(9,32,33)
#091D1D
(9,29,29)
#091A19
(9,26,25)
#091715
(9,23,21)
#091411
(9,20,17)
#09110D
(9,17,13)
#090E09
(9,14,9)
#090B05
(9,11,5)
#000000
(0,0,0)

Tints of #09292D

#09292D
(9,41,45)
#1F3C40
(31,60,64)
#354F53
(53,79,83)
#4B6266
(75,98,102)
#617579
(97,117,121)
#77888C
(119,136,140)
#8D9B9F
(141,155,159)
#A3AEB2
(163,174,178)
#B9C1C5
(185,193,197)
#CFD4D8
(207,212,216)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09292D color. Also use rgb(9,41,45) instead hex code.

Text Font Color

.myTextColor { color: #09292D; }

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

This text font color is #09292D.

Background Color

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

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

This div background color is #09292D.

Border color

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

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

This div border color is #09292D.

Opacity

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

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

Text with #09292D 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 #09292D;}

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

This text has shadow with #09292D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09292D.

Preview

Color preview on black background

This text has color #09292D on black background.


Color preview on white background

This text has color #09292D on white background.


Black color preview on #09292D background

This text has black color on #09292D background.


White color preview on #09292D background

This text has white color on #09292D background.


Related colors

Complementary color

Complementary color for #hex is #F6D6D2.


I love getcolorcode.com

Triadic colors

1 #2D0929 and #292D09 with #09292D are triadic colors.

2 #2D2909 and #29092D with #09292D are triadic colors.