COLOR #018067

HEX: #018067
RGB: (1,128,103)

Color info

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

RGB color model

#018067 color RGB value is (1,128,103).

  • red value is 1;
  • green value is 128;
  • blue value is 103.
RGB:
(1,128,103)
(0%,50%,40%)

RGB channels and saturation

R 1 of 255 = 0%
G 128 of 255 = 50%
B 103 of 255 = 40%

1
128
103

R + G + B ~ 30%. #018067 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 128 + 103 = 232 (100%)
R 1 of 232 ~ 0.43%
G 128 of 232 ~ 55.17%
B 103 of 232 ~ 44.4%

%55.17
%44.4

CMYK color model

#018067 color CMYK value is (99,0,20,50).

  • cyan value is 99.22%
  • magenta value is 0.00%
  • yellow value is 19.53%
  • key color value is 49.80%
CMYK:
(99,0,20,50)
C99M0Y20K50 
(99%,0%,20%,50%)
(0.99/0.00/0.20/0.50)	

CMYK percentages

%99.22
%0
%19.53
%49.8

Codes

Color #018067 in popluar color models

018067
RGB1128103
HSL168°98.45%25.29%
HSB/HSV168°99.22%50.20%
CMYK99.22%0.00%19.53%
49.80%

Color #018067 in popluar number systems.

HEX018067
Decimal1128103
Binary1100000001100111
Octal1200147

Shades and tints

Shades of #018067

#018067
(1,128,103)
#01755E
(1,117,94)
#016A55
(1,106,85)
#015F4C
(1,95,76)
#015443
(1,84,67)
#01493A
(1,73,58)
#013E31
(1,62,49)
#013328
(1,51,40)
#01281F
(1,40,31)
#011D16
(1,29,22)
#01120D
(1,18,13)
#000000
(0,0,0)

Tints of #018067

#018067
(1,128,103)
#188B74
(24,139,116)
#2F9681
(47,150,129)
#46A18E
(70,161,142)
#5DAC9B
(93,172,155)
#74B7A8
(116,183,168)
#8BC2B5
(139,194,181)
#A2CDC2
(162,205,194)
#B9D8CF
(185,216,207)
#D0E3DC
(208,227,220)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #018067 color. Also use rgb(1,128,103) instead hex code.

Text Font Color

.myTextColor { color: #018067; }

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

This text font color is #018067.


Background Color

.myBgColor { background-color: #018067; }

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

This div background color is #018067.


Border color

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

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

This div border color is #018067.


Opacity

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

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

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

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

This text has shadow with #018067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #018067 on black background.


Color preview on white background

This text has color #018067 on white background.



Black color preview on #018067 background

This text has black color on #018067 background.


White color preview on #018067 background

This text has white color on #018067 background.