COLOR #18584A

HEX: #18584A
RGB: (24,88,74)

Color info

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

RGB color model

#18584A color RGB value is (24,88,74).

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

RGB channels and saturation

R 24 of 255 = 9%
G 88 of 255 = 35%
B 74 of 255 = 29%

24
88
74

R + G + B ~ 24%. #18584A is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 88 + 74 = 186 (100%)
R 24 of 186 ~ 12.9%
G 88 of 186 ~ 47.31%
B 74 of 186 ~ 39.78%

%12.9
%47.31
%39.78

CMYK color model

#18584A color CMYK value is (73,0,16,65).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 65.49%
CMYK:
(73,0,16,65)
C73M0Y16K65 
(73%,0%,16%,65%)
(0.73/0.00/0.16/0.65)	

CMYK percentages

%72.73
%0
%15.91
%65.49

Codes

Color #18584A in popluar color models

18584A
RGB248874
HSL167°57.14%21.96%
HSB/HSV167°72.73%34.51%
CMYK72.73%0.00%15.91%
65.49%

Color #18584A in popluar number systems.

HEX18584A
Decimal248874
Binary1100010110001001010
Octal30130112

Shades and tints

Shades of #18584A

#18584A
(24,88,74)
#165044
(22,80,68)
#14483E
(20,72,62)
#124038
(18,64,56)
#103832
(16,56,50)
#0E302C
(14,48,44)
#0C2826
(12,40,38)
#0A2020
(10,32,32)
#08181A
(8,24,26)
#061014
(6,16,20)
#04080E
(4,8,14)
#000000
(0,0,0)

Tints of #18584A

#18584A
(24,88,74)
#2D675A
(45,103,90)
#42766A
(66,118,106)
#57857A
(87,133,122)
#6C948A
(108,148,138)
#81A39A
(129,163,154)
#96B2AA
(150,178,170)
#ABC1BA
(171,193,186)
#C0D0CA
(192,208,202)
#D5DFDA
(213,223,218)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18584A color. Also use rgb(24,88,74) instead hex code.

Text Font Color

.myTextColor { color: #18584A; }

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

This text font color is #18584A.


Background Color

.myBgColor { background-color: #18584A; }

<div style="background-color:#18584A">Inner text</div>

This div background color is #18584A.


Border color

.myBorderColor { border: 1px solid #18584A; }

<div style="border:3px solid #18584A">Div</div>

This div border color is #18584A.


Opacity

.myOpacity80 { color: #18584A; opacity: 0.8; }

<p style="color:#18584A;opacity:0.8;">80%</p>

Text with #18584A 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 #18584A;}

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

This text has shadow with #18584A color.

.textShadow {text-shadow: 3px 3px 1px #18584A, 3px 3px 1px red;}

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

This text has shadow with #18584A primary color and red secondary color.


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

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

This text has shadow with #18584A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18584A on black background.


Color preview on white background

This text has color #18584A on white background.



Black color preview on #18584A background

This text has black color on #18584A background.


White color preview on #18584A background

This text has white color on #18584A background.