COLOR #092123

HEX: #092123 RGB: (9,33,35)

Color info

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

RGB color model

#092123 color RGB value is (9,33,35).

RGB: (9,33,35) (4%, 13%, 14%)

RGB channels and saturation

R 9 of 255 = 4%
G 33 of 255 = 13%
B 35 of 255 = 14%

9
33
35

R + G + B ~ 10%. #092123 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 33 + 35 = 77 (100%)
R 9 of 77 ~ 11.69%
G 33 of 77 ~ 42.86%
B 35 of 77 ~ 45.45'%

%11.69
%42.86
%45.45

CMYK color model

#092123 color CMYK value is (74,6,0,86).

  • cyan value is 74.29%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 86.27%

CMYK: (74,6,0,86)
C74M6Y0K86 (74%, 6%, 0%, 86%)
(0.74 / 0.06 / 0.00 / 0.86)

CMYK percentages

%74.29
%5.71
%0
%86.27

Codes

Color #092123 in popluar color models

09 21 23
RGB 9 33 35
HSL 185° 59.09% 8.63%
HSB/HSV 185° 74.29% 13.73%
CMYK 74.29% 5.71% 0.00%
86.27%

Color #092123 in popluar number systems.

HEX 09 21 23
Decimal 9 33 35
Binary 1001 100001 100011
Octal 11 41 43

Shades and tints

Shades of #092123

#092123
(9,33,35)
#091E20
(9,30,32)
#091B1D
(9,27,29)
#09181A
(9,24,26)
#091517
(9,21,23)
#091214
(9,18,20)
#090F11
(9,15,17)
#090C0E
(9,12,14)
#09090B
(9,9,11)
#090608
(9,6,8)
#090305
(9,3,5)
#000000
(0,0,0)

Tints of #092123

#092123
(9,33,35)
#1F3537
(31,53,55)
#35494B
(53,73,75)
#4B5D5F
(75,93,95)
#617173
(97,113,115)
#778587
(119,133,135)
#8D999B
(141,153,155)
#A3ADAF
(163,173,175)
#B9C1C3
(185,193,195)
#CFD5D7
(207,213,215)
#E5E9EB
(229,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092123; }

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

This text font color is #092123.

Background Color

.myBgColor { background-color: #092123; }

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

This div background color is #092123.

Border color

.myBorderColor { border: 1px solid #092123; }

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

This div border color is #092123.

Opacity

.myOpacity80 { color: #092123; opacity: 0.8; }

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

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

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

This text has shadow with #092123 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #092123.

Preview

Color preview on black background

This text has color #092123 on black background.


Color preview on white background

This text has color #092123 on white background.


Black color preview on #092123 background

This text has black color on #092123 background.


White color preview on #092123 background

This text has white color on #092123 background.


Related colors

Complementary color

Complementary color for #hex is #F6DEDC.


I love getcolorcode.com

Triadic colors

1 #230921 and #212309 with #092123 are triadic colors.

2 #232109 and #210923 with #092123 are triadic colors.