COLOR #113A03

HEX: #113A03 RGB: (17,58,3)

Color info

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

RGB color model

#113A03 color RGB value is (17,58,3).

RGB: (17,58,3) (7%, 23%, 1%)

RGB channels and saturation

R 17 of 255 = 7%
G 58 of 255 = 23%
B 3 of 255 = 1%

17
58
3

R + G + B ~ 10%. #113A03 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 58 + 3 = 78 (100%)
R 17 of 78 ~ 21.79%
G 58 of 78 ~ 74.36%
B 3 of 78 ~ 3.85'%

%21.79
%74.36

CMYK color model

#113A03 color CMYK value is (71,0,95,77).

  • cyan value is 70.69%
  • magenta value is 0.00%
  • yellow value is 94.83%
  • key color value is 77.25%

CMYK: (71,0,95,77)
C71M0Y95K77 (71%, 0%, 95%, 77%)
(0.71 / 0.00 / 0.95 / 0.77)

CMYK percentages

%70.69
%0
%94.83
%77.25

Codes

Color #113A03 in popluar color models

11 3A 03
RGB 17 58 3
HSL 105° 90.16% 11.96%
HSB/HSV 105° 94.83% 22.75%
CMYK 70.69% 0.00% 94.83%
77.25%

Color #113A03 in popluar number systems.

HEX 11 3A 03
Decimal 17 58 3
Binary 10001 111010 11
Octal 21 72 3

Shades and tints

Shades of #113A03

#113A03
(17,58,3)
#103503
(16,53,3)
#0F3003
(15,48,3)
#0E2B03
(14,43,3)
#0D2603
(13,38,3)
#0C2103
(12,33,3)
#0B1C03
(11,28,3)
#0A1703
(10,23,3)
#091203
(9,18,3)
#080D03
(8,13,3)
#070803
(7,8,3)
#000000
(0,0,0)

Tints of #113A03

#113A03
(17,58,3)
#264B19
(38,75,25)
#3B5C2F
(59,92,47)
#506D45
(80,109,69)
#657E5B
(101,126,91)
#7A8F71
(122,143,113)
#8FA087
(143,160,135)
#A4B19D
(164,177,157)
#B9C2B3
(185,194,179)
#CED3C9
(206,211,201)
#E3E4DF
(227,228,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113A03 color. Also use rgb(17,58,3) instead hex code.

Text Font Color

.myTextColor { color: #113A03; }

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

This text font color is #113A03.

Background Color

.myBgColor { background-color: #113A03; }

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

This div background color is #113A03.

Border color

.myBorderColor { border: 1px solid #113A03; }

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

This div border color is #113A03.

Opacity

.myOpacity80 { color: #113A03; opacity: 0.8; }

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

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

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

This text has shadow with #113A03 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #113A03.

Preview

Color preview on black background

This text has color #113A03 on black background.


Color preview on white background

This text has color #113A03 on white background.


Black color preview on #113A03 background

This text has black color on #113A03 background.


White color preview on #113A03 background

This text has white color on #113A03 background.


Related colors

Complementary color

Complementary color for #hex is #EEC5FC.


I love getcolorcode.com

Triadic colors

1 #03113A and #3A0311 with #113A03 are triadic colors.

2 #033A11 and #3A1103 with #113A03 are triadic colors.