COLOR #08472C

HEX: #08472C
RGB: (8,71,44)

Color info

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

RGB color model

#08472C color RGB value is (8,71,44).

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

RGB channels and saturation

R 8 of 255 = 3%
G 71 of 255 = 28%
B 44 of 255 = 17%

8
71
44

R + G + B ~ 16%. #08472C is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 71 + 44 = 123 (100%)
R 8 of 123 ~ 6.5%
G 71 of 123 ~ 57.72%
B 44 of 123 ~ 35.77%

%57.72
%35.77

CMYK color model

#08472C color CMYK value is (89,0,38,72).

  • cyan value is 88.73%
  • magenta value is 0.00%
  • yellow value is 38.03%
  • key color value is 72.16%
CMYK:
(89,0,38,72)
C89M0Y38K72 
(89%,0%,38%,72%)
(0.89/0.00/0.38/0.72)	

CMYK percentages

%88.73
%0
%38.03
%72.16

Codes

Color #08472C in popluar color models

08472C
RGB87144
HSL154°79.75%15.49%
HSB/HSV154°88.73%27.84%
CMYK88.73%0.00%38.03%
72.16%

Color #08472C in popluar number systems.

HEX08472C
Decimal87144
Binary10001000111101100
Octal1010754

Shades and tints

Shades of #08472C

#08472C
(8,71,44)
#084128
(8,65,40)
#083B24
(8,59,36)
#083520
(8,53,32)
#082F1C
(8,47,28)
#082918
(8,41,24)
#082314
(8,35,20)
#081D10
(8,29,16)
#08170C
(8,23,12)
#081108
(8,17,8)
#080B04
(8,11,4)
#000000
(0,0,0)

Tints of #08472C

#08472C
(8,71,44)
#1E573F
(30,87,63)
#346752
(52,103,82)
#4A7765
(74,119,101)
#608778
(96,135,120)
#76978B
(118,151,139)
#8CA79E
(140,167,158)
#A2B7B1
(162,183,177)
#B8C7C4
(184,199,196)
#CED7D7
(206,215,215)
#E4E7EA
(228,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08472C; }

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

This text font color is #08472C.


Background Color

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

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

This div background color is #08472C.


Border color

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

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

This div border color is #08472C.


Opacity

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

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

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

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

This text has shadow with #08472C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08472C on black background.


Color preview on white background

This text has color #08472C on white background.



Black color preview on #08472C background

This text has black color on #08472C background.


White color preview on #08472C background

This text has white color on #08472C background.