COLOR #18462C

HEX: #18462C
RGB: (24,70,44)

Color info

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

RGB color model

#18462C color RGB value is (24,70,44).

  • red value is 24;
  • green value is 70;
  • blue value is 44.
RGB:
(24,70,44)
(9%,27%,17%)

RGB channels and saturation

R 24 of 255 = 9%
G 70 of 255 = 27%
B 44 of 255 = 17%

24
70
44

R + G + B ~ 18%. #18462C is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 70 + 44 = 138 (100%)
R 24 of 138 ~ 17.39%
G 70 of 138 ~ 50.72%
B 44 of 138 ~ 31.88%

%17.39
%50.72
%31.88

CMYK color model

#18462C color CMYK value is (66,0,37,73).

  • cyan value is 65.71%
  • magenta value is 0.00%
  • yellow value is 37.14%
  • key color value is 72.55%
CMYK:
(66,0,37,73)
C66M0Y37K73 
(66%,0%,37%,73%)
(0.66/0.00/0.37/0.73)	

CMYK percentages

%65.71
%0
%37.14
%72.55

Codes

Color #18462C in popluar color models

18462C
RGB247044
HSL146°48.94%18.43%
HSB/HSV146°65.71%27.45%
CMYK65.71%0.00%37.14%
72.55%

Color #18462C in popluar number systems.

HEX18462C
Decimal247044
Binary110001000110101100
Octal3010654

Shades and tints

Shades of #18462C

#18462C
(24,70,44)
#164028
(22,64,40)
#143A24
(20,58,36)
#123420
(18,52,32)
#102E1C
(16,46,28)
#0E2818
(14,40,24)
#0C2214
(12,34,20)
#0A1C10
(10,28,16)
#08160C
(8,22,12)
#061008
(6,16,8)
#040A04
(4,10,4)
#000000
(0,0,0)

Tints of #18462C

#18462C
(24,70,44)
#2D563F
(45,86,63)
#426652
(66,102,82)
#577665
(87,118,101)
#6C8678
(108,134,120)
#81968B
(129,150,139)
#96A69E
(150,166,158)
#ABB6B1
(171,182,177)
#C0C6C4
(192,198,196)
#D5D6D7
(213,214,215)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18462C color. Also use rgb(24,70,44) instead hex code.

Text Font Color

.myTextColor { color: #18462C; }

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

This text font color is #18462C.


Background Color

.myBgColor { background-color: #18462C; }

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

This div background color is #18462C.


Border color

.myBorderColor { border: 1px solid #18462C; }

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

This div border color is #18462C.


Opacity

.myOpacity80 { color: #18462C; opacity: 0.8; }

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

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

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

This text has shadow with #18462C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18462C on black background.


Color preview on white background

This text has color #18462C on white background.



Black color preview on #18462C background

This text has black color on #18462C background.


White color preview on #18462C background

This text has white color on #18462C background.