COLOR #01590D

HEX: #01590D
RGB: (1,89,13)

Color info

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

RGB color model

#01590D color RGB value is (1,89,13).

  • red value is 1;
  • green value is 89;
  • blue value is 13.
RGB:
(1,89,13)
(0%,35%,5%)

RGB channels and saturation

R 1 of 255 = 0%
G 89 of 255 = 35%
B 13 of 255 = 5%

1
89
13

R + G + B ~ 13%. #01590D is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 89 + 13 = 103 (100%)
R 1 of 103 ~ 0.97%
G 89 of 103 ~ 86.41%
B 13 of 103 ~ 12.62%

%86.41
%12.62

CMYK color model

#01590D color CMYK value is (99,0,85,65).

  • cyan value is 98.88%
  • magenta value is 0.00%
  • yellow value is 85.39%
  • key color value is 65.10%
CMYK:
(99,0,85,65)
C99M0Y85K65 
(99%,0%,85%,65%)
(0.99/0.00/0.85/0.65)	

CMYK percentages

%98.88
%0
%85.39
%65.1

Codes

Color #01590D in popluar color models

01590D
RGB18913
HSL128°97.78%17.65%
HSB/HSV128°98.88%34.90%
CMYK98.88%0.00%85.39%
65.10%

Color #01590D in popluar number systems.

HEX01590D
Decimal18913
Binary110110011101
Octal113115

Shades and tints

Shades of #01590D

#01590D
(1,89,13)
#01510C
(1,81,12)
#01490B
(1,73,11)
#01410A
(1,65,10)
#013909
(1,57,9)
#013108
(1,49,8)
#012907
(1,41,7)
#012106
(1,33,6)
#011905
(1,25,5)
#011104
(1,17,4)
#010903
(1,9,3)
#000000
(0,0,0)

Tints of #01590D

#01590D
(1,89,13)
#186823
(24,104,35)
#2F7739
(47,119,57)
#46864F
(70,134,79)
#5D9565
(93,149,101)
#74A47B
(116,164,123)
#8BB391
(139,179,145)
#A2C2A7
(162,194,167)
#B9D1BD
(185,209,189)
#D0E0D3
(208,224,211)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01590D color. Also use rgb(1,89,13) instead hex code.

Text Font Color

.myTextColor { color: #01590D; }

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

This text font color is #01590D.


Background Color

.myBgColor { background-color: #01590D; }

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

This div background color is #01590D.


Border color

.myBorderColor { border: 1px solid #01590D; }

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

This div border color is #01590D.


Opacity

.myOpacity80 { color: #01590D; opacity: 0.8; }

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

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

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

This text has shadow with #01590D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01590D on black background.


Color preview on white background

This text has color #01590D on white background.



Black color preview on #01590D background

This text has black color on #01590D background.


White color preview on #01590D background

This text has white color on #01590D background.