COLOR #184955

HEX: #184955 RGB: (24,73,85)

Color info

#184955 contains mainly green and blue colors. Web safe color of #184955 is #003366 (or #036).

RGB color model

#184955 color RGB value is (24,73,85).

RGB: (24,73,85) (9%, 29%, 33%)

RGB channels and saturation

R 24 of 255 = 9%
G 73 of 255 = 29%
B 85 of 255 = 33%

24
73
85

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

Portions of RGB colors in percentages

R + G + B = 24 + 73 + 85 = 182 (100%)
R 24 of 182 ~ 13.19%
G 73 of 182 ~ 40.11%
B 85 of 182 ~ 46.7'%

%13.19
%40.11
%46.7

CMYK color model

#184955 color CMYK value is (72,14,0,67).

  • cyan value is 71.76%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (72,14,0,67)
C72M14Y0K67 (72%, 14%, 0%, 67%)
(0.72 / 0.14 / 0.00 / 0.67)

CMYK percentages

%71.76
%14.12
%0
%66.67

Codes

Color #184955 in popluar color models

18 49 55
RGB 24 73 85
HSL 192° 55.96% 21.37%
HSB/HSV 192° 71.76% 33.33%
CMYK 71.76% 14.12% 0.00%
66.67%

Color #184955 in popluar number systems.

HEX 18 49 55
Decimal 24 73 85
Binary 11000 1001001 1010101
Octal 30 111 125

Shades and tints

Shades of #184955

#184955
(24,73,85)
#16434E
(22,67,78)
#143D47
(20,61,71)
#123740
(18,55,64)
#103139
(16,49,57)
#0E2B32
(14,43,50)
#0C252B
(12,37,43)
#0A1F24
(10,31,36)
#08191D
(8,25,29)
#061316
(6,19,22)
#040D0F
(4,13,15)
#000000
(0,0,0)

Tints of #184955

#184955
(24,73,85)
#2D5964
(45,89,100)
#426973
(66,105,115)
#577982
(87,121,130)
#6C8991
(108,137,145)
#8199A0
(129,153,160)
#96A9AF
(150,169,175)
#ABB9BE
(171,185,190)
#C0C9CD
(192,201,205)
#D5D9DC
(213,217,220)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #184955 color. Also use rgb(24,73,85) instead hex code.

Text Font Color

.myTextColor { color: #184955; }

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

This text font color is #184955.

Background Color

.myBgColor { background-color: #184955; }

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

This div background color is #184955.

Border color

.myBorderColor { border: 1px solid #184955; }

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

This div border color is #184955.

Opacity

.myOpacity80 { color: #184955; opacity: 0.8; }

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

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

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

This text has shadow with #184955 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #184955.

Preview

Color preview on black background

This text has color #184955 on black background.


Color preview on white background

This text has color #184955 on white background.


Black color preview on #184955 background

This text has black color on #184955 background.


White color preview on #184955 background

This text has white color on #184955 background.


Related colors

Complementary color

Complementary color for #hex is #E7B6AA.


I love getcolorcode.com

Triadic colors

1 #551849 and #495518 with #184955 are triadic colors.

2 #554918 and #491855 with #184955 are triadic colors.