COLOR #083318

HEX: #083318
RGB: (8,51,24)

Color info

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

RGB color model

#083318 color RGB value is (8,51,24).

  • red value is 8;
  • green value is 51;
  • blue value is 24.
RGB:
(8,51,24)
(3%,20%,9%)

RGB channels and saturation

R 8 of 255 = 3%
G 51 of 255 = 20%
B 24 of 255 = 9%

8
51
24

R + G + B ~ 11%. #083318 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 51 + 24 = 83 (100%)
R 8 of 83 ~ 9.64%
G 51 of 83 ~ 61.45%
B 24 of 83 ~ 28.92%

%9.64
%61.45
%28.92

CMYK color model

#083318 color CMYK value is (84,0,53,80).

  • cyan value is 84.31%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 80.00%
CMYK:
(84,0,53,80)
C84M0Y53K80 
(84%,0%,53%,80%)
(0.84/0.00/0.53/0.80)	

CMYK percentages

%84.31
%0
%52.94
%80

Codes

Color #083318 in popluar color models

083318
RGB85124
HSL142°72.88%11.57%
HSB/HSV142°84.31%20.00%
CMYK84.31%0.00%52.94%
80.00%

Color #083318 in popluar number systems.

HEX083318
Decimal85124
Binary100011001111000
Octal106330

Shades and tints

Shades of #083318

#083318
(8,51,24)
#082F16
(8,47,22)
#082B14
(8,43,20)
#082712
(8,39,18)
#082310
(8,35,16)
#081F0E
(8,31,14)
#081B0C
(8,27,12)
#08170A
(8,23,10)
#081308
(8,19,8)
#080F06
(8,15,6)
#080B04
(8,11,4)
#000000
(0,0,0)

Tints of #083318

#083318
(8,51,24)
#1E452D
(30,69,45)
#345742
(52,87,66)
#4A6957
(74,105,87)
#607B6C
(96,123,108)
#768D81
(118,141,129)
#8C9F96
(140,159,150)
#A2B1AB
(162,177,171)
#B8C3C0
(184,195,192)
#CED5D5
(206,213,213)
#E4E7EA
(228,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083318 color. Also use rgb(8,51,24) instead hex code.

Text Font Color

.myTextColor { color: #083318; }

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

This text font color is #083318.


Background Color

.myBgColor { background-color: #083318; }

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

This div background color is #083318.


Border color

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

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

This div border color is #083318.


Opacity

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

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

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

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

This text has shadow with #083318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083318 on black background.


Color preview on white background

This text has color #083318 on white background.



Black color preview on #083318 background

This text has black color on #083318 background.


White color preview on #083318 background

This text has white color on #083318 background.