COLOR #17222E

HEX: #17222E RGB: (23,34,46)

Color info

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

RGB color model

#17222E color RGB value is (23,34,46).

RGB: (23,34,46) (9%, 13%, 18%)

RGB channels and saturation

R 23 of 255 = 9%
G 34 of 255 = 13%
B 46 of 255 = 18%

23
34
46

R + G + B ~ 13%. #17222E is dark color.

Portions of RGB colors in percentages

R + G + B = 23 + 34 + 46 = 103 (100%)
R 23 of 103 ~ 22.33%
G 34 of 103 ~ 33.01%
B 46 of 103 ~ 44.66'%

%22.33
%33.01
%44.66

CMYK color model

#17222E color CMYK value is (50,26,0,82).

  • cyan value is 50.00%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 81.96%

CMYK: (50,26,0,82)
C50M26Y0K82 (50%, 26%, 0%, 82%)
(0.50 / 0.26 / 0.00 / 0.82)

CMYK percentages

%50
%26.09
%0
%81.96

Codes

Color #17222E in popluar color models

17 22 2E
RGB 23 34 46
HSL 211° 33.33% 13.53%
HSB/HSV 211° 50.00% 18.04%
CMYK 50.00% 26.09% 0.00%
81.96%

Color #17222E in popluar number systems.

HEX 17 22 2E
Decimal 23 34 46
Binary 10111 100010 101110
Octal 27 42 56

Shades and tints

Shades of #17222E

#17222E
(23,34,46)
#151F2A
(21,31,42)
#131C26
(19,28,38)
#111922
(17,25,34)
#0F161E
(15,22,30)
#0D131A
(13,19,26)
#0B1016
(11,16,22)
#090D12
(9,13,18)
#070A0E
(7,10,14)
#05070A
(5,7,10)
#030406
(3,4,6)
#000000
(0,0,0)

Tints of #17222E

#17222E
(23,34,46)
#2C3641
(44,54,65)
#414A54
(65,74,84)
#565E67
(86,94,103)
#6B727A
(107,114,122)
#80868D
(128,134,141)
#959AA0
(149,154,160)
#AAAEB3
(170,174,179)
#BFC2C6
(191,194,198)
#D4D6D9
(212,214,217)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17222E color. Also use rgb(23,34,46) instead hex code.

Text Font Color

.myTextColor { color: #17222E; }

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

This text font color is #17222E.

Background Color

.myBgColor { background-color: #17222E; }

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

This div background color is #17222E.

Border color

.myBorderColor { border: 1px solid #17222E; }

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

This div border color is #17222E.

Opacity

.myOpacity80 { color: #17222E; opacity: 0.8; }

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

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

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

This text has shadow with #17222E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #17222E.

Preview

Color preview on black background

This text has color #17222E on black background.


Color preview on white background

This text has color #17222E on white background.


Black color preview on #17222E background

This text has black color on #17222E background.


White color preview on #17222E background

This text has white color on #17222E background.


Related colors

Complementary color

Complementary color for #hex is #E8DDD1.


I love getcolorcode.com

Triadic colors

1 #2E1722 and #222E17 with #17222E are triadic colors.

2 #2E2217 and #22172E with #17222E are triadic colors.