COLOR #01713E

HEX: #01713E
RGB: (1,113,62)

Color info

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

RGB color model

#01713E color RGB value is (1,113,62).

  • red value is 1;
  • green value is 113;
  • blue value is 62.
RGB:
(1,113,62)
(0%,44%,24%)

RGB channels and saturation

R 1 of 255 = 0%
G 113 of 255 = 44%
B 62 of 255 = 24%

1
113
62

R + G + B ~ 23%. #01713E is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 113 + 62 = 176 (100%)
R 1 of 176 ~ 0.57%
G 113 of 176 ~ 64.2%
B 62 of 176 ~ 35.23%

%64.2
%35.23

CMYK color model

#01713E color CMYK value is (99,0,45,56).

  • cyan value is 99.12%
  • magenta value is 0.00%
  • yellow value is 45.13%
  • key color value is 55.69%
CMYK:
(99,0,45,56)
C99M0Y45K56 
(99%,0%,45%,56%)
(0.99/0.00/0.45/0.56)	

CMYK percentages

%99.12
%0
%45.13
%55.69

Codes

Color #01713E in popluar color models

01713E
RGB111362
HSL153°98.25%22.35%
HSB/HSV153°99.12%44.31%
CMYK99.12%0.00%45.13%
55.69%

Color #01713E in popluar number systems.

HEX01713E
Decimal111362
Binary11110001111110
Octal116176

Shades and tints

Shades of #01713E

#01713E
(1,113,62)
#016739
(1,103,57)
#015D34
(1,93,52)
#01532F
(1,83,47)
#01492A
(1,73,42)
#013F25
(1,63,37)
#013520
(1,53,32)
#012B1B
(1,43,27)
#012116
(1,33,22)
#011711
(1,23,17)
#010D0C
(1,13,12)
#000000
(0,0,0)

Tints of #01713E

#01713E
(1,113,62)
#187D4F
(24,125,79)
#2F8960
(47,137,96)
#469571
(70,149,113)
#5DA182
(93,161,130)
#74AD93
(116,173,147)
#8BB9A4
(139,185,164)
#A2C5B5
(162,197,181)
#B9D1C6
(185,209,198)
#D0DDD7
(208,221,215)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01713E; }

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

This text font color is #01713E.


Background Color

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

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

This div background color is #01713E.


Border color

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

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

This div border color is #01713E.


Opacity

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

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

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

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

This text has shadow with #01713E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01713E on black background.


Color preview on white background

This text has color #01713E on white background.



Black color preview on #01713E background

This text has black color on #01713E background.


White color preview on #01713E background

This text has white color on #01713E background.