COLOR #08464D

HEX: #08464D
RGB: (8,70,77)

Color info

#08464D contains mainly green and blue colors. Web safe color of #08464D is #003333 (or #033).

RGB color model

#08464D color RGB value is (8,70,77).

  • red value is 8;
  • green value is 70;
  • blue value is 77.
RGB:
(8,70,77)
(3%,27%,30%)

RGB channels and saturation

R 8 of 255 = 3%
G 70 of 255 = 27%
B 77 of 255 = 30%

8
70
77

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

Portions of RGB colors in percentages

R + G + B =
8 + 70 + 77 = 155 (100%)
R 8 of 155 ~ 5.16%
G 70 of 155 ~ 45.16%
B 77 of 155 ~ 49.68%

%45.16
%49.68

CMYK color model

#08464D color CMYK value is (90,9,0,70).

  • cyan value is 89.61%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(90,9,0,70)
C90M9Y0K70 
(90%,9%,0%,70%)
(0.90/0.09/0.00/0.70)	

CMYK percentages

%89.61
%9.09
%0
%69.8

Codes

Color #08464D in popluar color models

08464D
RGB87077
HSL186°81.18%16.67%
HSB/HSV186°89.61%30.20%
CMYK89.61%9.09%0.00%
69.80%

Color #08464D in popluar number systems.

HEX08464D
Decimal87077
Binary100010001101001101
Octal10106115

Shades and tints

Shades of #08464D

#08464D
(8,70,77)
#084046
(8,64,70)
#083A3F
(8,58,63)
#083438
(8,52,56)
#082E31
(8,46,49)
#08282A
(8,40,42)
#082223
(8,34,35)
#081C1C
(8,28,28)
#081615
(8,22,21)
#08100E
(8,16,14)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #08464D

#08464D
(8,70,77)
#1E565D
(30,86,93)
#34666D
(52,102,109)
#4A767D
(74,118,125)
#60868D
(96,134,141)
#76969D
(118,150,157)
#8CA6AD
(140,166,173)
#A2B6BD
(162,182,189)
#B8C6CD
(184,198,205)
#CED6DD
(206,214,221)
#E4E6ED
(228,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08464D color. Also use rgb(8,70,77) instead hex code.

Text Font Color

.myTextColor { color: #08464D; }

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

This text font color is #08464D.


Background Color

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

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

This div background color is #08464D.


Border color

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

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

This div border color is #08464D.


Opacity

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

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

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

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

This text has shadow with #08464D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08464D on black background.


Color preview on white background

This text has color #08464D on white background.



Black color preview on #08464D background

This text has black color on #08464D background.


White color preview on #08464D background

This text has white color on #08464D background.