COLOR #10713E

HEX: #10713E RGB: (16,113,62)

Color info

#10713E contains mainly green and blue colors. Web safe color of #10713E is #006633 (or #063).

RGB color model

#10713E color RGB value is (16,113,62).

RGB: (16,113,62) (6%, 44%, 24%)

RGB channels and saturation

R 16 of 255 = 6%
G 113 of 255 = 44%
B 62 of 255 = 24%

16
113
62

R + G + B ~ 25%. #10713E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 113 + 62 = 191 (100%)
R 16 of 191 ~ 8.38%
G 113 of 191 ~ 59.16%
B 62 of 191 ~ 32.46'%

%59.16
%32.46

CMYK color model

#10713E color CMYK value is (86,0,45,56).

  • cyan value is 85.84%
  • magenta value is 0.00%
  • yellow value is 45.13%
  • key color value is 55.69%

CMYK: (86,0,45,56)
C86M0Y45K56 (86%, 0%, 45%, 56%)
(0.86 / 0.00 / 0.45 / 0.56)

CMYK percentages

%85.84
%0
%45.13
%55.69

Codes

Color #10713E in popluar color models

10 71 3E
RGB 16 113 62
HSL 148° 75.19% 25.29%
HSB/HSV 148° 85.84% 44.31%
CMYK 85.84% 0.00% 45.13%
55.69%

Color #10713E in popluar number systems.

HEX 10 71 3E
Decimal 16 113 62
Binary 10000 1110001 111110
Octal 20 161 76

Shades and tints

Shades of #10713E

#10713E
(16,113,62)
#0F6739
(15,103,57)
#0E5D34
(14,93,52)
#0D532F
(13,83,47)
#0C492A
(12,73,42)
#0B3F25
(11,63,37)
#0A3520
(10,53,32)
#092B1B
(9,43,27)
#082116
(8,33,22)
#071711
(7,23,17)
#060D0C
(6,13,12)
#000000
(0,0,0)

Tints of #10713E

#10713E
(16,113,62)
#257D4F
(37,125,79)
#3A8960
(58,137,96)
#4F9571
(79,149,113)
#64A182
(100,161,130)
#79AD93
(121,173,147)
#8EB9A4
(142,185,164)
#A3C5B5
(163,197,181)
#B8D1C6
(184,209,198)
#CDDDD7
(205,221,215)
#E2E9E8
(226,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10713E color. Also use rgb(16,113,62) instead hex code.

Text Font Color

.myTextColor { color: #10713E; }

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

This text font color is #10713E.

Background Color

.myBgColor { background-color: #10713E; }

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

This div background color is #10713E.

Border color

.myBorderColor { border: 1px solid #10713E; }

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

This div border color is #10713E.

Opacity

.myOpacity80 { color: #10713E; opacity: 0.8; }

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

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

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

This text has shadow with #10713E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #10713E.

Preview

Color preview on black background

This text has color #10713E on black background.


Color preview on white background

This text has color #10713E on white background.


Black color preview on #10713E background

This text has black color on #10713E background.


White color preview on #10713E background

This text has white color on #10713E background.


Related colors

Complementary color

Complementary color for #hex is #EF8EC1.


I love getcolorcode.com

Triadic colors

1 #3E1071 and #713E10 with #10713E are triadic colors.

2 #3E7110 and #71103E with #10713E are triadic colors.