COLOR #184B48

HEX: #184B48
RGB: (24,75,72)

Color info

#184B48 contains red, green and blue colors in about the same proportion. Web safe color of #184B48 is #003333 (or #033).

RGB color model

#184B48 color RGB value is (24,75,72).

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

RGB channels and saturation

R 24 of 255 = 9%
G 75 of 255 = 29%
B 72 of 255 = 28%

24
75
72

R + G + B ~ 22%. #184B48 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 75 + 72 = 171 (100%)
R 24 of 171 ~ 14.04%
G 75 of 171 ~ 43.86%
B 72 of 171 ~ 42.11%

%14.04
%43.86
%42.11

CMYK color model

#184B48 color CMYK value is (68,0,4,71).

  • cyan value is 68.00%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 70.59%
CMYK:
(68,0,4,71)
C68M0Y4K71 
(68%,0%,4%,71%)
(0.68/0.00/0.04/0.71)	

CMYK percentages

%68
%0
%4
%70.59

Codes

Color #184B48 in popluar color models

184B48
RGB247572
HSL176°51.52%19.41%
HSB/HSV176°68.00%29.41%
CMYK68.00%0.00%4.00%
70.59%

Color #184B48 in popluar number systems.

HEX184B48
Decimal247572
Binary1100010010111001000
Octal30113110

Shades and tints

Shades of #184B48

#184B48
(24,75,72)
#164542
(22,69,66)
#143F3C
(20,63,60)
#123936
(18,57,54)
#103330
(16,51,48)
#0E2D2A
(14,45,42)
#0C2724
(12,39,36)
#0A211E
(10,33,30)
#081B18
(8,27,24)
#061512
(6,21,18)
#040F0C
(4,15,12)
#000000
(0,0,0)

Tints of #184B48

#184B48
(24,75,72)
#2D5B58
(45,91,88)
#426B68
(66,107,104)
#577B78
(87,123,120)
#6C8B88
(108,139,136)
#819B98
(129,155,152)
#96ABA8
(150,171,168)
#ABBBB8
(171,187,184)
#C0CBC8
(192,203,200)
#D5DBD8
(213,219,216)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #184B48; }

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

This text font color is #184B48.


Background Color

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

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

This div background color is #184B48.


Border color

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

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

This div border color is #184B48.


Opacity

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

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

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

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

This text has shadow with #184B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184B48 on black background.


Color preview on white background

This text has color #184B48 on white background.



Black color preview on #184B48 background

This text has black color on #184B48 background.


White color preview on #184B48 background

This text has white color on #184B48 background.