COLOR #122A25

HEX: #122A25
RGB: (18,42,37)

Color info

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

RGB color model

#122A25 color RGB value is (18,42,37).

  • red value is 18;
  • green value is 42;
  • blue value is 37.
RGB:
(18,42,37)
(7%,16%,15%)

RGB channels and saturation

R 18 of 255 = 7%
G 42 of 255 = 16%
B 37 of 255 = 15%

18
42
37

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

Portions of RGB colors in percentages

R + G + B =
18 + 42 + 37 = 97 (100%)
R 18 of 97 ~ 18.56%
G 42 of 97 ~ 43.3%
B 37 of 97 ~ 38.14%

%18.56
%43.3
%38.14

CMYK color model

#122A25 color CMYK value is (57,0,12,84).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 11.90%
  • key color value is 83.53%
CMYK:
(57,0,12,84)
C57M0Y12K84 
(57%,0%,12%,84%)
(0.57/0.00/0.12/0.84)	

CMYK percentages

%57.14
%0
%11.9
%83.53

Codes

Color #122A25 in popluar color models

122A25
RGB184237
HSL168°40.00%11.76%
HSB/HSV168°57.14%16.47%
CMYK57.14%0.00%11.90%
83.53%

Color #122A25 in popluar number systems.

HEX122A25
Decimal184237
Binary10010101010100101
Octal225245

Shades and tints

Shades of #122A25

#122A25
(18,42,37)
#112722
(17,39,34)
#10241F
(16,36,31)
#0F211C
(15,33,28)
#0E1E19
(14,30,25)
#0D1B16
(13,27,22)
#0C1813
(12,24,19)
#0B1510
(11,21,16)
#0A120D
(10,18,13)
#090F0A
(9,15,10)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #122A25

#122A25
(18,42,37)
#273D38
(39,61,56)
#3C504B
(60,80,75)
#51635E
(81,99,94)
#667671
(102,118,113)
#7B8984
(123,137,132)
#909C97
(144,156,151)
#A5AFAA
(165,175,170)
#BAC2BD
(186,194,189)
#CFD5D0
(207,213,208)
#E4E8E3
(228,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122A25; }

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

This text font color is #122A25.


Background Color

.myBgColor { background-color: #122A25; }

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

This div background color is #122A25.


Border color

.myBorderColor { border: 1px solid #122A25; }

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

This div border color is #122A25.


Opacity

.myOpacity80 { color: #122A25; opacity: 0.8; }

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

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

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

This text has shadow with #122A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122A25 on black background.


Color preview on white background

This text has color #122A25 on white background.



Black color preview on #122A25 background

This text has black color on #122A25 background.


White color preview on #122A25 background

This text has white color on #122A25 background.