COLOR #123918

HEX: #123918 RGB: (18,57,24)

Color info

#123918 contains red, green and blue colors in about the same proportion. Web safe color of #123918 is #003300 (or #030).

RGB color model

#123918 color RGB value is (18,57,24).

RGB: (18,57,24) (7%, 22%, 9%)

RGB channels and saturation

R 18 of 255 = 7%
G 57 of 255 = 22%
B 24 of 255 = 9%

18
57
24

R + G + B ~ 13%. #123918 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 57 + 24 = 99 (100%)
R 18 of 99 ~ 18.18%
G 57 of 99 ~ 57.58%
B 24 of 99 ~ 24.24'%

%18.18
%57.58
%24.24

CMYK color model

#123918 color CMYK value is (68,0,58,78).

  • cyan value is 68.42%
  • magenta value is 0.00%
  • yellow value is 57.89%
  • key color value is 77.65%

CMYK: (68,0,58,78)
C68M0Y58K78 (68%, 0%, 58%, 78%)
(0.68 / 0.00 / 0.58 / 0.78)

CMYK percentages

%68.42
%0
%57.89
%77.65

Codes

Color #123918 in popluar color models

12 39 18
RGB 18 57 24
HSL 129° 52.00% 14.71%
HSB/HSV 129° 68.42% 22.35%
CMYK 68.42% 0.00% 57.89%
77.65%

Color #123918 in popluar number systems.

HEX 12 39 18
Decimal 18 57 24
Binary 10010 111001 11000
Octal 22 71 30

Shades and tints

Shades of #123918

#123918
(18,57,24)
#113416
(17,52,22)
#102F14
(16,47,20)
#0F2A12
(15,42,18)
#0E2510
(14,37,16)
#0D200E
(13,32,14)
#0C1B0C
(12,27,12)
#0B160A
(11,22,10)
#0A1108
(10,17,8)
#090C06
(9,12,6)
#080704
(8,7,4)
#000000
(0,0,0)

Tints of #123918

#123918
(18,57,24)
#274B2D
(39,75,45)
#3C5D42
(60,93,66)
#516F57
(81,111,87)
#66816C
(102,129,108)
#7B9381
(123,147,129)
#90A596
(144,165,150)
#A5B7AB
(165,183,171)
#BAC9C0
(186,201,192)
#CFDBD5
(207,219,213)
#E4EDEA
(228,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #123918 color. Also use rgb(18,57,24) instead hex code.

Text Font Color

.myTextColor { color: #123918; }

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

This text font color is #123918.

Background Color

.myBgColor { background-color: #123918; }

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

This div background color is #123918.

Border color

.myBorderColor { border: 1px solid #123918; }

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

This div border color is #123918.

Opacity

.myOpacity80 { color: #123918; opacity: 0.8; }

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

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

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

This text has shadow with #123918 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #123918.

Preview

Color preview on black background

This text has color #123918 on black background.


Color preview on white background

This text has color #123918 on white background.


Black color preview on #123918 background

This text has black color on #123918 background.


White color preview on #123918 background

This text has white color on #123918 background.


Related colors

Complementary color

Complementary color for #hex is #EDC6E7.


I love getcolorcode.com

Triadic colors

1 #181239 and #391812 with #123918 are triadic colors.

2 #183912 and #391218 with #123918 are triadic colors.