COLOR #123917

HEX: #123917 RGB: (18,57,23)

Color info

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

RGB color model

#123917 color RGB value is (18,57,23).

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

RGB channels and saturation

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

18
57
23

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

Portions of RGB colors in percentages

R + G + B = 18 + 57 + 23 = 98 (100%)
R 18 of 98 ~ 18.37%
G 57 of 98 ~ 58.16%
B 23 of 98 ~ 23.47'%

%18.37
%58.16
%23.47

CMYK color model

#123917 color CMYK value is (68,0,60,78).

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

CMYK: (68,0,60,78)
C68M0Y60K78 (68%, 0%, 60%, 78%)
(0.68 / 0.00 / 0.60 / 0.78)

CMYK percentages

%68.42
%0
%59.65
%77.65

Codes

Color #123917 in popluar color models

12 39 17
RGB 18 57 23
HSL 128° 52.00% 14.71%
HSB/HSV 128° 68.42% 22.35%
CMYK 68.42% 0.00% 59.65%
77.65%

Color #123917 in popluar number systems.

HEX 12 39 17
Decimal 18 57 23
Binary 10010 111001 10111
Octal 22 71 27

Shades and tints

Shades of #123917

#123917
(18,57,23)
#113415
(17,52,21)
#102F13
(16,47,19)
#0F2A11
(15,42,17)
#0E250F
(14,37,15)
#0D200D
(13,32,13)
#0C1B0B
(12,27,11)
#0B1609
(11,22,9)
#0A1107
(10,17,7)
#090C05
(9,12,5)
#080703
(8,7,3)
#000000
(0,0,0)

Tints of #123917

#123917
(18,57,23)
#274B2C
(39,75,44)
#3C5D41
(60,93,65)
#516F56
(81,111,86)
#66816B
(102,129,107)
#7B9380
(123,147,128)
#90A595
(144,165,149)
#A5B7AA
(165,183,170)
#BAC9BF
(186,201,191)
#CFDBD4
(207,219,212)
#E4EDE9
(228,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123917; }

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

This text font color is #123917.

Background Color

.myBgColor { background-color: #123917; }

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

This div background color is #123917.

Border color

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

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

This div border color is #123917.

Opacity

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

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

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

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

This text has shadow with #123917 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #123917.

Preview

Color preview on black background

This text has color #123917 on black background.


Color preview on white background

This text has color #123917 on white background.


Black color preview on #123917 background

This text has black color on #123917 background.


White color preview on #123917 background

This text has white color on #123917 background.


Related colors

Complementary color

Complementary color for #hex is #EDC6E8.


I love getcolorcode.com

Triadic colors

1 #171239 and #391712 with #123917 are triadic colors.

2 #173912 and #391217 with #123917 are triadic colors.