COLOR #17422E

HEX: #17422E
RGB: (23,66,46)

Color info

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

RGB color model

#17422E color RGB value is (23,66,46).

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

RGB channels and saturation

R 23 of 255 = 9%
G 66 of 255 = 26%
B 46 of 255 = 18%

23
66
46

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

Portions of RGB colors in percentages

R + G + B =
23 + 66 + 46 = 135 (100%)
R 23 of 135 ~ 17.04%
G 66 of 135 ~ 48.89%
B 46 of 135 ~ 34.07%

%17.04
%48.89
%34.07

CMYK color model

#17422E color CMYK value is (65,0,30,74).

  • cyan value is 65.15%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 74.12%
CMYK:
(65,0,30,74)
C65M0Y30K74 
(65%,0%,30%,74%)
(0.65/0.00/0.30/0.74)	

CMYK percentages

%65.15
%0
%30.3
%74.12

Codes

Color #17422E in popluar color models

17422E
RGB236646
HSL152°48.31%17.45%
HSB/HSV152°65.15%25.88%
CMYK65.15%0.00%30.30%
74.12%

Color #17422E in popluar number systems.

HEX17422E
Decimal236646
Binary101111000010101110
Octal2710256

Shades and tints

Shades of #17422E

#17422E
(23,66,46)
#153C2A
(21,60,42)
#133626
(19,54,38)
#113022
(17,48,34)
#0F2A1E
(15,42,30)
#0D241A
(13,36,26)
#0B1E16
(11,30,22)
#091812
(9,24,18)
#07120E
(7,18,14)
#050C0A
(5,12,10)
#030606
(3,6,6)
#000000
(0,0,0)

Tints of #17422E

#17422E
(23,66,46)
#2C5341
(44,83,65)
#416454
(65,100,84)
#567567
(86,117,103)
#6B867A
(107,134,122)
#80978D
(128,151,141)
#95A8A0
(149,168,160)
#AAB9B3
(170,185,179)
#BFCAC6
(191,202,198)
#D4DBD9
(212,219,217)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17422E; }

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

This text font color is #17422E.


Background Color

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

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

This div background color is #17422E.


Border color

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

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

This div border color is #17422E.


Opacity

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

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

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

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

This text has shadow with #17422E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17422E on black background.


Color preview on white background

This text has color #17422E on white background.



Black color preview on #17422E background

This text has black color on #17422E background.


White color preview on #17422E background

This text has white color on #17422E background.