COLOR #184C55

HEX: #184C55
RGB: (24,76,85)

Color info

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

RGB color model

#184C55 color RGB value is (24,76,85).

  • red value is 24;
  • green value is 76;
  • blue value is 85.
RGB:
(24,76,85)
(9%,30%,33%)

RGB channels and saturation

R 24 of 255 = 9%
G 76 of 255 = 30%
B 85 of 255 = 33%

24
76
85

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

Portions of RGB colors in percentages

R + G + B =
24 + 76 + 85 = 185 (100%)
R 24 of 185 ~ 12.97%
G 76 of 185 ~ 41.08%
B 85 of 185 ~ 45.95%

%12.97
%41.08
%45.95

CMYK color model

#184C55 color CMYK value is (72,11,0,67).

  • cyan value is 71.76%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(72,11,0,67)
C72M11Y0K67 
(72%,11%,0%,67%)
(0.72/0.11/0.00/0.67)	

CMYK percentages

%71.76
%10.59
%0
%66.67

Codes

Color #184C55 in popluar color models

184C55
RGB247685
HSL189°55.96%21.37%
HSB/HSV189°71.76%33.33%
CMYK71.76%10.59%0.00%
66.67%

Color #184C55 in popluar number systems.

HEX184C55
Decimal247685
Binary1100010011001010101
Octal30114125

Shades and tints

Shades of #184C55

#184C55
(24,76,85)
#16464E
(22,70,78)
#144047
(20,64,71)
#123A40
(18,58,64)
#103439
(16,52,57)
#0E2E32
(14,46,50)
#0C282B
(12,40,43)
#0A2224
(10,34,36)
#081C1D
(8,28,29)
#061616
(6,22,22)
#04100F
(4,16,15)
#000000
(0,0,0)

Tints of #184C55

#184C55
(24,76,85)
#2D5C64
(45,92,100)
#426C73
(66,108,115)
#577C82
(87,124,130)
#6C8C91
(108,140,145)
#819CA0
(129,156,160)
#96ACAF
(150,172,175)
#ABBCBE
(171,188,190)
#C0CCCD
(192,204,205)
#D5DCDC
(213,220,220)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #184C55; }

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

This text font color is #184C55.


Background Color

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

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

This div background color is #184C55.


Border color

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

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

This div border color is #184C55.


Opacity

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

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

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

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

This text has shadow with #184C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184C55 on black background.


Color preview on white background

This text has color #184C55 on white background.



Black color preview on #184C55 background

This text has black color on #184C55 background.


White color preview on #184C55 background

This text has white color on #184C55 background.