COLOR #122125

HEX: #122125 RGB: (18,33,37)

Color info

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

RGB color model

#122125 color RGB value is (18,33,37).

RGB: (18,33,37) (7%, 13%, 15%)

RGB channels and saturation

R 18 of 255 = 7%
G 33 of 255 = 13%
B 37 of 255 = 15%

18
33
37

R + G + B ~ 12%. #122125 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 33 + 37 = 88 (100%)
R 18 of 88 ~ 20.45%
G 33 of 88 ~ 37.5%
B 37 of 88 ~ 42.05'%

%20.45
%37.5
%42.05

CMYK color model

#122125 color CMYK value is (51,11,0,85).

  • cyan value is 51.35%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK: (51,11,0,85) C51M11Y0K85 (51%,11%,0%,85%) (0.51/0.11/0.00/0.85) 

CMYK percentages

%51.35
%10.81
%0
%85.49

Codes

Color #122125 in popluar color models

12 21 25
RGB 18 33 37
HSL 193° 34.55% 10.78%
HSB/HSV 193° 51.35% 14.51%
CMYK 51.35% 10.81% 0.00%
85.49%

Color #122125 in popluar number systems.

HEX 12 21 25
Decimal 18 33 37
Binary 10010 100001 100101
Octal 22 41 45

Shades and tints

Shades of #122125

#122125
(18,33,37)
#111E22
(17,30,34)
#101B1F
(16,27,31)
#0F181C
(15,24,28)
#0E1519
(14,21,25)
#0D1216
(13,18,22)
#0C0F13
(12,15,19)
#0B0C10
(11,12,16)
#0A090D
(10,9,13)
#09060A
(9,6,10)
#080307
(8,3,7)
#000000
(0,0,0)

Tints of #122125

#122125
(18,33,37)
#273538
(39,53,56)
#3C494B
(60,73,75)
#515D5E
(81,93,94)
#667171
(102,113,113)
#7B8584
(123,133,132)
#909997
(144,153,151)
#A5ADAA
(165,173,170)
#BAC1BD
(186,193,189)
#CFD5D0
(207,213,208)
#E4E9E3
(228,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122125 color. Also use rgb(18,33,37) instead hex code.

Text Font Color

.myTextColor { color: #122125; }

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

This text font color is #122125.

Background Color

.myBgColor { background-color: #122125; }

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

This div background color is #122125.

Border color

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

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

This div border color is #122125.

Opacity

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

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

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

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

This text has shadow with #122125 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #122125.

Preview

Color preview on black background

This text has color #122125 on black background.


Color preview on white background

This text has color #122125 on white background.


Black color preview on #122125 background

This text has black color on #122125 background.


White color preview on #122125 background

This text has white color on #122125 background.


Related colors

Complementary color

Complementary color for #hex is #EDDEDA.


I love getcolorcode.com

Triadic colors

1 #251221 and #212512 with #122125 are triadic colors.

2 #252112 and #211225 with #122125 are triadic colors.