COLOR #08473C

HEX: #08473C
RGB: (8,71,60)

Color info

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

RGB color model

#08473C color RGB value is (8,71,60).

  • red value is 8;
  • green value is 71;
  • blue value is 60.
RGB:
(8,71,60)
(3%,28%,24%)

RGB channels and saturation

R 8 of 255 = 3%
G 71 of 255 = 28%
B 60 of 255 = 24%

8
71
60

R + G + B ~ 18%. #08473C is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 71 + 60 = 139 (100%)
R 8 of 139 ~ 5.76%
G 71 of 139 ~ 51.08%
B 60 of 139 ~ 43.17%

%51.08
%43.17

CMYK color model

#08473C color CMYK value is (89,0,15,72).

  • cyan value is 88.73%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 72.16%
CMYK:
(89,0,15,72)
C89M0Y15K72 
(89%,0%,15%,72%)
(0.89/0.00/0.15/0.72)	

CMYK percentages

%88.73
%0
%15.49
%72.16

Codes

Color #08473C in popluar color models

08473C
RGB87160
HSL170°79.75%15.49%
HSB/HSV170°88.73%27.84%
CMYK88.73%0.00%15.49%
72.16%

Color #08473C in popluar number systems.

HEX08473C
Decimal87160
Binary10001000111111100
Octal1010774

Shades and tints

Shades of #08473C

#08473C
(8,71,60)
#084137
(8,65,55)
#083B32
(8,59,50)
#08352D
(8,53,45)
#082F28
(8,47,40)
#082923
(8,41,35)
#08231E
(8,35,30)
#081D19
(8,29,25)
#081714
(8,23,20)
#08110F
(8,17,15)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #08473C

#08473C
(8,71,60)
#1E574D
(30,87,77)
#34675E
(52,103,94)
#4A776F
(74,119,111)
#608780
(96,135,128)
#769791
(118,151,145)
#8CA7A2
(140,167,162)
#A2B7B3
(162,183,179)
#B8C7C4
(184,199,196)
#CED7D5
(206,215,213)
#E4E7E6
(228,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08473C color. Also use rgb(8,71,60) instead hex code.

Text Font Color

.myTextColor { color: #08473C; }

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

This text font color is #08473C.


Background Color

.myBgColor { background-color: #08473C; }

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

This div background color is #08473C.


Border color

.myBorderColor { border: 1px solid #08473C; }

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

This div border color is #08473C.


Opacity

.myOpacity80 { color: #08473C; opacity: 0.8; }

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

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

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

This text has shadow with #08473C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08473C on black background.


Color preview on white background

This text has color #08473C on white background.



Black color preview on #08473C background

This text has black color on #08473C background.


White color preview on #08473C background

This text has white color on #08473C background.