COLOR #184C5B

HEX: #184C5B RGB: (24,76,91)

Color info

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

RGB color model

#184C5B color RGB value is (24,76,91).

RGB: (24,76,91) (9%, 30%, 36%)

RGB channels and saturation

R 24 of 255 = 9%
G 76 of 255 = 30%
B 91 of 255 = 36%

24
76
91

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

Portions of RGB colors in percentages

R + G + B = 24 + 76 + 91 = 191 (100%)
R 24 of 191 ~ 12.57%
G 76 of 191 ~ 39.79%
B 91 of 191 ~ 47.64'%

%12.57
%39.79
%47.64

CMYK color model

#184C5B color CMYK value is (74,16,0,64).

  • cyan value is 73.63%
  • magenta value is 16.48%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK: (74,16,0,64) C74M16Y0K64 (74%,16%,0%,64%) (0.74/0.16/0.00/0.64) 

CMYK percentages

%73.63
%16.48
%0
%64.31

Codes

Color #184C5B in popluar color models

18 4C 5B
RGB 24 76 91
HSL 193° 58.26% 22.55%
HSB/HSV 193° 73.63% 35.69%
CMYK 73.63% 16.48% 0.00%
64.31%

Color #184C5B in popluar number systems.

HEX 18 4C 5B
Decimal 24 76 91
Binary 11000 1001100 1011011
Octal 30 114 133

Shades and tints

Shades of #184C5B

#184C5B
(24,76,91)
#164653
(22,70,83)
#14404B
(20,64,75)
#123A43
(18,58,67)
#10343B
(16,52,59)
#0E2E33
(14,46,51)
#0C282B
(12,40,43)
#0A2223
(10,34,35)
#081C1B
(8,28,27)
#061613
(6,22,19)
#04100B
(4,16,11)
#000000
(0,0,0)

Tints of #184C5B

#184C5B
(24,76,91)
#2D5C69
(45,92,105)
#426C77
(66,108,119)
#577C85
(87,124,133)
#6C8C93
(108,140,147)
#819CA1
(129,156,161)
#96ACAF
(150,172,175)
#ABBCBD
(171,188,189)
#C0CCCB
(192,204,203)
#D5DCD9
(213,220,217)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #184C5B color. Also use rgb(24,76,91) instead hex code.

Text Font Color

.myTextColor { color: #184C5B; }

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

This text font color is #184C5B.

Background Color

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

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

This div background color is #184C5B.

Border color

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

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

This div border color is #184C5B.

Opacity

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

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

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

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

This text has shadow with #184C5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #184C5B.

Preview

Color preview on black background

This text has color #184C5B on black background.


Color preview on white background

This text has color #184C5B on white background.


Black color preview on #184C5B background

This text has black color on #184C5B background.


White color preview on #184C5B background

This text has white color on #184C5B background.


Related colors

Complementary color

Complementary color for #hex is #E7B3A4.


I love getcolorcode.com

Triadic colors

1 #5B184C and #4C5B18 with #184C5B are triadic colors.

2 #5B4C18 and #4C185B with #184C5B are triadic colors.