COLOR #17241E

HEX: #17241E
RGB: (23,36,30)

Color info

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

RGB color model

#17241E color RGB value is (23,36,30).

  • red value is 23;
  • green value is 36;
  • blue value is 30.
RGB: (23,36,30) (9%,14%,12%)

RGB channels and saturation

R 23 of 255 = 9%
G 36 of 255 = 14%
B 30 of 255 = 12%

23
36
30

R + G + B ~ 12%. #17241E is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 36 + 30 = 89 (100%)
R 23 of 89 ~ 25.84%
G 36 of 89 ~ 40.45%
B 30 of 89 ~ 33.71%

%25.84
%40.45
%33.71

CMYK color model

#17241E color CMYK value is (36,0,17,86).

  • cyan value is 36.11%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 85.88%
CMYK: (36,0,17,86) C36M0Y17K86 (36%,0%,17%,86%) (0.36/0.00/0.17/0.86)

CMYK percentages

%36.11
%0
%16.67
%85.88

Codes

Color #17241E in popluar color models

17241E
RGB233630
HSL152°22.03%11.57%
HSB/HSV152°36.11%14.12%
CMYK36.11%0.00%16.67%
85.88%

Color #17241E in popluar number systems.

HEX17241E
Decimal233630
Binary1011110010011110
Octal274436

Shades and tints

Shades of #17241E

#17241E
(23,36,30)
#15211C
(21,33,28)
#131E1A
(19,30,26)
#111B18
(17,27,24)
#0F1816
(15,24,22)
#0D1514
(13,21,20)
#0B1212
(11,18,18)
#090F10
(9,15,16)
#070C0E
(7,12,14)
#05090C
(5,9,12)
#03060A
(3,6,10)
#000000
(0,0,0)

Tints of #17241E

#17241E
(23,36,30)
#2C3732
(44,55,50)
#414A46
(65,74,70)
#565D5A
(86,93,90)
#6B706E
(107,112,110)
#808382
(128,131,130)
#959696
(149,150,150)
#AAA9AA
(170,169,170)
#BFBCBE
(191,188,190)
#D4CFD2
(212,207,210)
#E9E2E6
(233,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17241E color. Also use rgb(23,36,30) instead hex code.

Text Font Color

.myTextColor { color: #17241E; }

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

This text font color is #17241E.


Background Color

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

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

This div background color is #17241E.


Border color

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

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

This div border color is #17241E.


Opacity

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

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

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

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

This text has shadow with #17241E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #17241E on black background.


Color preview on white background

This text has color #17241E on white background.



Black color preview on #17241E background

This text has black color on #17241E background.


White color preview on #17241E background

This text has white color on #17241E background.