COLOR #017537

HEX: #017537
RGB: (1,117,55)

Color info

#017537 contains mainly green color. Web safe color of #017537 is #006633 (or #063).

RGB color model

#017537 color RGB value is (1,117,55).

  • red value is 1;
  • green value is 117;
  • blue value is 55.
RGB:
(1,117,55)
(0%,46%,22%)

RGB channels and saturation

R 1 of 255 = 0%
G 117 of 255 = 46%
B 55 of 255 = 22%

1
117
55

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

Portions of RGB colors in percentages

R + G + B =
1 + 117 + 55 = 173 (100%)
R 1 of 173 ~ 0.58%
G 117 of 173 ~ 67.63%
B 55 of 173 ~ 31.79%

%67.63
%31.79

CMYK color model

#017537 color CMYK value is (99,0,53,54).

  • cyan value is 99.15%
  • magenta value is 0.00%
  • yellow value is 52.99%
  • key color value is 54.12%
CMYK:
(99,0,53,54)
C99M0Y53K54 
(99%,0%,53%,54%)
(0.99/0.00/0.53/0.54)	

CMYK percentages

%99.15
%0
%52.99
%54.12

Codes

Color #017537 in popluar color models

017537
RGB111755
HSL148°98.31%23.14%
HSB/HSV148°99.15%45.88%
CMYK99.15%0.00%52.99%
54.12%

Color #017537 in popluar number systems.

HEX017537
Decimal111755
Binary11110101110111
Octal116567

Shades and tints

Shades of #017537

#017537
(1,117,55)
#016B32
(1,107,50)
#01612D
(1,97,45)
#015728
(1,87,40)
#014D23
(1,77,35)
#01431E
(1,67,30)
#013919
(1,57,25)
#012F14
(1,47,20)
#01250F
(1,37,15)
#011B0A
(1,27,10)
#011105
(1,17,5)
#000000
(0,0,0)

Tints of #017537

#017537
(1,117,55)
#188149
(24,129,73)
#2F8D5B
(47,141,91)
#46996D
(70,153,109)
#5DA57F
(93,165,127)
#74B191
(116,177,145)
#8BBDA3
(139,189,163)
#A2C9B5
(162,201,181)
#B9D5C7
(185,213,199)
#D0E1D9
(208,225,217)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #017537 color. Also use rgb(1,117,55) instead hex code.

Text Font Color

.myTextColor { color: #017537; }

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

This text font color is #017537.


Background Color

.myBgColor { background-color: #017537; }

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

This div background color is #017537.


Border color

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

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

This div border color is #017537.


Opacity

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

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

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

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

This text has shadow with #017537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #017537 on black background.


Color preview on white background

This text has color #017537 on white background.



Black color preview on #017537 background

This text has black color on #017537 background.


White color preview on #017537 background

This text has white color on #017537 background.