COLOR #182E17

HEX: #182E17
RGB: (24,46,23)

Color info

#182E17 contains red, green and blue colors in about the same proportion. Web safe color of #182E17 is #003300 (or #030).

RGB color model

#182E17 color RGB value is (24,46,23).

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

RGB channels and saturation

R 24 of 255 = 9%
G 46 of 255 = 18%
B 23 of 255 = 9%

24
46
23

R + G + B ~ 12%. #182E17 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 46 + 23 = 93 (100%)
R 24 of 93 ~ 25.81%
G 46 of 93 ~ 49.46%
B 23 of 93 ~ 24.73%

%25.81
%49.46
%24.73

CMYK color model

#182E17 color CMYK value is (48,0,50,82).

  • cyan value is 47.83%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 81.96%
CMYK:
(48,0,50,82)
C48M0Y50K82 
(48%,0%,50%,82%)
(0.48/0.00/0.50/0.82)	

CMYK percentages

%47.83
%0
%50
%81.96

Codes

Color #182E17 in popluar color models

182E17
RGB244623
HSL117°33.33%13.53%
HSB/HSV117°50.00%18.04%
CMYK47.83%0.00%50.00%
81.96%

Color #182E17 in popluar number systems.

HEX182E17
Decimal244623
Binary1100010111010111
Octal305627

Shades and tints

Shades of #182E17

#182E17
(24,46,23)
#162A15
(22,42,21)
#142613
(20,38,19)
#122211
(18,34,17)
#101E0F
(16,30,15)
#0E1A0D
(14,26,13)
#0C160B
(12,22,11)
#0A1209
(10,18,9)
#080E07
(8,14,7)
#060A05
(6,10,5)
#040603
(4,6,3)
#000000
(0,0,0)

Tints of #182E17

#182E17
(24,46,23)
#2D412C
(45,65,44)
#425441
(66,84,65)
#576756
(87,103,86)
#6C7A6B
(108,122,107)
#818D80
(129,141,128)
#96A095
(150,160,149)
#ABB3AA
(171,179,170)
#C0C6BF
(192,198,191)
#D5D9D4
(213,217,212)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #182E17 color. Also use rgb(24,46,23) instead hex code.

Text Font Color

.myTextColor { color: #182E17; }

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

This text font color is #182E17.


Background Color

.myBgColor { background-color: #182E17; }

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

This div background color is #182E17.


Border color

.myBorderColor { border: 1px solid #182E17; }

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

This div border color is #182E17.


Opacity

.myOpacity80 { color: #182E17; opacity: 0.8; }

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

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

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

This text has shadow with #182E17 color.

.textShadow {text-shadow: 3px 3px 1px #182E17, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #182E17 on black background.


Color preview on white background

This text has color #182E17 on white background.



Black color preview on #182E17 background

This text has black color on #182E17 background.


White color preview on #182E17 background

This text has white color on #182E17 background.