COLOR #019507

HEX: #019507
RGB: (1,149,7)

Color info

#019507 contains mainly green color. Web safe color of #019507 is #009900 (or #090).

RGB color model

#019507 color RGB value is (1,149,7).

  • red value is 1;
  • green value is 149;
  • blue value is 7.
RGB:
(1,149,7)
(0%,58%,3%)

RGB channels and saturation

R 1 of 255 = 0%
G 149 of 255 = 58%
B 7 of 255 = 3%

1
149
7

R + G + B ~ 20%. #019507 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 149 + 7 = 157 (100%)
R 1 of 157 ~ 0.64%
G 149 of 157 ~ 94.9%
B 7 of 157 ~ 4.46%

%94.9

CMYK color model

#019507 color CMYK value is (99,0,95,42).

  • cyan value is 99.33%
  • magenta value is 0.00%
  • yellow value is 95.30%
  • key color value is 41.57%
CMYK:
(99,0,95,42)
C99M0Y95K42 
(99%,0%,95%,42%)
(0.99/0.00/0.95/0.42)	

CMYK percentages

%99.33
%0
%95.3
%41.57

Codes

Color #019507 in popluar color models

019507
RGB11497
HSL122°98.67%29.41%
HSB/HSV122°99.33%58.43%
CMYK99.33%0.00%95.30%
41.57%

Color #019507 in popluar number systems.

HEX019507
Decimal11497
Binary110010101111
Octal12257

Shades and tints

Shades of #019507

#019507
(1,149,7)
#018807
(1,136,7)
#017B07
(1,123,7)
#016E07
(1,110,7)
#016107
(1,97,7)
#015407
(1,84,7)
#014707
(1,71,7)
#013A07
(1,58,7)
#012D07
(1,45,7)
#012007
(1,32,7)
#011307
(1,19,7)
#000000
(0,0,0)

Tints of #019507

#019507
(1,149,7)
#189E1D
(24,158,29)
#2FA733
(47,167,51)
#46B049
(70,176,73)
#5DB95F
(93,185,95)
#74C275
(116,194,117)
#8BCB8B
(139,203,139)
#A2D4A1
(162,212,161)
#B9DDB7
(185,221,183)
#D0E6CD
(208,230,205)
#E7EFE3
(231,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #019507 color. Also use rgb(1,149,7) instead hex code.

Text Font Color

.myTextColor { color: #019507; }

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

This text font color is #019507.


Background Color

.myBgColor { background-color: #019507; }

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

This div background color is #019507.


Border color

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

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

This div border color is #019507.


Opacity

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

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

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

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

This text has shadow with #019507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #019507 on black background.


Color preview on white background

This text has color #019507 on white background.



Black color preview on #019507 background

This text has black color on #019507 background.


White color preview on #019507 background

This text has white color on #019507 background.