COLOR #01985F

HEX: #01985F
RGB: (1,152,95)

Color info

#01985F contains mainly green and blue colors. Web safe color of #01985F is #009966 (or #096).

RGB color model

#01985F color RGB value is (1,152,95).

  • red value is 1;
  • green value is 152;
  • blue value is 95.
RGB:
(1,152,95)
(0%,60%,37%)

RGB channels and saturation

R 1 of 255 = 0%
G 152 of 255 = 60%
B 95 of 255 = 37%

1
152
95

R + G + B ~ 32%. #01985F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 152 + 95 = 248 (100%)
R 1 of 248 ~ 0.4%
G 152 of 248 ~ 61.29%
B 95 of 248 ~ 38.31%

%61.29
%38.31

CMYK color model

#01985F color CMYK value is (99,0,38,40).

  • cyan value is 99.34%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 40.39%
CMYK:
(99,0,38,40)
C99M0Y38K40 
(99%,0%,38%,40%)
(0.99/0.00/0.38/0.40)	

CMYK percentages

%99.34
%0
%37.5
%40.39

Codes

Color #01985F in popluar color models

01985F
RGB115295
HSL157°98.69%30.00%
HSB/HSV157°99.34%59.61%
CMYK99.34%0.00%37.50%
40.39%

Color #01985F in popluar number systems.

HEX01985F
Decimal115295
Binary1100110001011111
Octal1230137

Shades and tints

Shades of #01985F

#01985F
(1,152,95)
#018B57
(1,139,87)
#017E4F
(1,126,79)
#017147
(1,113,71)
#01643F
(1,100,63)
#015737
(1,87,55)
#014A2F
(1,74,47)
#013D27
(1,61,39)
#01301F
(1,48,31)
#012317
(1,35,23)
#01160F
(1,22,15)
#000000
(0,0,0)

Tints of #01985F

#01985F
(1,152,95)
#18A16D
(24,161,109)
#2FAA7B
(47,170,123)
#46B389
(70,179,137)
#5DBC97
(93,188,151)
#74C5A5
(116,197,165)
#8BCEB3
(139,206,179)
#A2D7C1
(162,215,193)
#B9E0CF
(185,224,207)
#D0E9DD
(208,233,221)
#E7F2EB
(231,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01985F color. Also use rgb(1,152,95) instead hex code.

Text Font Color

.myTextColor { color: #01985F; }

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

This text font color is #01985F.


Background Color

.myBgColor { background-color: #01985F; }

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

This div background color is #01985F.


Border color

.myBorderColor { border: 1px solid #01985F; }

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

This div border color is #01985F.


Opacity

.myOpacity80 { color: #01985F; opacity: 0.8; }

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

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

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

This text has shadow with #01985F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01985F on black background.


Color preview on white background

This text has color #01985F on white background.



Black color preview on #01985F background

This text has black color on #01985F background.


White color preview on #01985F background

This text has white color on #01985F background.