COLOR #083115

HEX: #083115
RGB: (8,49,21)

Color info

#083115 contains red, green and blue colors in about the same proportion. Web safe color of #083115 is #003300 (or #030).

RGB color model

#083115 color RGB value is (8,49,21).

  • red value is 8;
  • green value is 49;
  • blue value is 21.
RGB:
(8,49,21)
(3%,19%,8%)

RGB channels and saturation

R 8 of 255 = 3%
G 49 of 255 = 19%
B 21 of 255 = 8%

8
49
21

R + G + B ~ 10%. #083115 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 49 + 21 = 78 (100%)
R 8 of 78 ~ 10.26%
G 49 of 78 ~ 62.82%
B 21 of 78 ~ 26.92%

%10.26
%62.82
%26.92

CMYK color model

#083115 color CMYK value is (84,0,57,81).

  • cyan value is 83.67%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 80.78%
CMYK:
(84,0,57,81)
C84M0Y57K81 
(84%,0%,57%,81%)
(0.84/0.00/0.57/0.81)	

CMYK percentages

%83.67
%0
%57.14
%80.78

Codes

Color #083115 in popluar color models

083115
RGB84921
HSL139°71.93%11.18%
HSB/HSV139°83.67%19.22%
CMYK83.67%0.00%57.14%
80.78%

Color #083115 in popluar number systems.

HEX083115
Decimal84921
Binary100011000110101
Octal106125

Shades and tints

Shades of #083115

#083115
(8,49,21)
#082D14
(8,45,20)
#082913
(8,41,19)
#082512
(8,37,18)
#082111
(8,33,17)
#081D10
(8,29,16)
#08190F
(8,25,15)
#08150E
(8,21,14)
#08110D
(8,17,13)
#080D0C
(8,13,12)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #083115

#083115
(8,49,21)
#1E432A
(30,67,42)
#34553F
(52,85,63)
#4A6754
(74,103,84)
#607969
(96,121,105)
#768B7E
(118,139,126)
#8C9D93
(140,157,147)
#A2AFA8
(162,175,168)
#B8C1BD
(184,193,189)
#CED3D2
(206,211,210)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083115 color. Also use rgb(8,49,21) instead hex code.

Text Font Color

.myTextColor { color: #083115; }

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

This text font color is #083115.


Background Color

.myBgColor { background-color: #083115; }

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

This div background color is #083115.


Border color

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

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

This div border color is #083115.


Opacity

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

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

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

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

This text has shadow with #083115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083115 on black background.


Color preview on white background

This text has color #083115 on white background.



Black color preview on #083115 background

This text has black color on #083115 background.


White color preview on #083115 background

This text has white color on #083115 background.