COLOR #184E5A

HEX: #184E5A RGB: (24,78,90)

Color info

#184E5A contains mainly green and blue colors. Web safe color of #184E5A is #006666 (or #066).

RGB color model

#184E5A color RGB value is (24,78,90).

RGB: (24,78,90) (9%, 31%, 35%)

RGB channels and saturation

R 24 of 255 = 9%
G 78 of 255 = 31%
B 90 of 255 = 35%

24
78
90

R + G + B ~ 25%. #184E5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 78 + 90 = 192 (100%)
R 24 of 192 ~ 12.5%
G 78 of 192 ~ 40.63%
B 90 of 192 ~ 46.88'%

%12.5
%40.63
%46.88

CMYK color model

#184E5A color CMYK value is (73,13,0,65).

  • cyan value is 73.33%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (73,13,0,65)
C73M13Y0K65 (73%, 13%, 0%, 65%)
(0.73 / 0.13 / 0.00 / 0.65)

CMYK percentages

%73.33
%13.33
%0
%64.71

Codes

Color #184E5A in popluar color models

18 4E 5A
RGB 24 78 90
HSL 191° 57.89% 22.35%
HSB/HSV 191° 73.33% 35.29%
CMYK 73.33% 13.33% 0.00%
64.71%

Color #184E5A in popluar number systems.

HEX 18 4E 5A
Decimal 24 78 90
Binary 11000 1001110 1011010
Octal 30 116 132

Shades and tints

Shades of #184E5A

#184E5A
(24,78,90)
#164752
(22,71,82)
#14404A
(20,64,74)
#123942
(18,57,66)
#10323A
(16,50,58)
#0E2B32
(14,43,50)
#0C242A
(12,36,42)
#0A1D22
(10,29,34)
#08161A
(8,22,26)
#060F12
(6,15,18)
#04080A
(4,8,10)
#000000
(0,0,0)

Tints of #184E5A

#184E5A
(24,78,90)
#2D5E69
(45,94,105)
#426E78
(66,110,120)
#577E87
(87,126,135)
#6C8E96
(108,142,150)
#819EA5
(129,158,165)
#96AEB4
(150,174,180)
#ABBEC3
(171,190,195)
#C0CED2
(192,206,210)
#D5DEE1
(213,222,225)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #184E5A color. Also use rgb(24,78,90) instead hex code.

Text Font Color

.myTextColor { color: #184E5A; }

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

This text font color is #184E5A.

Background Color

.myBgColor { background-color: #184E5A; }

<div style="background-color:#184E5A">Inner text</div>

This div background color is #184E5A.

Border color

.myBorderColor { border: 1px solid #184E5A; }

<div style="border:3px solid #184E5A">Div</div>

This div border color is #184E5A.

Opacity

.myOpacity80 { color: #184E5A; opacity: 0.8; }

<p style="color:#184E5A;opacity:0.8;">80%</p>

Text with #184E5A 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 #184E5A;}

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

This text has shadow with #184E5A color.


.textShadow {text-shadow: 3px 3px 1px #184E5A', 3px 3px 1px red;}

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

This text has shadow with #184E5A primary color and red secondary color.


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

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

This text has shadow with #184E5A and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #184E5A; -webkit-box-shadow: 1px 1px 3px 2px #184E5A; box-shadow:1px 1px 3px 2px #184E5A;">
Div content here
</div>

This div box has shadow with color #184E5A.

Preview

Color preview on black background

This text has color #184E5A on black background.


Color preview on white background

This text has color #184E5A on white background.


Black color preview on #184E5A background

This text has black color on #184E5A background.


White color preview on #184E5A background

This text has white color on #184E5A background.


Related colors

Complementary color

Complementary color for #hex is #E7B1A5.


I love getcolorcode.com

Triadic colors

1 #5A184E and #4E5A18 with #184E5A are triadic colors.

2 #5A4E18 and #4E185A with #184E5A are triadic colors.