COLOR #112D03

HEX: #112D03 RGB: (17,45,3)

Color info

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

RGB color model

#112D03 color RGB value is (17,45,3).

RGB: (17,45,3) (7%, 18%, 1%)

RGB channels and saturation

R 17 of 255 = 7%
G 45 of 255 = 18%
B 3 of 255 = 1%

17
45
3

R + G + B ~ 9%. #112D03 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 45 + 3 = 65 (100%)
R 17 of 65 ~ 26.15%
G 45 of 65 ~ 69.23%
B 3 of 65 ~ 4.62'%

%26.15
%69.23

CMYK color model

#112D03 color CMYK value is (62,0,93,82).

  • cyan value is 62.22%
  • magenta value is 0.00%
  • yellow value is 93.33%
  • key color value is 82.35%

CMYK: (62,0,93,82)
C62M0Y93K82 (62%, 0%, 93%, 82%)
(0.62 / 0.00 / 0.93 / 0.82)

CMYK percentages

%62.22
%0
%93.33
%82.35

Codes

Color #112D03 in popluar color models

11 2D 03
RGB 17 45 3
HSL 100° 87.50% 9.41%
HSB/HSV 100° 93.33% 17.65%
CMYK 62.22% 0.00% 93.33%
82.35%

Color #112D03 in popluar number systems.

HEX 11 2D 03
Decimal 17 45 3
Binary 10001 101101 11
Octal 21 55 3

Shades and tints

Shades of #112D03

#112D03
(17,45,3)
#102903
(16,41,3)
#0F2503
(15,37,3)
#0E2103
(14,33,3)
#0D1D03
(13,29,3)
#0C1903
(12,25,3)
#0B1503
(11,21,3)
#0A1103
(10,17,3)
#090D03
(9,13,3)
#080903
(8,9,3)
#070503
(7,5,3)
#000000
(0,0,0)

Tints of #112D03

#112D03
(17,45,3)
#264019
(38,64,25)
#3B532F
(59,83,47)
#506645
(80,102,69)
#65795B
(101,121,91)
#7A8C71
(122,140,113)
#8F9F87
(143,159,135)
#A4B29D
(164,178,157)
#B9C5B3
(185,197,179)
#CED8C9
(206,216,201)
#E3EBDF
(227,235,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112D03 color. Also use rgb(17,45,3) instead hex code.

Text Font Color

.myTextColor { color: #112D03; }

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

This text font color is #112D03.

Background Color

.myBgColor { background-color: #112D03; }

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

This div background color is #112D03.

Border color

.myBorderColor { border: 1px solid #112D03; }

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

This div border color is #112D03.

Opacity

.myOpacity80 { color: #112D03; opacity: 0.8; }

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

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

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

This text has shadow with #112D03 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #112D03.

Preview

Color preview on black background

This text has color #112D03 on black background.


Color preview on white background

This text has color #112D03 on white background.


Black color preview on #112D03 background

This text has black color on #112D03 background.


White color preview on #112D03 background

This text has white color on #112D03 background.


Related colors

Complementary color

Complementary color for #hex is #EED2FC.


I love getcolorcode.com

Triadic colors

1 #03112D and #2D0311 with #112D03 are triadic colors.

2 #032D11 and #2D1103 with #112D03 are triadic colors.