COLOR #113C01

HEX: #113C01 RGB: (17,60,1)

Color info

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

RGB color model

#113C01 color RGB value is (17,60,1).

RGB: (17,60,1) (7%, 24%, 0%)

RGB channels and saturation

R 17 of 255 = 7%
G 60 of 255 = 24%
B 1 of 255 = 0%

17
60
1

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

Portions of RGB colors in percentages

R + G + B = 17 + 60 + 1 = 78 (100%)
R 17 of 78 ~ 21.79%
G 60 of 78 ~ 76.92%
B 1 of 78 ~ 1.28'%

%21.79
%76.92

CMYK color model

#113C01 color CMYK value is (72,0,98,76).

  • cyan value is 71.67%
  • magenta value is 0.00%
  • yellow value is 98.33%
  • key color value is 76.47%

CMYK: (72,0,98,76)
C72M0Y98K76 (72%, 0%, 98%, 76%)
(0.72 / 0.00 / 0.98 / 0.76)

CMYK percentages

%71.67
%0
%98.33
%76.47

Codes

Color #113C01 in popluar color models

11 3C 01
RGB 17 60 1
HSL 104° 96.72% 11.96%
HSB/HSV 104° 98.33% 23.53%
CMYK 71.67% 0.00% 98.33%
76.47%

Color #113C01 in popluar number systems.

HEX 11 3C 01
Decimal 17 60 1
Binary 10001 111100 1
Octal 21 74 1

Shades and tints

Shades of #113C01

#113C01
(17,60,1)
#103701
(16,55,1)
#0F3201
(15,50,1)
#0E2D01
(14,45,1)
#0D2801
(13,40,1)
#0C2301
(12,35,1)
#0B1E01
(11,30,1)
#0A1901
(10,25,1)
#091401
(9,20,1)
#080F01
(8,15,1)
#070A01
(7,10,1)
#000000
(0,0,0)

Tints of #113C01

#113C01
(17,60,1)
#264D18
(38,77,24)
#3B5E2F
(59,94,47)
#506F46
(80,111,70)
#65805D
(101,128,93)
#7A9174
(122,145,116)
#8FA28B
(143,162,139)
#A4B3A2
(164,179,162)
#B9C4B9
(185,196,185)
#CED5D0
(206,213,208)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113C01 color. Also use rgb(17,60,1) instead hex code.

Text Font Color

.myTextColor { color: #113C01; }

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

This text font color is #113C01.

Background Color

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

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

This div background color is #113C01.

Border color

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

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

This div border color is #113C01.

Opacity

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

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

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

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

This text has shadow with #113C01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #113C01.

Preview

Color preview on black background

This text has color #113C01 on black background.


Color preview on white background

This text has color #113C01 on white background.


Black color preview on #113C01 background

This text has black color on #113C01 background.


White color preview on #113C01 background

This text has white color on #113C01 background.


Related colors

Complementary color

Complementary color for #hex is #EEC3FE.


I love getcolorcode.com

Triadic colors

1 #01113C and #3C0111 with #113C01 are triadic colors.

2 #013C11 and #3C1101 with #113C01 are triadic colors.