COLOR #18253A

HEX: #18253A
RGB: (24,37,58)

Color info

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

RGB color model

#18253A color RGB value is (24,37,58).

  • red value is 24;
  • green value is 37;
  • blue value is 58.
RGB:
(24,37,58)
(9%,15%,23%)

RGB channels and saturation

R 24 of 255 = 9%
G 37 of 255 = 15%
B 58 of 255 = 23%

24
37
58

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

Portions of RGB colors in percentages

R + G + B =
24 + 37 + 58 = 119 (100%)
R 24 of 119 ~ 20.17%
G 37 of 119 ~ 31.09%
B 58 of 119 ~ 48.74%

%20.17
%31.09
%48.74

CMYK color model

#18253A color CMYK value is (59,36,0,77).

  • cyan value is 58.62%
  • magenta value is 36.21%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(59,36,0,77)
C59M36Y0K77 
(59%,36%,0%,77%)
(0.59/0.36/0.00/0.77)	

CMYK percentages

%58.62
%36.21
%0
%77.25

Codes

Color #18253A in popluar color models

18253A
RGB243758
HSL217°41.46%16.08%
HSB/HSV217°58.62%22.75%
CMYK58.62%36.21%0.00%
77.25%

Color #18253A in popluar number systems.

HEX18253A
Decimal243758
Binary11000100101111010
Octal304572

Shades and tints

Shades of #18253A

#18253A
(24,37,58)
#162235
(22,34,53)
#141F30
(20,31,48)
#121C2B
(18,28,43)
#101926
(16,25,38)
#0E1621
(14,22,33)
#0C131C
(12,19,28)
#0A1017
(10,16,23)
#080D12
(8,13,18)
#060A0D
(6,10,13)
#040708
(4,7,8)
#000000
(0,0,0)

Tints of #18253A

#18253A
(24,37,58)
#2D384B
(45,56,75)
#424B5C
(66,75,92)
#575E6D
(87,94,109)
#6C717E
(108,113,126)
#81848F
(129,132,143)
#9697A0
(150,151,160)
#ABAAB1
(171,170,177)
#C0BDC2
(192,189,194)
#D5D0D3
(213,208,211)
#EAE3E4
(234,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18253A color. Also use rgb(24,37,58) instead hex code.

Text Font Color

.myTextColor { color: #18253A; }

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

This text font color is #18253A.


Background Color

.myBgColor { background-color: #18253A; }

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

This div background color is #18253A.


Border color

.myBorderColor { border: 1px solid #18253A; }

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

This div border color is #18253A.


Opacity

.myOpacity80 { color: #18253A; opacity: 0.8; }

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

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

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

This text has shadow with #18253A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18253A on black background.


Color preview on white background

This text has color #18253A on white background.



Black color preview on #18253A background

This text has black color on #18253A background.


White color preview on #18253A background

This text has white color on #18253A background.