COLOR #122725

HEX: #122725
RGB: (18,39,37)

Color info

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

RGB color model

#122725 color RGB value is (18,39,37).

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

RGB channels and saturation

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

18
39
37

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

Portions of RGB colors in percentages

R + G + B =
18 + 39 + 37 = 94 (100%)
R 18 of 94 ~ 19.15%
G 39 of 94 ~ 41.49%
B 37 of 94 ~ 39.36%

%19.15
%41.49
%39.36

CMYK color model

#122725 color CMYK value is (54,0,5,85).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 84.71%
CMYK:
(54,0,5,85)
C54M0Y5K85 
(54%,0%,5%,85%)
(0.54/0.00/0.05/0.85)	

CMYK percentages

%53.85
%0
%5.13
%84.71

Codes

Color #122725 in popluar color models

122725
RGB183937
HSL174°36.84%11.18%
HSB/HSV174°53.85%15.29%
CMYK53.85%0.00%5.13%
84.71%

Color #122725 in popluar number systems.

HEX122725
Decimal183937
Binary10010100111100101
Octal224745

Shades and tints

Shades of #122725

#122725
(18,39,37)
#112422
(17,36,34)
#10211F
(16,33,31)
#0F1E1C
(15,30,28)
#0E1B19
(14,27,25)
#0D1816
(13,24,22)
#0C1513
(12,21,19)
#0B1210
(11,18,16)
#0A0F0D
(10,15,13)
#090C0A
(9,12,10)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #122725

#122725
(18,39,37)
#273A38
(39,58,56)
#3C4D4B
(60,77,75)
#51605E
(81,96,94)
#667371
(102,115,113)
#7B8684
(123,134,132)
#909997
(144,153,151)
#A5ACAA
(165,172,170)
#BABFBD
(186,191,189)
#CFD2D0
(207,210,208)
#E4E5E3
(228,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122725; }

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

This text font color is #122725.


Background Color

.myBgColor { background-color: #122725; }

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

This div background color is #122725.


Border color

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

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

This div border color is #122725.


Opacity

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

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

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

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

This text has shadow with #122725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122725 on black background.


Color preview on white background

This text has color #122725 on white background.



Black color preview on #122725 background

This text has black color on #122725 background.


White color preview on #122725 background

This text has white color on #122725 background.