COLOR #122502

HEX: #122502 RGB: (18,37,2)

Color info

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

RGB color model

#122502 color RGB value is (18,37,2).

RGB: (18,37,2) (7%, 15%, 1%)

RGB channels and saturation

R 18 of 255 = 7%
G 37 of 255 = 15%
B 2 of 255 = 1%

18
37
2

R + G + B ~ 8%. #122502 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 37 + 2 = 57 (100%)
R 18 of 57 ~ 31.58%
G 37 of 57 ~ 64.91%
B 2 of 57 ~ 3.51'%

%31.58
%64.91

CMYK color model

#122502 color CMYK value is (51,0,95,85).

  • cyan value is 51.35%
  • magenta value is 0.00%
  • yellow value is 94.59%
  • key color value is 85.49%

CMYK: (51,0,95,85)
C51M0Y95K85 (51%, 0%, 95%, 85%)
(0.51 / 0.00 / 0.95 / 0.85)

CMYK percentages

%51.35
%0
%94.59
%85.49

Codes

Color #122502 in popluar color models

12 25 02
RGB 18 37 2
HSL 93° 89.74% 7.65%
HSB/HSV 93° 94.59% 14.51%
CMYK 51.35% 0.00% 94.59%
85.49%

Color #122502 in popluar number systems.

HEX 12 25 02
Decimal 18 37 2
Binary 10010 100101 10
Octal 22 45 2

Shades and tints

Shades of #122502

#122502
(18,37,2)
#112202
(17,34,2)
#101F02
(16,31,2)
#0F1C02
(15,28,2)
#0E1902
(14,25,2)
#0D1602
(13,22,2)
#0C1302
(12,19,2)
#0B1002
(11,16,2)
#0A0D02
(10,13,2)
#090A02
(9,10,2)
#080702
(8,7,2)
#000000
(0,0,0)

Tints of #122502

#122502
(18,37,2)
#273819
(39,56,25)
#3C4B30
(60,75,48)
#515E47
(81,94,71)
#66715E
(102,113,94)
#7B8475
(123,132,117)
#90978C
(144,151,140)
#A5AAA3
(165,170,163)
#BABDBA
(186,189,186)
#CFD0D1
(207,208,209)
#E4E3E8
(228,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122502; }

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

This text font color is #122502.

Background Color

.myBgColor { background-color: #122502; }

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

This div background color is #122502.

Border color

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

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

This div border color is #122502.

Opacity

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

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

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

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

This text has shadow with #122502 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #122502.

Preview

Color preview on black background

This text has color #122502 on black background.


Color preview on white background

This text has color #122502 on white background.


Black color preview on #122502 background

This text has black color on #122502 background.


White color preview on #122502 background

This text has white color on #122502 background.


Related colors

Complementary color

Complementary color for #hex is #EDDAFD.


I love getcolorcode.com

Triadic colors

1 #021225 and #250212 with #122502 are triadic colors.

2 #022512 and #251202 with #122502 are triadic colors.