COLOR #17422B

HEX: #17422B
RGB: (23,66,43)

Color info

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

RGB color model

#17422B color RGB value is (23,66,43).

  • red value is 23;
  • green value is 66;
  • blue value is 43.
RGB:
(23,66,43)
(9%,26%,17%)

RGB channels and saturation

R 23 of 255 = 9%
G 66 of 255 = 26%
B 43 of 255 = 17%

23
66
43

R + G + B ~ 17%. #17422B is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 66 + 43 = 132 (100%)
R 23 of 132 ~ 17.42%
G 66 of 132 ~ 50%
B 43 of 132 ~ 32.58%

%17.42
%50
%32.58

CMYK color model

#17422B color CMYK value is (65,0,35,74).

  • cyan value is 65.15%
  • magenta value is 0.00%
  • yellow value is 34.85%
  • key color value is 74.12%
CMYK:
(65,0,35,74)
C65M0Y35K74 
(65%,0%,35%,74%)
(0.65/0.00/0.35/0.74)	

CMYK percentages

%65.15
%0
%34.85
%74.12

Codes

Color #17422B in popluar color models

17422B
RGB236643
HSL148°48.31%17.45%
HSB/HSV148°65.15%25.88%
CMYK65.15%0.00%34.85%
74.12%

Color #17422B in popluar number systems.

HEX17422B
Decimal236643
Binary101111000010101011
Octal2710253

Shades and tints

Shades of #17422B

#17422B
(23,66,43)
#153C28
(21,60,40)
#133625
(19,54,37)
#113022
(17,48,34)
#0F2A1F
(15,42,31)
#0D241C
(13,36,28)
#0B1E19
(11,30,25)
#091816
(9,24,22)
#071213
(7,18,19)
#050C10
(5,12,16)
#03060D
(3,6,13)
#000000
(0,0,0)

Tints of #17422B

#17422B
(23,66,43)
#2C533E
(44,83,62)
#416451
(65,100,81)
#567564
(86,117,100)
#6B8677
(107,134,119)
#80978A
(128,151,138)
#95A89D
(149,168,157)
#AAB9B0
(170,185,176)
#BFCAC3
(191,202,195)
#D4DBD6
(212,219,214)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17422B color. Also use rgb(23,66,43) instead hex code.

Text Font Color

.myTextColor { color: #17422B; }

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

This text font color is #17422B.


Background Color

.myBgColor { background-color: #17422B; }

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

This div background color is #17422B.


Border color

.myBorderColor { border: 1px solid #17422B; }

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

This div border color is #17422B.


Opacity

.myOpacity80 { color: #17422B; opacity: 0.8; }

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

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

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

This text has shadow with #17422B color.

.textShadow {text-shadow: 3px 3px 1px #17422B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17422B on black background.


Color preview on white background

This text has color #17422B on white background.



Black color preview on #17422B background

This text has black color on #17422B background.


White color preview on #17422B background

This text has white color on #17422B background.