COLOR #084B13

HEX: #084B13
RGB: (8,75,19)

Color info

#084B13 contains mainly green and blue colors. Web safe color of #084B13 is #003300 (or #030).

RGB color model

#084B13 color RGB value is (8,75,19).

  • red value is 8;
  • green value is 75;
  • blue value is 19.
RGB:
(8,75,19)
(3%,29%,7%)

RGB channels and saturation

R 8 of 255 = 3%
G 75 of 255 = 29%
B 19 of 255 = 7%

8
75
19

R + G + B ~ 13%. #084B13 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 75 + 19 = 102 (100%)
R 8 of 102 ~ 7.84%
G 75 of 102 ~ 73.53%
B 19 of 102 ~ 18.63%

%73.53
%18.63

CMYK color model

#084B13 color CMYK value is (89,0,75,71).

  • cyan value is 89.33%
  • magenta value is 0.00%
  • yellow value is 74.67%
  • key color value is 70.59%
CMYK:
(89,0,75,71)
C89M0Y75K71 
(89%,0%,75%,71%)
(0.89/0.00/0.75/0.71)	

CMYK percentages

%89.33
%0
%74.67
%70.59

Codes

Color #084B13 in popluar color models

084B13
RGB87519
HSL130°80.72%16.27%
HSB/HSV130°89.33%29.41%
CMYK89.33%0.00%74.67%
70.59%

Color #084B13 in popluar number systems.

HEX084B13
Decimal87519
Binary1000100101110011
Octal1011323

Shades and tints

Shades of #084B13

#084B13
(8,75,19)
#084512
(8,69,18)
#083F11
(8,63,17)
#083910
(8,57,16)
#08330F
(8,51,15)
#082D0E
(8,45,14)
#08270D
(8,39,13)
#08210C
(8,33,12)
#081B0B
(8,27,11)
#08150A
(8,21,10)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #084B13

#084B13
(8,75,19)
#1E5B28
(30,91,40)
#346B3D
(52,107,61)
#4A7B52
(74,123,82)
#608B67
(96,139,103)
#769B7C
(118,155,124)
#8CAB91
(140,171,145)
#A2BBA6
(162,187,166)
#B8CBBB
(184,203,187)
#CEDBD0
(206,219,208)
#E4EBE5
(228,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #084B13 color. Also use rgb(8,75,19) instead hex code.

Text Font Color

.myTextColor { color: #084B13; }

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

This text font color is #084B13.


Background Color

.myBgColor { background-color: #084B13; }

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

This div background color is #084B13.


Border color

.myBorderColor { border: 1px solid #084B13; }

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

This div border color is #084B13.


Opacity

.myOpacity80 { color: #084B13; opacity: 0.8; }

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

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

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

This text has shadow with #084B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084B13 on black background.


Color preview on white background

This text has color #084B13 on white background.



Black color preview on #084B13 background

This text has black color on #084B13 background.


White color preview on #084B13 background

This text has white color on #084B13 background.