COLOR #184C6B

HEX: #184C6B RGB: (24,76,107)

Color info

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

RGB color model

#184C6B color RGB value is (24,76,107).

RGB: (24,76,107) (9%, 30%, 42%)

RGB channels and saturation

R 24 of 255 = 9%
G 76 of 255 = 30%
B 107 of 255 = 42%

24
76
107

R + G + B ~ 27%. #184C6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 76 + 107 = 207 (100%)
R 24 of 207 ~ 11.59%
G 76 of 207 ~ 36.71%
B 107 of 207 ~ 51.69'%

%11.59
%36.71
%51.69

CMYK color model

#184C6B color CMYK value is (78,29,0,58).

  • cyan value is 77.57%
  • magenta value is 28.97%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (78,29,0,58)
C78M29Y0K58 (78%, 29%, 0%, 58%)
(0.78 / 0.29 / 0.00 / 0.58)

CMYK percentages

%77.57
%28.97
%0
%58.04

Codes

Color #184C6B in popluar color models

18 4C 6B
RGB 24 76 107
HSL 202° 63.36% 25.69%
HSB/HSV 202° 77.57% 41.96%
CMYK 77.57% 28.97% 0.00%
58.04%

Color #184C6B in popluar number systems.

HEX 18 4C 6B
Decimal 24 76 107
Binary 11000 1001100 1101011
Octal 30 114 153

Shades and tints

Shades of #184C6B

#184C6B
(24,76,107)
#164662
(22,70,98)
#144059
(20,64,89)
#123A50
(18,58,80)
#103447
(16,52,71)
#0E2E3E
(14,46,62)
#0C2835
(12,40,53)
#0A222C
(10,34,44)
#081C23
(8,28,35)
#06161A
(6,22,26)
#041011
(4,16,17)
#000000
(0,0,0)

Tints of #184C6B

#184C6B
(24,76,107)
#2D5C78
(45,92,120)
#426C85
(66,108,133)
#577C92
(87,124,146)
#6C8C9F
(108,140,159)
#819CAC
(129,156,172)
#96ACB9
(150,172,185)
#ABBCC6
(171,188,198)
#C0CCD3
(192,204,211)
#D5DCE0
(213,220,224)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #184C6B; }

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

This text font color is #184C6B.

Background Color

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

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

This div background color is #184C6B.

Border color

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

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

This div border color is #184C6B.

Opacity

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

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

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

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

This text has shadow with #184C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #184C6B.

Preview

Color preview on black background

This text has color #184C6B on black background.


Color preview on white background

This text has color #184C6B on white background.


Black color preview on #184C6B background

This text has black color on #184C6B background.


White color preview on #184C6B background

This text has white color on #184C6B background.


Related colors

Complementary color

Complementary color for #hex is #E7B394.


I love getcolorcode.com

Triadic colors

1 #6B184C and #4C6B18 with #184C6B are triadic colors.

2 #6B4C18 and #4C186B with #184C6B are triadic colors.