COLOR #122325

HEX: #122325
RGB: (18,35,37)

Color info

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

RGB color model

#122325 color RGB value is (18,35,37).

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

RGB channels and saturation

R 18 of 255 = 7%
G 35 of 255 = 14%
B 37 of 255 = 15%

18
35
37

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

Portions of RGB colors in percentages

R + G + B =
18 + 35 + 37 = 90 (100%)
R 18 of 90 ~ 20%
G 35 of 90 ~ 38.89%
B 37 of 90 ~ 41.11%

%20
%38.89
%41.11

CMYK color model

#122325 color CMYK value is (51,5,0,85).

  • cyan value is 51.35%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(51,5,0,85)
C51M5Y0K85 
(51%,5%,0%,85%)
(0.51/0.05/0.00/0.85)	

CMYK percentages

%51.35
%5.41
%0
%85.49

Codes

Color #122325 in popluar color models

122325
RGB183537
HSL186°34.55%10.78%
HSB/HSV186°51.35%14.51%
CMYK51.35%5.41%0.00%
85.49%

Color #122325 in popluar number systems.

HEX122325
Decimal183537
Binary10010100011100101
Octal224345

Shades and tints

Shades of #122325

#122325
(18,35,37)
#112022
(17,32,34)
#101D1F
(16,29,31)
#0F1A1C
(15,26,28)
#0E1719
(14,23,25)
#0D1416
(13,20,22)
#0C1113
(12,17,19)
#0B0E10
(11,14,16)
#0A0B0D
(10,11,13)
#09080A
(9,8,10)
#080507
(8,5,7)
#000000
(0,0,0)

Tints of #122325

#122325
(18,35,37)
#273738
(39,55,56)
#3C4B4B
(60,75,75)
#515F5E
(81,95,94)
#667371
(102,115,113)
#7B8784
(123,135,132)
#909B97
(144,155,151)
#A5AFAA
(165,175,170)
#BAC3BD
(186,195,189)
#CFD7D0
(207,215,208)
#E4EBE3
(228,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122325; }

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

This text font color is #122325.


Background Color

.myBgColor { background-color: #122325; }

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

This div background color is #122325.


Border color

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

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

This div border color is #122325.


Opacity

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

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

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

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

This text has shadow with #122325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122325 on black background.


Color preview on white background

This text has color #122325 on white background.



Black color preview on #122325 background

This text has black color on #122325 background.


White color preview on #122325 background

This text has white color on #122325 background.