COLOR #092B23

HEX: #092B23 RGB: (9,43,35)

Color info

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

RGB color model

#092B23 color RGB value is (9,43,35).

RGB: (9,43,35) (4%, 17%, 14%)

RGB channels and saturation

R 9 of 255 = 4%
G 43 of 255 = 17%
B 35 of 255 = 14%

9
43
35

R + G + B ~ 12%. #092B23 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 43 + 35 = 87 (100%)
R 9 of 87 ~ 10.34%
G 43 of 87 ~ 49.43%
B 35 of 87 ~ 40.23'%

%49.43
%40.23

CMYK color model

#092B23 color CMYK value is (79,0,19,83).

  • cyan value is 79.07%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • key color value is 83.14%

CMYK: (79,0,19,83)
C79M0Y19K83 (79%, 0%, 19%, 83%)
(0.79 / 0.00 / 0.19 / 0.83)

CMYK percentages

%79.07
%0
%18.6
%83.14

Codes

Color #092B23 in popluar color models

09 2B 23
RGB 9 43 35
HSL 166° 65.38% 10.20%
HSB/HSV 166° 79.07% 16.86%
CMYK 79.07% 0.00% 18.60%
83.14%

Color #092B23 in popluar number systems.

HEX 09 2B 23
Decimal 9 43 35
Binary 1001 101011 100011
Octal 11 53 43

Shades and tints

Shades of #092B23

#092B23
(9,43,35)
#092820
(9,40,32)
#09251D
(9,37,29)
#09221A
(9,34,26)
#091F17
(9,31,23)
#091C14
(9,28,20)
#091911
(9,25,17)
#09160E
(9,22,14)
#09130B
(9,19,11)
#091008
(9,16,8)
#090D05
(9,13,5)
#000000
(0,0,0)

Tints of #092B23

#092B23
(9,43,35)
#1F3E37
(31,62,55)
#35514B
(53,81,75)
#4B645F
(75,100,95)
#617773
(97,119,115)
#778A87
(119,138,135)
#8D9D9B
(141,157,155)
#A3B0AF
(163,176,175)
#B9C3C3
(185,195,195)
#CFD6D7
(207,214,215)
#E5E9EB
(229,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #092B23 color. Also use rgb(9,43,35) instead hex code.

Text Font Color

.myTextColor { color: #092B23; }

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

This text font color is #092B23.

Background Color

.myBgColor { background-color: #092B23; }

<div style="background-color:#092B23">Inner text</div>

This div background color is #092B23.

Border color

.myBorderColor { border: 1px solid #092B23; }

<div style="border:3px solid #092B23">Div</div>

This div border color is #092B23.

Opacity

.myOpacity80 { color: #092B23; opacity: 0.8; }

<p style="color:#092B23;opacity:0.8;">80%</p>

Text with #092B23 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 #092B23;}

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

This text has shadow with #092B23 color.


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

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

This text has shadow with #092B23 primary color and red secondary color.


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

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

This text has shadow with #092B23 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #092B23.

Preview

Color preview on black background

This text has color #092B23 on black background.


Color preview on white background

This text has color #092B23 on white background.


Black color preview on #092B23 background

This text has black color on #092B23 background.


White color preview on #092B23 background

This text has white color on #092B23 background.


Related colors

Complementary color

Complementary color for #hex is #F6D4DC.


I love getcolorcode.com

Triadic colors

1 #23092B and #2B2309 with #092B23 are triadic colors.

2 #232B09 and #2B0923 with #092B23 are triadic colors.