COLOR #122917

HEX: #122917
RGB: (18,41,23)

Color info

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

RGB color model

#122917 color RGB value is (18,41,23).

  • red value is 18;
  • green value is 41;
  • blue value is 23.
RGB:
(18,41,23)
(7%,16%,9%)

RGB channels and saturation

R 18 of 255 = 7%
G 41 of 255 = 16%
B 23 of 255 = 9%

18
41
23

R + G + B ~ 11%. #122917 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 41 + 23 = 82 (100%)
R 18 of 82 ~ 21.95%
G 41 of 82 ~ 50%
B 23 of 82 ~ 28.05%

%21.95
%50
%28.05

CMYK color model

#122917 color CMYK value is (56,0,44,84).

  • cyan value is 56.10%
  • magenta value is 0.00%
  • yellow value is 43.90%
  • key color value is 83.92%
CMYK:
(56,0,44,84)
C56M0Y44K84 
(56%,0%,44%,84%)
(0.56/0.00/0.44/0.84)	

CMYK percentages

%56.1
%0
%43.9
%83.92

Codes

Color #122917 in popluar color models

122917
RGB184123
HSL133°38.98%11.57%
HSB/HSV133°56.10%16.08%
CMYK56.10%0.00%43.90%
83.92%

Color #122917 in popluar number systems.

HEX122917
Decimal184123
Binary1001010100110111
Octal225127

Shades and tints

Shades of #122917

#122917
(18,41,23)
#112615
(17,38,21)
#102313
(16,35,19)
#0F2011
(15,32,17)
#0E1D0F
(14,29,15)
#0D1A0D
(13,26,13)
#0C170B
(12,23,11)
#0B1409
(11,20,9)
#0A1107
(10,17,7)
#090E05
(9,14,5)
#080B03
(8,11,3)
#000000
(0,0,0)

Tints of #122917

#122917
(18,41,23)
#273C2C
(39,60,44)
#3C4F41
(60,79,65)
#516256
(81,98,86)
#66756B
(102,117,107)
#7B8880
(123,136,128)
#909B95
(144,155,149)
#A5AEAA
(165,174,170)
#BAC1BF
(186,193,191)
#CFD4D4
(207,212,212)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122917; }

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

This text font color is #122917.


Background Color

.myBgColor { background-color: #122917; }

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

This div background color is #122917.


Border color

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

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

This div border color is #122917.


Opacity

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

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

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

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

This text has shadow with #122917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122917 on black background.


Color preview on white background

This text has color #122917 on white background.



Black color preview on #122917 background

This text has black color on #122917 background.


White color preview on #122917 background

This text has white color on #122917 background.