COLOR #015507

HEX: #015507
RGB: (1,85,7)

Color info

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

RGB color model

#015507 color RGB value is (1,85,7).

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

RGB channels and saturation

R 1 of 255 = 0%
G 85 of 255 = 33%
B 7 of 255 = 3%

1
85
7

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

Portions of RGB colors in percentages

R + G + B =
1 + 85 + 7 = 93 (100%)
R 1 of 93 ~ 1.08%
G 85 of 93 ~ 91.4%
B 7 of 93 ~ 7.53%

%91.4

CMYK color model

#015507 color CMYK value is (99,0,92,67).

  • cyan value is 98.82%
  • magenta value is 0.00%
  • yellow value is 91.76%
  • key color value is 66.67%
CMYK:
(99,0,92,67)
C99M0Y92K67 
(99%,0%,92%,67%)
(0.99/0.00/0.92/0.67)	

CMYK percentages

%98.82
%0
%91.76
%66.67

Codes

Color #015507 in popluar color models

015507
RGB1857
HSL124°97.67%16.86%
HSB/HSV124°98.82%33.33%
CMYK98.82%0.00%91.76%
66.67%

Color #015507 in popluar number systems.

HEX015507
Decimal1857
Binary11010101111
Octal11257

Shades and tints

Shades of #015507

#015507
(1,85,7)
#014E07
(1,78,7)
#014707
(1,71,7)
#014007
(1,64,7)
#013907
(1,57,7)
#013207
(1,50,7)
#012B07
(1,43,7)
#012407
(1,36,7)
#011D07
(1,29,7)
#011607
(1,22,7)
#010F07
(1,15,7)
#000000
(0,0,0)

Tints of #015507

#015507
(1,85,7)
#18641D
(24,100,29)
#2F7333
(47,115,51)
#468249
(70,130,73)
#5D915F
(93,145,95)
#74A075
(116,160,117)
#8BAF8B
(139,175,139)
#A2BEA1
(162,190,161)
#B9CDB7
(185,205,183)
#D0DCCD
(208,220,205)
#E7EBE3
(231,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #015507; }

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

This text font color is #015507.


Background Color

.myBgColor { background-color: #015507; }

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

This div background color is #015507.


Border color

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

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

This div border color is #015507.


Opacity

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

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

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

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

This text has shadow with #015507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #015507 on black background.


Color preview on white background

This text has color #015507 on white background.



Black color preview on #015507 background

This text has black color on #015507 background.


White color preview on #015507 background

This text has white color on #015507 background.