COLOR #183E18

HEX: #183E18
RGB: (24,62,24)

Color info

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

RGB color model

#183E18 color RGB value is (24,62,24).

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

RGB channels and saturation

R 24 of 255 = 9%
G 62 of 255 = 24%
B 24 of 255 = 9%

24
62
24

R + G + B ~ 14%. #183E18 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 62 + 24 = 110 (100%)
R 24 of 110 ~ 21.82%
G 62 of 110 ~ 56.36%
B 24 of 110 ~ 21.82%

%21.82
%56.36
%21.82

CMYK color model

#183E18 color CMYK value is (61,0,61,76).

  • cyan value is 61.29%
  • magenta value is 0.00%
  • yellow value is 61.29%
  • key color value is 75.69%
CMYK:
(61,0,61,76)
C61M0Y61K76 
(61%,0%,61%,76%)
(0.61/0.00/0.61/0.76)	

CMYK percentages

%61.29
%0
%61.29
%75.69

Codes

Color #183E18 in popluar color models

183E18
RGB246224
HSL120°44.19%16.86%
HSB/HSV120°61.29%24.31%
CMYK61.29%0.00%61.29%
75.69%

Color #183E18 in popluar number systems.

HEX183E18
Decimal246224
Binary1100011111011000
Octal307630

Shades and tints

Shades of #183E18

#183E18
(24,62,24)
#163916
(22,57,22)
#143414
(20,52,20)
#122F12
(18,47,18)
#102A10
(16,42,16)
#0E250E
(14,37,14)
#0C200C
(12,32,12)
#0A1B0A
(10,27,10)
#081608
(8,22,8)
#061106
(6,17,6)
#040C04
(4,12,4)
#000000
(0,0,0)

Tints of #183E18

#183E18
(24,62,24)
#2D4F2D
(45,79,45)
#426042
(66,96,66)
#577157
(87,113,87)
#6C826C
(108,130,108)
#819381
(129,147,129)
#96A496
(150,164,150)
#ABB5AB
(171,181,171)
#C0C6C0
(192,198,192)
#D5D7D5
(213,215,213)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #183E18 color. Also use rgb(24,62,24) instead hex code.

Text Font Color

.myTextColor { color: #183E18; }

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

This text font color is #183E18.


Background Color

.myBgColor { background-color: #183E18; }

<div style="background-color:#183E18">Inner text</div>

This div background color is #183E18.


Border color

.myBorderColor { border: 1px solid #183E18; }

<div style="border:3px solid #183E18">Div</div>

This div border color is #183E18.


Opacity

.myOpacity80 { color: #183E18; opacity: 0.8; }

<p style="color:#183E18;opacity:0.8;">80%</p>

Text with #183E18 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 #183E18;}

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

This text has shadow with #183E18 color.

.textShadow {text-shadow: 3px 3px 1px #183E18, 3px 3px 1px red;}

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

This text has shadow with #183E18 primary color and red secondary color.


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

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

This text has shadow with #183E18 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #183E18 on black background.


Color preview on white background

This text has color #183E18 on white background.



Black color preview on #183E18 background

This text has black color on #183E18 background.


White color preview on #183E18 background

This text has white color on #183E18 background.