COLOR #184C74

HEX: #184C74
RGB: (24,76,116)

Color info

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

RGB color model

#184C74 color RGB value is (24,76,116).

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

RGB channels and saturation

R 24 of 255 = 9%
G 76 of 255 = 30%
B 116 of 255 = 45%

24
76
116

R + G + B ~ 28%. #184C74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 76 + 116 = 216 (100%)
R 24 of 216 ~ 11.11%
G 76 of 216 ~ 35.19%
B 116 of 216 ~ 53.7%

%11.11
%35.19
%53.7

CMYK color model

#184C74 color CMYK value is (79,34,0,55).

  • cyan value is 79.31%
  • magenta value is 34.48%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(79,34,0,55)
C79M34Y0K55 
(79%,34%,0%,55%)
(0.79/0.34/0.00/0.55)	

CMYK percentages

%79.31
%34.48
%0
%54.51

Codes

Color #184C74 in popluar color models

184C74
RGB2476116
HSL206°65.71%27.45%
HSB/HSV206°79.31%45.49%
CMYK79.31%34.48%0.00%
54.51%

Color #184C74 in popluar number systems.

HEX184C74
Decimal2476116
Binary1100010011001110100
Octal30114164

Shades and tints

Shades of #184C74

#184C74
(24,76,116)
#16466A
(22,70,106)
#144060
(20,64,96)
#123A56
(18,58,86)
#10344C
(16,52,76)
#0E2E42
(14,46,66)
#0C2838
(12,40,56)
#0A222E
(10,34,46)
#081C24
(8,28,36)
#06161A
(6,22,26)
#041010
(4,16,16)
#000000
(0,0,0)

Tints of #184C74

#184C74
(24,76,116)
#2D5C80
(45,92,128)
#426C8C
(66,108,140)
#577C98
(87,124,152)
#6C8CA4
(108,140,164)
#819CB0
(129,156,176)
#96ACBC
(150,172,188)
#ABBCC8
(171,188,200)
#C0CCD4
(192,204,212)
#D5DCE0
(213,220,224)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #184C74; }

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

This text font color is #184C74.


Background Color

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

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

This div background color is #184C74.


Border color

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

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

This div border color is #184C74.


Opacity

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

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

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

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

This text has shadow with #184C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184C74 on black background.


Color preview on white background

This text has color #184C74 on white background.



Black color preview on #184C74 background

This text has black color on #184C74 background.


White color preview on #184C74 background

This text has white color on #184C74 background.