COLOR #015705

HEX: #015705 RGB: (1,87,5)

Color info

#015705 contains mainly green color. Web safe color of #015705 is #006600 (or #060).

RGB color model

#015705 color RGB value is (1,87,5).

RGB: (1,87,5) (0%, 34%, 2%)

RGB channels and saturation

R 1 of 255 = 0%
G 87 of 255 = 34%
B 5 of 255 = 2%

1
87
5

R + G + B ~ 12%. #015705 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 87 + 5 = 93 (100%)
R 1 of 93 ~ 1.08%
G 87 of 93 ~ 93.55%
B 5 of 93 ~ 5.38'%

%93.55

CMYK color model

#015705 color CMYK value is (99,0,94,66).

  • cyan value is 98.85%
  • magenta value is 0.00%
  • yellow value is 94.25%
  • key color value is 65.88%
CMYK: (99,0,94,66) C99M0Y94K66 (99%,0%,94%,66%) (0.99/0.00/0.94/0.66) 

CMYK percentages

%98.85
%0
%94.25
%65.88

Codes

Color #015705 in popluar color models

01 57 05
RGB 1 87 5
HSL 123° 97.73% 17.25%
HSB/HSV 123° 98.85% 34.12%
CMYK 98.85% 0.00% 94.25%
65.88%

Color #015705 in popluar number systems.

HEX 01 57 05
Decimal 1 87 5
Binary 1 1010111 101
Octal 1 127 5

Shades and tints

Shades of #015705

#015705
(1,87,5)
#015005
(1,80,5)
#014905
(1,73,5)
#014205
(1,66,5)
#013B05
(1,59,5)
#013405
(1,52,5)
#012D05
(1,45,5)
#012605
(1,38,5)
#011F05
(1,31,5)
#011805
(1,24,5)
#011105
(1,17,5)
#000000
(0,0,0)

Tints of #015705

#015705
(1,87,5)
#18661B
(24,102,27)
#2F7531
(47,117,49)
#468447
(70,132,71)
#5D935D
(93,147,93)
#74A273
(116,162,115)
#8BB189
(139,177,137)
#A2C09F
(162,192,159)
#B9CFB5
(185,207,181)
#D0DECB
(208,222,203)
#E7EDE1
(231,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #015705 color. Also use rgb(1,87,5) instead hex code.

Text Font Color

.myTextColor { color: #015705; }

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

This text font color is #015705.

Background Color

.myBgColor { background-color: #015705; }

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

This div background color is #015705.

Border color

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

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

This div border color is #015705.

Opacity

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

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

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

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

This text has shadow with #015705 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #015705.

Preview

Color preview on black background

This text has color #015705 on black background.


Color preview on white background

This text has color #015705 on white background.


Black color preview on #015705 background

This text has black color on #015705 background.


White color preview on #015705 background

This text has white color on #015705 background.


Related colors

Complementary color

Complementary color for #hex is #FEA8FA.


I love getcolorcode.com

Triadic colors

1 #050157 and #570501 with #015705 are triadic colors.

2 #055701 and #570105 with #015705 are triadic colors.