COLOR #084838

HEX: #084838 RGB: (8,72,56)

Color info

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

RGB color model

#084838 color RGB value is (8,72,56).

RGB: (8,72,56) (3%, 28%, 22%)

RGB channels and saturation

R 8 of 255 = 3%
G 72 of 255 = 28%
B 56 of 255 = 22%

8
72
56

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

Portions of RGB colors in percentages

R + G + B = 8 + 72 + 56 = 136 (100%)
R 8 of 136 ~ 5.88%
G 72 of 136 ~ 52.94%
B 56 of 136 ~ 41.18'%

%52.94
%41.18

CMYK color model

#084838 color CMYK value is (89,0,22,72).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 71.76%

CMYK: (89,0,22,72)
C89M0Y22K72 (89%, 0%, 22%, 72%)
(0.89 / 0.00 / 0.22 / 0.72)

CMYK percentages

%88.89
%0
%22.22
%71.76

Codes

Color #084838 in popluar color models

08 48 38
RGB 8 72 56
HSL 165° 80.00% 15.69%
HSB/HSV 165° 88.89% 28.24%
CMYK 88.89% 0.00% 22.22%
71.76%

Color #084838 in popluar number systems.

HEX 08 48 38
Decimal 8 72 56
Binary 1000 1001000 111000
Octal 10 110 70

Shades and tints

Shades of #084838

#084838
(8,72,56)
#084233
(8,66,51)
#083C2E
(8,60,46)
#083629
(8,54,41)
#083024
(8,48,36)
#082A1F
(8,42,31)
#08241A
(8,36,26)
#081E15
(8,30,21)
#081810
(8,24,16)
#08120B
(8,18,11)
#080C06
(8,12,6)
#000000
(0,0,0)

Tints of #084838

#084838
(8,72,56)
#1E584A
(30,88,74)
#34685C
(52,104,92)
#4A786E
(74,120,110)
#608880
(96,136,128)
#769892
(118,152,146)
#8CA8A4
(140,168,164)
#A2B8B6
(162,184,182)
#B8C8C8
(184,200,200)
#CED8DA
(206,216,218)
#E4E8EC
(228,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #084838 color. Also use rgb(8,72,56) instead hex code.

Text Font Color

.myTextColor { color: #084838; }

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

This text font color is #084838.

Background Color

.myBgColor { background-color: #084838; }

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

This div background color is #084838.

Border color

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

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

This div border color is #084838.

Opacity

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

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

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

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

This text has shadow with #084838 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #084838.

Preview

Color preview on black background

This text has color #084838 on black background.


Color preview on white background

This text has color #084838 on white background.


Black color preview on #084838 background

This text has black color on #084838 background.


White color preview on #084838 background

This text has white color on #084838 background.


Related colors

Complementary color

Complementary color for #hex is #F7B7C7.


I love getcolorcode.com

Triadic colors

1 #380848 and #483808 with #084838 are triadic colors.

2 #384808 and #480838 with #084838 are triadic colors.