COLOR #122F25

HEX: #122F25
RGB: (18,47,37)

Color info

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

RGB color model

#122F25 color RGB value is (18,47,37).

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

RGB channels and saturation

R 18 of 255 = 7%
G 47 of 255 = 18%
B 37 of 255 = 15%

18
47
37

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

Portions of RGB colors in percentages

R + G + B =
18 + 47 + 37 = 102 (100%)
R 18 of 102 ~ 17.65%
G 47 of 102 ~ 46.08%
B 37 of 102 ~ 36.27%

%17.65
%46.08
%36.27

CMYK color model

#122F25 color CMYK value is (62,0,21,82).

  • cyan value is 61.70%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 81.57%
CMYK:
(62,0,21,82)
C62M0Y21K82 
(62%,0%,21%,82%)
(0.62/0.00/0.21/0.82)	

CMYK percentages

%61.7
%0
%21.28
%81.57

Codes

Color #122F25 in popluar color models

122F25
RGB184737
HSL159°44.62%12.75%
HSB/HSV159°61.70%18.43%
CMYK61.70%0.00%21.28%
81.57%

Color #122F25 in popluar number systems.

HEX122F25
Decimal184737
Binary10010101111100101
Octal225745

Shades and tints

Shades of #122F25

#122F25
(18,47,37)
#112B22
(17,43,34)
#10271F
(16,39,31)
#0F231C
(15,35,28)
#0E1F19
(14,31,25)
#0D1B16
(13,27,22)
#0C1713
(12,23,19)
#0B1310
(11,19,16)
#0A0F0D
(10,15,13)
#090B0A
(9,11,10)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #122F25

#122F25
(18,47,37)
#274138
(39,65,56)
#3C534B
(60,83,75)
#51655E
(81,101,94)
#667771
(102,119,113)
#7B8984
(123,137,132)
#909B97
(144,155,151)
#A5ADAA
(165,173,170)
#BABFBD
(186,191,189)
#CFD1D0
(207,209,208)
#E4E3E3
(228,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122F25; }

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

This text font color is #122F25.


Background Color

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

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

This div background color is #122F25.


Border color

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

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

This div border color is #122F25.


Opacity

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

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

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

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

This text has shadow with #122F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122F25 on black background.


Color preview on white background

This text has color #122F25 on white background.



Black color preview on #122F25 background

This text has black color on #122F25 background.


White color preview on #122F25 background

This text has white color on #122F25 background.