COLOR #18582E

HEX: #18582E
RGB: (24,88,46)

Color info

#18582E contains mainly green and blue colors. Web safe color of #18582E is #006633 (or #063).

RGB color model

#18582E color RGB value is (24,88,46).

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

RGB channels and saturation

R 24 of 255 = 9%
G 88 of 255 = 35%
B 46 of 255 = 18%

24
88
46

R + G + B ~ 21%. #18582E is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 88 + 46 = 158 (100%)
R 24 of 158 ~ 15.19%
G 88 of 158 ~ 55.7%
B 46 of 158 ~ 29.11%

%15.19
%55.7
%29.11

CMYK color model

#18582E color CMYK value is (73,0,48,65).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 47.73%
  • key color value is 65.49%
CMYK:
(73,0,48,65)
C73M0Y48K65 
(73%,0%,48%,65%)
(0.73/0.00/0.48/0.65)	

CMYK percentages

%72.73
%0
%47.73
%65.49

Codes

Color #18582E in popluar color models

18582E
RGB248846
HSL141°57.14%21.96%
HSB/HSV141°72.73%34.51%
CMYK72.73%0.00%47.73%
65.49%

Color #18582E in popluar number systems.

HEX18582E
Decimal248846
Binary110001011000101110
Octal3013056

Shades and tints

Shades of #18582E

#18582E
(24,88,46)
#16502A
(22,80,42)
#144826
(20,72,38)
#124022
(18,64,34)
#10381E
(16,56,30)
#0E301A
(14,48,26)
#0C2816
(12,40,22)
#0A2012
(10,32,18)
#08180E
(8,24,14)
#06100A
(6,16,10)
#040806
(4,8,6)
#000000
(0,0,0)

Tints of #18582E

#18582E
(24,88,46)
#2D6741
(45,103,65)
#427654
(66,118,84)
#578567
(87,133,103)
#6C947A
(108,148,122)
#81A38D
(129,163,141)
#96B2A0
(150,178,160)
#ABC1B3
(171,193,179)
#C0D0C6
(192,208,198)
#D5DFD9
(213,223,217)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18582E color. Also use rgb(24,88,46) instead hex code.

Text Font Color

.myTextColor { color: #18582E; }

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

This text font color is #18582E.


Background Color

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

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

This div background color is #18582E.


Border color

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

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

This div border color is #18582E.


Opacity

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

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

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

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

This text has shadow with #18582E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18582E on black background.


Color preview on white background

This text has color #18582E on white background.



Black color preview on #18582E background

This text has black color on #18582E background.


White color preview on #18582E background

This text has white color on #18582E background.