COLOR #183C49

HEX: #183C49
RGB: (24,60,73)

Color info

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

RGB color model

#183C49 color RGB value is (24,60,73).

  • red value is 24;
  • green value is 60;
  • blue value is 73.
RGB:
(24,60,73)
(9%,24%,29%)

RGB channels and saturation

R 24 of 255 = 9%
G 60 of 255 = 24%
B 73 of 255 = 29%

24
60
73

R + G + B ~ 21%. #183C49 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 60 + 73 = 157 (100%)
R 24 of 157 ~ 15.29%
G 60 of 157 ~ 38.22%
B 73 of 157 ~ 46.5%

%15.29
%38.22
%46.5

CMYK color model

#183C49 color CMYK value is (67,18,0,71).

  • cyan value is 67.12%
  • magenta value is 17.81%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(67,18,0,71)
C67M18Y0K71 
(67%,18%,0%,71%)
(0.67/0.18/0.00/0.71)	

CMYK percentages

%67.12
%17.81
%0
%71.37

Codes

Color #183C49 in popluar color models

183C49
RGB246073
HSL196°50.52%19.02%
HSB/HSV196°67.12%28.63%
CMYK67.12%17.81%0.00%
71.37%

Color #183C49 in popluar number systems.

HEX183C49
Decimal246073
Binary110001111001001001
Octal3074111

Shades and tints

Shades of #183C49

#183C49
(24,60,73)
#163743
(22,55,67)
#14323D
(20,50,61)
#122D37
(18,45,55)
#102831
(16,40,49)
#0E232B
(14,35,43)
#0C1E25
(12,30,37)
#0A191F
(10,25,31)
#081419
(8,20,25)
#060F13
(6,15,19)
#040A0D
(4,10,13)
#000000
(0,0,0)

Tints of #183C49

#183C49
(24,60,73)
#2D4D59
(45,77,89)
#425E69
(66,94,105)
#576F79
(87,111,121)
#6C8089
(108,128,137)
#819199
(129,145,153)
#96A2A9
(150,162,169)
#ABB3B9
(171,179,185)
#C0C4C9
(192,196,201)
#D5D5D9
(213,213,217)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #183C49 color. Also use rgb(24,60,73) instead hex code.

Text Font Color

.myTextColor { color: #183C49; }

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

This text font color is #183C49.


Background Color

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

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

This div background color is #183C49.


Border color

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

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

This div border color is #183C49.


Opacity

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

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

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

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

This text has shadow with #183C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #183C49 on black background.


Color preview on white background

This text has color #183C49 on white background.



Black color preview on #183C49 background

This text has black color on #183C49 background.


White color preview on #183C49 background

This text has white color on #183C49 background.