COLOR #017153

HEX: #017153
RGB: (1,113,83)

Color info

#017153 contains mainly green and blue colors. Web safe color of #017153 is #006666 (or #066).

RGB color model

#017153 color RGB value is (1,113,83).

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

RGB channels and saturation

R 1 of 255 = 0%
G 113 of 255 = 44%
B 83 of 255 = 33%

1
113
83

R + G + B ~ 26%. #017153 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 113 + 83 = 197 (100%)
R 1 of 197 ~ 0.51%
G 113 of 197 ~ 57.36%
B 83 of 197 ~ 42.13%

%57.36
%42.13

CMYK color model

#017153 color CMYK value is (99,0,27,56).

  • cyan value is 99.12%
  • magenta value is 0.00%
  • yellow value is 26.55%
  • key color value is 55.69%
CMYK:
(99,0,27,56)
C99M0Y27K56 
(99%,0%,27%,56%)
(0.99/0.00/0.27/0.56)	

CMYK percentages

%99.12
%0
%26.55
%55.69

Codes

Color #017153 in popluar color models

017153
RGB111383
HSL164°98.25%22.35%
HSB/HSV164°99.12%44.31%
CMYK99.12%0.00%26.55%
55.69%

Color #017153 in popluar number systems.

HEX017153
Decimal111383
Binary111100011010011
Octal1161123

Shades and tints

Shades of #017153

#017153
(1,113,83)
#01674C
(1,103,76)
#015D45
(1,93,69)
#01533E
(1,83,62)
#014937
(1,73,55)
#013F30
(1,63,48)
#013529
(1,53,41)
#012B22
(1,43,34)
#01211B
(1,33,27)
#011714
(1,23,20)
#010D0D
(1,13,13)
#000000
(0,0,0)

Tints of #017153

#017153
(1,113,83)
#187D62
(24,125,98)
#2F8971
(47,137,113)
#469580
(70,149,128)
#5DA18F
(93,161,143)
#74AD9E
(116,173,158)
#8BB9AD
(139,185,173)
#A2C5BC
(162,197,188)
#B9D1CB
(185,209,203)
#D0DDDA
(208,221,218)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #017153; }

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

This text font color is #017153.


Background Color

.myBgColor { background-color: #017153; }

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

This div background color is #017153.


Border color

.myBorderColor { border: 1px solid #017153; }

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

This div border color is #017153.


Opacity

.myOpacity80 { color: #017153; opacity: 0.8; }

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

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

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

This text has shadow with #017153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #017153 on black background.


Color preview on white background

This text has color #017153 on white background.



Black color preview on #017153 background

This text has black color on #017153 background.


White color preview on #017153 background

This text has white color on #017153 background.