COLOR #122215

HEX: #122215
RGB: (18,34,21)

Color info

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

RGB color model

#122215 color RGB value is (18,34,21).

  • red value is 18;
  • green value is 34;
  • blue value is 21.
RGB:
(18,34,21)
(7%,13%,8%)

RGB channels and saturation

R 18 of 255 = 7%
G 34 of 255 = 13%
B 21 of 255 = 8%

18
34
21

R + G + B ~ 9%. #122215 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 34 + 21 = 73 (100%)
R 18 of 73 ~ 24.66%
G 34 of 73 ~ 46.58%
B 21 of 73 ~ 28.77%

%24.66
%46.58
%28.77

CMYK color model

#122215 color CMYK value is (47,0,38,87).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 38.24%
  • key color value is 86.67%
CMYK:
(47,0,38,87)
C47M0Y38K87 
(47%,0%,38%,87%)
(0.47/0.00/0.38/0.87)	

CMYK percentages

%47.06
%0
%38.24
%86.67

Codes

Color #122215 in popluar color models

122215
RGB183421
HSL131°30.77%10.20%
HSB/HSV131°47.06%13.33%
CMYK47.06%0.00%38.24%
86.67%

Color #122215 in popluar number systems.

HEX122215
Decimal183421
Binary1001010001010101
Octal224225

Shades and tints

Shades of #122215

#122215
(18,34,21)
#111F14
(17,31,20)
#101C13
(16,28,19)
#0F1912
(15,25,18)
#0E1611
(14,22,17)
#0D1310
(13,19,16)
#0C100F
(12,16,15)
#0B0D0E
(11,13,14)
#0A0A0D
(10,10,13)
#09070C
(9,7,12)
#08040B
(8,4,11)
#000000
(0,0,0)

Tints of #122215

#122215
(18,34,21)
#27362A
(39,54,42)
#3C4A3F
(60,74,63)
#515E54
(81,94,84)
#667269
(102,114,105)
#7B867E
(123,134,126)
#909A93
(144,154,147)
#A5AEA8
(165,174,168)
#BAC2BD
(186,194,189)
#CFD6D2
(207,214,210)
#E4EAE7
(228,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122215 color. Also use rgb(18,34,21) instead hex code.

Text Font Color

.myTextColor { color: #122215; }

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

This text font color is #122215.


Background Color

.myBgColor { background-color: #122215; }

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

This div background color is #122215.


Border color

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

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

This div border color is #122215.


Opacity

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

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

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

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

This text has shadow with #122215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122215 on black background.


Color preview on white background

This text has color #122215 on white background.



Black color preview on #122215 background

This text has black color on #122215 background.


White color preview on #122215 background

This text has white color on #122215 background.