COLOR #183B48

HEX: #183B48
RGB: (24,59,72)

Color info

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

RGB color model

#183B48 color RGB value is (24,59,72).

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

RGB channels and saturation

R 24 of 255 = 9%
G 59 of 255 = 23%
B 72 of 255 = 28%

24
59
72

R + G + B ~ 20%. #183B48 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 59 + 72 = 155 (100%)
R 24 of 155 ~ 15.48%
G 59 of 155 ~ 38.06%
B 72 of 155 ~ 46.45%

%15.48
%38.06
%46.45

CMYK color model

#183B48 color CMYK value is (67,18,0,72).

  • cyan value is 66.67%
  • magenta value is 18.06%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(67,18,0,72)
C67M18Y0K72 
(67%,18%,0%,72%)
(0.67/0.18/0.00/0.72)	

CMYK percentages

%66.67
%18.06
%0
%71.76

Codes

Color #183B48 in popluar color models

183B48
RGB245972
HSL196°50.00%18.82%
HSB/HSV196°66.67%28.24%
CMYK66.67%18.06%0.00%
71.76%

Color #183B48 in popluar number systems.

HEX183B48
Decimal245972
Binary110001110111001000
Octal3073110

Shades and tints

Shades of #183B48

#183B48
(24,59,72)
#163642
(22,54,66)
#14313C
(20,49,60)
#122C36
(18,44,54)
#102730
(16,39,48)
#0E222A
(14,34,42)
#0C1D24
(12,29,36)
#0A181E
(10,24,30)
#081318
(8,19,24)
#060E12
(6,14,18)
#04090C
(4,9,12)
#000000
(0,0,0)

Tints of #183B48

#183B48
(24,59,72)
#2D4C58
(45,76,88)
#425D68
(66,93,104)
#576E78
(87,110,120)
#6C7F88
(108,127,136)
#819098
(129,144,152)
#96A1A8
(150,161,168)
#ABB2B8
(171,178,184)
#C0C3C8
(192,195,200)
#D5D4D8
(213,212,216)
#EAE5E8
(234,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #183B48; }

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

This text font color is #183B48.


Background Color

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

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

This div background color is #183B48.


Border color

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

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

This div border color is #183B48.


Opacity

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

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

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

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

This text has shadow with #183B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #183B48 on black background.


Color preview on white background

This text has color #183B48 on white background.



Black color preview on #183B48 background

This text has black color on #183B48 background.


White color preview on #183B48 background

This text has white color on #183B48 background.