COLOR #015851

HEX: #015851
RGB: (1,88,81)

Color info

#015851 contains mainly green and blue colors. Web safe color of #015851 is #006666 (or #066).

RGB color model

#015851 color RGB value is (1,88,81).

  • red value is 1;
  • green value is 88;
  • blue value is 81.
RGB:
(1,88,81)
(0%,35%,32%)

RGB channels and saturation

R 1 of 255 = 0%
G 88 of 255 = 35%
B 81 of 255 = 32%

1
88
81

R + G + B ~ 22%. #015851 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 88 + 81 = 170 (100%)
R 1 of 170 ~ 0.59%
G 88 of 170 ~ 51.76%
B 81 of 170 ~ 47.65%

%51.76
%47.65

CMYK color model

#015851 color CMYK value is (99,0,8,65).

  • cyan value is 98.86%
  • magenta value is 0.00%
  • yellow value is 7.95%
  • key color value is 65.49%
CMYK:
(99,0,8,65)
C99M0Y8K65 
(99%,0%,8%,65%)
(0.99/0.00/0.08/0.65)	

CMYK percentages

%98.86
%0
%7.95
%65.49

Codes

Color #015851 in popluar color models

015851
RGB18881
HSL175°97.75%17.45%
HSB/HSV175°98.86%34.51%
CMYK98.86%0.00%7.95%
65.49%

Color #015851 in popluar number systems.

HEX015851
Decimal18881
Binary110110001010001
Octal1130121

Shades and tints

Shades of #015851

#015851
(1,88,81)
#01504A
(1,80,74)
#014843
(1,72,67)
#01403C
(1,64,60)
#013835
(1,56,53)
#01302E
(1,48,46)
#012827
(1,40,39)
#012020
(1,32,32)
#011819
(1,24,25)
#011012
(1,16,18)
#01080B
(1,8,11)
#000000
(0,0,0)

Tints of #015851

#015851
(1,88,81)
#186760
(24,103,96)
#2F766F
(47,118,111)
#46857E
(70,133,126)
#5D948D
(93,148,141)
#74A39C
(116,163,156)
#8BB2AB
(139,178,171)
#A2C1BA
(162,193,186)
#B9D0C9
(185,208,201)
#D0DFD8
(208,223,216)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #015851 color. Also use rgb(1,88,81) instead hex code.

Text Font Color

.myTextColor { color: #015851; }

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

This text font color is #015851.


Background Color

.myBgColor { background-color: #015851; }

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

This div background color is #015851.


Border color

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

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

This div border color is #015851.


Opacity

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

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

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

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

This text has shadow with #015851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #015851 on black background.


Color preview on white background

This text has color #015851 on white background.



Black color preview on #015851 background

This text has black color on #015851 background.


White color preview on #015851 background

This text has white color on #015851 background.