COLOR #184D6C

HEX: #184D6C
RGB: (24,77,108)

Color info

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

RGB color model

#184D6C color RGB value is (24,77,108).

  • red value is 24;
  • green value is 77;
  • blue value is 108.
RGB:
(24,77,108)
(9%,30%,42%)

RGB channels and saturation

R 24 of 255 = 9%
G 77 of 255 = 30%
B 108 of 255 = 42%

24
77
108

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

Portions of RGB colors in percentages

R + G + B =
24 + 77 + 108 = 209 (100%)
R 24 of 209 ~ 11.48%
G 77 of 209 ~ 36.84%
B 108 of 209 ~ 51.67%

%11.48
%36.84
%51.67

CMYK color model

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

  • cyan value is 77.78%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(78,29,0,58)
C78M29Y0K58 
(78%,29%,0%,58%)
(0.78/0.29/0.00/0.58)	

CMYK percentages

%77.78
%28.7
%0
%57.65

Codes

Color #184D6C in popluar color models

184D6C
RGB2477108
HSL202°63.64%25.88%
HSB/HSV202°77.78%42.35%
CMYK77.78%28.70%0.00%
57.65%

Color #184D6C in popluar number systems.

HEX184D6C
Decimal2477108
Binary1100010011011101100
Octal30115154

Shades and tints

Shades of #184D6C

#184D6C
(24,77,108)
#164663
(22,70,99)
#143F5A
(20,63,90)
#123851
(18,56,81)
#103148
(16,49,72)
#0E2A3F
(14,42,63)
#0C2336
(12,35,54)
#0A1C2D
(10,28,45)
#081524
(8,21,36)
#060E1B
(6,14,27)
#040712
(4,7,18)
#000000
(0,0,0)

Tints of #184D6C

#184D6C
(24,77,108)
#2D5D79
(45,93,121)
#426D86
(66,109,134)
#577D93
(87,125,147)
#6C8DA0
(108,141,160)
#819DAD
(129,157,173)
#96ADBA
(150,173,186)
#ABBDC7
(171,189,199)
#C0CDD4
(192,205,212)
#D5DDE1
(213,221,225)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #184D6C color. Also use rgb(24,77,108) instead hex code.

Text Font Color

.myTextColor { color: #184D6C; }

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

This text font color is #184D6C.


Background Color

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

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

This div background color is #184D6C.


Border color

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

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

This div border color is #184D6C.


Opacity

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

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

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

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

This text has shadow with #184D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184D6C on black background.


Color preview on white background

This text has color #184D6C on white background.



Black color preview on #184D6C background

This text has black color on #184D6C background.


White color preview on #184D6C background

This text has white color on #184D6C background.