COLOR #182241

HEX: #182241
RGB: (24,34,65)

Color info

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

RGB color model

#182241 color RGB value is (24,34,65).

  • red value is 24;
  • green value is 34;
  • blue value is 65.
RGB:
(24,34,65)
(9%,13%,25%)

RGB channels and saturation

R 24 of 255 = 9%
G 34 of 255 = 13%
B 65 of 255 = 25%

24
34
65

R + G + B ~ 16%. #182241 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 34 + 65 = 123 (100%)
R 24 of 123 ~ 19.51%
G 34 of 123 ~ 27.64%
B 65 of 123 ~ 52.85%

%19.51
%27.64
%52.85

CMYK color model

#182241 color CMYK value is (63,48,0,75).

  • cyan value is 63.08%
  • magenta value is 47.69%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(63,48,0,75)
C63M48Y0K75 
(63%,48%,0%,75%)
(0.63/0.48/0.00/0.75)	

CMYK percentages

%63.08
%47.69
%0
%74.51

Codes

Color #182241 in popluar color models

182241
RGB243465
HSL225°46.07%17.45%
HSB/HSV225°63.08%25.49%
CMYK63.08%47.69%0.00%
74.51%

Color #182241 in popluar number systems.

HEX182241
Decimal243465
Binary110001000101000001
Octal3042101

Shades and tints

Shades of #182241

#182241
(24,34,65)
#161F3C
(22,31,60)
#141C37
(20,28,55)
#121932
(18,25,50)
#10162D
(16,22,45)
#0E1328
(14,19,40)
#0C1023
(12,16,35)
#0A0D1E
(10,13,30)
#080A19
(8,10,25)
#060714
(6,7,20)
#04040F
(4,4,15)
#000000
(0,0,0)

Tints of #182241

#182241
(24,34,65)
#2D3652
(45,54,82)
#424A63
(66,74,99)
#575E74
(87,94,116)
#6C7285
(108,114,133)
#818696
(129,134,150)
#969AA7
(150,154,167)
#ABAEB8
(171,174,184)
#C0C2C9
(192,194,201)
#D5D6DA
(213,214,218)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #182241 color. Also use rgb(24,34,65) instead hex code.

Text Font Color

.myTextColor { color: #182241; }

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

This text font color is #182241.


Background Color

.myBgColor { background-color: #182241; }

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

This div background color is #182241.


Border color

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

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

This div border color is #182241.


Opacity

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

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

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

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

This text has shadow with #182241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #182241 on black background.


Color preview on white background

This text has color #182241 on white background.



Black color preview on #182241 background

This text has black color on #182241 background.


White color preview on #182241 background

This text has white color on #182241 background.