COLOR #122503

HEX: #122503 RGB: (18,37,3)

Color info

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

RGB color model

#122503 color RGB value is (18,37,3).

RGB: (18,37,3) (7%, 15%, 1%)

RGB channels and saturation

R 18 of 255 = 7%
G 37 of 255 = 15%
B 3 of 255 = 1%

18
37
3

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

Portions of RGB colors in percentages

R + G + B = 18 + 37 + 3 = 58 (100%)
R 18 of 58 ~ 31.03%
G 37 of 58 ~ 63.79%
B 3 of 58 ~ 5.17'%

%31.03
%63.79

CMYK color model

#122503 color CMYK value is (51,0,92,85).

  • cyan value is 51.35%
  • magenta value is 0.00%
  • yellow value is 91.89%
  • key color value is 85.49%

CMYK: (51,0,92,85)
C51M0Y92K85 (51%, 0%, 92%, 85%)
(0.51 / 0.00 / 0.92 / 0.85)

CMYK percentages

%51.35
%0
%91.89
%85.49

Codes

Color #122503 in popluar color models

12 25 03
RGB 18 37 3
HSL 94° 85.00% 7.84%
HSB/HSV 94° 91.89% 14.51%
CMYK 51.35% 0.00% 91.89%
85.49%

Color #122503 in popluar number systems.

HEX 12 25 03
Decimal 18 37 3
Binary 10010 100101 11
Octal 22 45 3

Shades and tints

Shades of #122503

#122503
(18,37,3)
#112203
(17,34,3)
#101F03
(16,31,3)
#0F1C03
(15,28,3)
#0E1903
(14,25,3)
#0D1603
(13,22,3)
#0C1303
(12,19,3)
#0B1003
(11,16,3)
#0A0D03
(10,13,3)
#090A03
(9,10,3)
#080703
(8,7,3)
#000000
(0,0,0)

Tints of #122503

#122503
(18,37,3)
#273819
(39,56,25)
#3C4B2F
(60,75,47)
#515E45
(81,94,69)
#66715B
(102,113,91)
#7B8471
(123,132,113)
#909787
(144,151,135)
#A5AA9D
(165,170,157)
#BABDB3
(186,189,179)
#CFD0C9
(207,208,201)
#E4E3DF
(228,227,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122503; }

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

This text font color is #122503.

Background Color

.myBgColor { background-color: #122503; }

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

This div background color is #122503.

Border color

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

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

This div border color is #122503.

Opacity

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

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

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

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

This text has shadow with #122503 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #122503.

Preview

Color preview on black background

This text has color #122503 on black background.


Color preview on white background

This text has color #122503 on white background.


Black color preview on #122503 background

This text has black color on #122503 background.


White color preview on #122503 background

This text has white color on #122503 background.


Related colors

Complementary color

Complementary color for #hex is #EDDAFC.


I love getcolorcode.com

Triadic colors

1 #031225 and #250312 with #122503 are triadic colors.

2 #032512 and #251203 with #122503 are triadic colors.