COLOR #182149

HEX: #182149
RGB: (24,33,73)

Color info

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

RGB color model

#182149 color RGB value is (24,33,73).

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

RGB channels and saturation

R 24 of 255 = 9%
G 33 of 255 = 13%
B 73 of 255 = 29%

24
33
73

R + G + B ~ 17%. #182149 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 33 + 73 = 130 (100%)
R 24 of 130 ~ 18.46%
G 33 of 130 ~ 25.38%
B 73 of 130 ~ 56.15%

%18.46
%25.38
%56.15

CMYK color model

#182149 color CMYK value is (67,55,0,71).

  • cyan value is 67.12%
  • magenta value is 54.79%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(67,55,0,71)
C67M55Y0K71 
(67%,55%,0%,71%)
(0.67/0.55/0.00/0.71)	

CMYK percentages

%67.12
%54.79
%0
%71.37

Codes

Color #182149 in popluar color models

182149
RGB243373
HSL229°50.52%19.02%
HSB/HSV229°67.12%28.63%
CMYK67.12%54.79%0.00%
71.37%

Color #182149 in popluar number systems.

HEX182149
Decimal243373
Binary110001000011001001
Octal3041111

Shades and tints

Shades of #182149

#182149
(24,33,73)
#161E43
(22,30,67)
#141B3D
(20,27,61)
#121837
(18,24,55)
#101531
(16,21,49)
#0E122B
(14,18,43)
#0C0F25
(12,15,37)
#0A0C1F
(10,12,31)
#080919
(8,9,25)
#060613
(6,6,19)
#04030D
(4,3,13)
#000000
(0,0,0)

Tints of #182149

#182149
(24,33,73)
#2D3559
(45,53,89)
#424969
(66,73,105)
#575D79
(87,93,121)
#6C7189
(108,113,137)
#818599
(129,133,153)
#9699A9
(150,153,169)
#ABADB9
(171,173,185)
#C0C1C9
(192,193,201)
#D5D5D9
(213,213,217)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #182149; }

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

This text font color is #182149.


Background Color

.myBgColor { background-color: #182149; }

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

This div background color is #182149.


Border color

.myBorderColor { border: 1px solid #182149; }

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

This div border color is #182149.


Opacity

.myOpacity80 { color: #182149; opacity: 0.8; }

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

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

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

This text has shadow with #182149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #182149 on black background.


Color preview on white background

This text has color #182149 on white background.



Black color preview on #182149 background

This text has black color on #182149 background.


White color preview on #182149 background

This text has white color on #182149 background.