COLOR #184B6A

HEX: #184B6A
RGB: (24,75,106)

Color info

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

RGB color model

#184B6A color RGB value is (24,75,106).

  • red value is 24;
  • green value is 75;
  • blue value is 106.
RGB:
(24,75,106)
(9%,29%,42%)

RGB channels and saturation

R 24 of 255 = 9%
G 75 of 255 = 29%
B 106 of 255 = 42%

24
75
106

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

Portions of RGB colors in percentages

R + G + B =
24 + 75 + 106 = 205 (100%)
R 24 of 205 ~ 11.71%
G 75 of 205 ~ 36.59%
B 106 of 205 ~ 51.71%

%11.71
%36.59
%51.71

CMYK color model

#184B6A color CMYK value is (77,29,0,58).

  • cyan value is 77.36%
  • magenta value is 29.25%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(77,29,0,58)
C77M29Y0K58 
(77%,29%,0%,58%)
(0.77/0.29/0.00/0.58)	

CMYK percentages

%77.36
%29.25
%0
%58.43

Codes

Color #184B6A in popluar color models

184B6A
RGB2475106
HSL203°63.08%25.49%
HSB/HSV203°77.36%41.57%
CMYK77.36%29.25%0.00%
58.43%

Color #184B6A in popluar number systems.

HEX184B6A
Decimal2475106
Binary1100010010111101010
Octal30113152

Shades and tints

Shades of #184B6A

#184B6A
(24,75,106)
#164561
(22,69,97)
#143F58
(20,63,88)
#12394F
(18,57,79)
#103346
(16,51,70)
#0E2D3D
(14,45,61)
#0C2734
(12,39,52)
#0A212B
(10,33,43)
#081B22
(8,27,34)
#061519
(6,21,25)
#040F10
(4,15,16)
#000000
(0,0,0)

Tints of #184B6A

#184B6A
(24,75,106)
#2D5B77
(45,91,119)
#426B84
(66,107,132)
#577B91
(87,123,145)
#6C8B9E
(108,139,158)
#819BAB
(129,155,171)
#96ABB8
(150,171,184)
#ABBBC5
(171,187,197)
#C0CBD2
(192,203,210)
#D5DBDF
(213,219,223)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #184B6A color. Also use rgb(24,75,106) instead hex code.

Text Font Color

.myTextColor { color: #184B6A; }

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

This text font color is #184B6A.


Background Color

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

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

This div background color is #184B6A.


Border color

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

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

This div border color is #184B6A.


Opacity

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

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

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

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

This text has shadow with #184B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184B6A on black background.


Color preview on white background

This text has color #184B6A on white background.



Black color preview on #184B6A background

This text has black color on #184B6A background.


White color preview on #184B6A background

This text has white color on #184B6A background.