COLOR #18253D

HEX: #18253D
RGB: (24,37,61)

Color info

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

RGB color model

#18253D color RGB value is (24,37,61).

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

RGB channels and saturation

R 24 of 255 = 9%
G 37 of 255 = 15%
B 61 of 255 = 24%

24
37
61

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

Portions of RGB colors in percentages

R + G + B =
24 + 37 + 61 = 122 (100%)
R 24 of 122 ~ 19.67%
G 37 of 122 ~ 30.33%
B 61 of 122 ~ 50%

%19.67
%30.33
%50

CMYK color model

#18253D color CMYK value is (61,39,0,76).

  • cyan value is 60.66%
  • magenta value is 39.34%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(61,39,0,76)
C61M39Y0K76 
(61%,39%,0%,76%)
(0.61/0.39/0.00/0.76)	

CMYK percentages

%60.66
%39.34
%0
%76.08

Codes

Color #18253D in popluar color models

18253D
RGB243761
HSL219°43.53%16.67%
HSB/HSV219°60.66%23.92%
CMYK60.66%39.34%0.00%
76.08%

Color #18253D in popluar number systems.

HEX18253D
Decimal243761
Binary11000100101111101
Octal304575

Shades and tints

Shades of #18253D

#18253D
(24,37,61)
#162238
(22,34,56)
#141F33
(20,31,51)
#121C2E
(18,28,46)
#101929
(16,25,41)
#0E1624
(14,22,36)
#0C131F
(12,19,31)
#0A101A
(10,16,26)
#080D15
(8,13,21)
#060A10
(6,10,16)
#04070B
(4,7,11)
#000000
(0,0,0)

Tints of #18253D

#18253D
(24,37,61)
#2D384E
(45,56,78)
#424B5F
(66,75,95)
#575E70
(87,94,112)
#6C7181
(108,113,129)
#818492
(129,132,146)
#9697A3
(150,151,163)
#ABAAB4
(171,170,180)
#C0BDC5
(192,189,197)
#D5D0D6
(213,208,214)
#EAE3E7
(234,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18253D; }

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

This text font color is #18253D.


Background Color

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

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

This div background color is #18253D.


Border color

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

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

This div border color is #18253D.


Opacity

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

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

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

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

This text has shadow with #18253D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18253D on black background.


Color preview on white background

This text has color #18253D on white background.



Black color preview on #18253D background

This text has black color on #18253D background.


White color preview on #18253D background

This text has white color on #18253D background.