COLOR #122505

HEX: #122505 RGB: (18,37,5)

Color info

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

RGB color model

#122505 color RGB value is (18,37,5).

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

RGB channels and saturation

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

18
37
5

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

Portions of RGB colors in percentages

R + G + B = 18 + 37 + 5 = 60 (100%)
R 18 of 60 ~ 30%
G 37 of 60 ~ 61.67%
B 5 of 60 ~ 8.33'%

%30
%61.67

CMYK color model

#122505 color CMYK value is (51,0,86,85).

  • cyan value is 51.35%
  • magenta value is 0.00%
  • yellow value is 86.49%
  • key color value is 85.49%
CMYK: (51,0,86,85) C51M0Y86K85 (51%,0%,86%,85%) (0.51/0.00/0.86/0.85) 

CMYK percentages

%51.35
%0
%86.49
%85.49

Codes

Color #122505 in popluar color models

12 25 05
RGB 18 37 5
HSL 96° 76.19% 8.24%
HSB/HSV 96° 86.49% 14.51%
CMYK 51.35% 0.00% 86.49%
85.49%

Color #122505 in popluar number systems.

HEX 12 25 05
Decimal 18 37 5
Binary 10010 100101 101
Octal 22 45 5

Shades and tints

Shades of #122505

#122505
(18,37,5)
#112205
(17,34,5)
#101F05
(16,31,5)
#0F1C05
(15,28,5)
#0E1905
(14,25,5)
#0D1605
(13,22,5)
#0C1305
(12,19,5)
#0B1005
(11,16,5)
#0A0D05
(10,13,5)
#090A05
(9,10,5)
#080705
(8,7,5)
#000000
(0,0,0)

Tints of #122505

#122505
(18,37,5)
#27381B
(39,56,27)
#3C4B31
(60,75,49)
#515E47
(81,94,71)
#66715D
(102,113,93)
#7B8473
(123,132,115)
#909789
(144,151,137)
#A5AA9F
(165,170,159)
#BABDB5
(186,189,181)
#CFD0CB
(207,208,203)
#E4E3E1
(228,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122505; }

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

This text font color is #122505.

Background Color

.myBgColor { background-color: #122505; }

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

This div background color is #122505.

Border color

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

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

This div border color is #122505.

Opacity

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

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

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

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

This text has shadow with #122505 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #122505.

Preview

Color preview on black background

This text has color #122505 on black background.


Color preview on white background

This text has color #122505 on white background.


Black color preview on #122505 background

This text has black color on #122505 background.


White color preview on #122505 background

This text has white color on #122505 background.


Related colors

Complementary color

Complementary color for #hex is #EDDAFA.


I love getcolorcode.com

Triadic colors

1 #051225 and #250512 with #122505 are triadic colors.

2 #052512 and #251205 with #122505 are triadic colors.