COLOR #18453B

HEX: #18453B
RGB: (24,69,59)

Color info

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

RGB color model

#18453B color RGB value is (24,69,59).

  • red value is 24;
  • green value is 69;
  • blue value is 59.
RGB:
(24,69,59)
(9%,27%,23%)

RGB channels and saturation

R 24 of 255 = 9%
G 69 of 255 = 27%
B 59 of 255 = 23%

24
69
59

R + G + B ~ 20%. #18453B is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 69 + 59 = 152 (100%)
R 24 of 152 ~ 15.79%
G 69 of 152 ~ 45.39%
B 59 of 152 ~ 38.82%

%15.79
%45.39
%38.82

CMYK color model

#18453B color CMYK value is (65,0,14,73).

  • cyan value is 65.22%
  • magenta value is 0.00%
  • yellow value is 14.49%
  • key color value is 72.94%
CMYK:
(65,0,14,73)
C65M0Y14K73 
(65%,0%,14%,73%)
(0.65/0.00/0.14/0.73)	

CMYK percentages

%65.22
%0
%14.49
%72.94

Codes

Color #18453B in popluar color models

18453B
RGB246959
HSL167°48.39%18.24%
HSB/HSV167°65.22%27.06%
CMYK65.22%0.00%14.49%
72.94%

Color #18453B in popluar number systems.

HEX18453B
Decimal246959
Binary110001000101111011
Octal3010573

Shades and tints

Shades of #18453B

#18453B
(24,69,59)
#163F36
(22,63,54)
#143931
(20,57,49)
#12332C
(18,51,44)
#102D27
(16,45,39)
#0E2722
(14,39,34)
#0C211D
(12,33,29)
#0A1B18
(10,27,24)
#081513
(8,21,19)
#060F0E
(6,15,14)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #18453B

#18453B
(24,69,59)
#2D554C
(45,85,76)
#42655D
(66,101,93)
#57756E
(87,117,110)
#6C857F
(108,133,127)
#819590
(129,149,144)
#96A5A1
(150,165,161)
#ABB5B2
(171,181,178)
#C0C5C3
(192,197,195)
#D5D5D4
(213,213,212)
#EAE5E5
(234,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18453B color. Also use rgb(24,69,59) instead hex code.

Text Font Color

.myTextColor { color: #18453B; }

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

This text font color is #18453B.


Background Color

.myBgColor { background-color: #18453B; }

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

This div background color is #18453B.


Border color

.myBorderColor { border: 1px solid #18453B; }

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

This div border color is #18453B.


Opacity

.myOpacity80 { color: #18453B; opacity: 0.8; }

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

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

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

This text has shadow with #18453B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18453B on black background.


Color preview on white background

This text has color #18453B on white background.



Black color preview on #18453B background

This text has black color on #18453B background.


White color preview on #18453B background

This text has white color on #18453B background.