COLOR #18473F

HEX: #18473F RGB: (24,71,63)

Color info

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

RGB color model

#18473F color RGB value is (24,71,63).

RGB: (24,71,63) (9%, 28%, 25%)

RGB channels and saturation

R 24 of 255 = 9%
G 71 of 255 = 28%
B 63 of 255 = 25%

24
71
63

R + G + B ~ 21%. #18473F is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 71 + 63 = 158 (100%)
R 24 of 158 ~ 15.19%
G 71 of 158 ~ 44.94%
B 63 of 158 ~ 39.87'%

%15.19
%44.94
%39.87

CMYK color model

#18473F color CMYK value is (66,0,11,72).

  • cyan value is 66.20%
  • magenta value is 0.00%
  • yellow value is 11.27%
  • key color value is 72.16%

CMYK: (66,0,11,72)
C66M0Y11K72 (66%, 0%, 11%, 72%)
(0.66 / 0.00 / 0.11 / 0.72)

CMYK percentages

%66.2
%0
%11.27
%72.16

Codes

Color #18473F in popluar color models

18 47 3F
RGB 24 71 63
HSL 170° 49.47% 18.63%
HSB/HSV 170° 66.20% 27.84%
CMYK 66.20% 0.00% 11.27%
72.16%

Color #18473F in popluar number systems.

HEX 18 47 3F
Decimal 24 71 63
Binary 11000 1000111 111111
Octal 30 107 77

Shades and tints

Shades of #18473F

#18473F
(24,71,63)
#16413A
(22,65,58)
#143B35
(20,59,53)
#123530
(18,53,48)
#102F2B
(16,47,43)
#0E2926
(14,41,38)
#0C2321
(12,35,33)
#0A1D1C
(10,29,28)
#081717
(8,23,23)
#061112
(6,17,18)
#040B0D
(4,11,13)
#000000
(0,0,0)

Tints of #18473F

#18473F
(24,71,63)
#2D5750
(45,87,80)
#426761
(66,103,97)
#577772
(87,119,114)
#6C8783
(108,135,131)
#819794
(129,151,148)
#96A7A5
(150,167,165)
#ABB7B6
(171,183,182)
#C0C7C7
(192,199,199)
#D5D7D8
(213,215,216)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18473F color. Also use rgb(24,71,63) instead hex code.

Text Font Color

.myTextColor { color: #18473F; }

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

This text font color is #18473F.

Background Color

.myBgColor { background-color: #18473F; }

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

This div background color is #18473F.

Border color

.myBorderColor { border: 1px solid #18473F; }

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

This div border color is #18473F.

Opacity

.myOpacity80 { color: #18473F; opacity: 0.8; }

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

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

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

This text has shadow with #18473F color.


.textShadow {text-shadow: 3px 3px 1px #18473F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #18473F; -webkit-box-shadow: 1px 1px 3px 2px #18473F; box-shadow:1px 1px 3px 2px #18473F;">
Div content here
</div>

This div box has shadow with color #18473F.

Preview

Color preview on black background

This text has color #18473F on black background.


Color preview on white background

This text has color #18473F on white background.


Black color preview on #18473F background

This text has black color on #18473F background.


White color preview on #18473F background

This text has white color on #18473F background.


Related colors

Complementary color

Complementary color for #hex is #E7B8C0.


I love getcolorcode.com

Triadic colors

1 #3F1847 and #473F18 with #18473F are triadic colors.

2 #3F4718 and #47183F with #18473F are triadic colors.