COLOR #18461D

HEX: #18461D
RGB: (24,70,29)

Color info

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

RGB color model

#18461D color RGB value is (24,70,29).

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

RGB channels and saturation

R 24 of 255 = 9%
G 70 of 255 = 27%
B 29 of 255 = 11%

24
70
29

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

Portions of RGB colors in percentages

R + G + B =
24 + 70 + 29 = 123 (100%)
R 24 of 123 ~ 19.51%
G 70 of 123 ~ 56.91%
B 29 of 123 ~ 23.58%

%19.51
%56.91
%23.58

CMYK color model

#18461D color CMYK value is (66,0,59,73).

  • cyan value is 65.71%
  • magenta value is 0.00%
  • yellow value is 58.57%
  • key color value is 72.55%
CMYK:
(66,0,59,73)
C66M0Y59K73 
(66%,0%,59%,73%)
(0.66/0.00/0.59/0.73)	

CMYK percentages

%65.71
%0
%58.57
%72.55

Codes

Color #18461D in popluar color models

18461D
RGB247029
HSL127°48.94%18.43%
HSB/HSV127°65.71%27.45%
CMYK65.71%0.00%58.57%
72.55%

Color #18461D in popluar number systems.

HEX18461D
Decimal247029
Binary11000100011011101
Octal3010635

Shades and tints

Shades of #18461D

#18461D
(24,70,29)
#16401B
(22,64,27)
#143A19
(20,58,25)
#123417
(18,52,23)
#102E15
(16,46,21)
#0E2813
(14,40,19)
#0C2211
(12,34,17)
#0A1C0F
(10,28,15)
#08160D
(8,22,13)
#06100B
(6,16,11)
#040A09
(4,10,9)
#000000
(0,0,0)

Tints of #18461D

#18461D
(24,70,29)
#2D5631
(45,86,49)
#426645
(66,102,69)
#577659
(87,118,89)
#6C866D
(108,134,109)
#819681
(129,150,129)
#96A695
(150,166,149)
#ABB6A9
(171,182,169)
#C0C6BD
(192,198,189)
#D5D6D1
(213,214,209)
#EAE6E5
(234,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18461D color. Also use rgb(24,70,29) instead hex code.

Text Font Color

.myTextColor { color: #18461D; }

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

This text font color is #18461D.


Background Color

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

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

This div background color is #18461D.


Border color

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

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

This div border color is #18461D.


Opacity

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

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

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

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

This text has shadow with #18461D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18461D on black background.


Color preview on white background

This text has color #18461D on white background.



Black color preview on #18461D background

This text has black color on #18461D background.


White color preview on #18461D background

This text has white color on #18461D background.