COLOR #083304

HEX: #083304
RGB: (8,51,4)

Color info

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

RGB color model

#083304 color RGB value is (8,51,4).

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

RGB channels and saturation

R 8 of 255 = 3%
G 51 of 255 = 20%
B 4 of 255 = 2%

8
51
4

R + G + B ~ 8%. #083304 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 51 + 4 = 63 (100%)
R 8 of 63 ~ 12.7%
G 51 of 63 ~ 80.95%
B 4 of 63 ~ 6.35%

%12.7
%80.95

CMYK color model

#083304 color CMYK value is (84,0,92,80).

  • cyan value is 84.31%
  • magenta value is 0.00%
  • yellow value is 92.16%
  • key color value is 80.00%
CMYK:
(84,0,92,80)
C84M0Y92K80 
(84%,0%,92%,80%)
(0.84/0.00/0.92/0.80)	

CMYK percentages

%84.31
%0
%92.16
%80

Codes

Color #083304 in popluar color models

083304
RGB8514
HSL115°85.45%10.78%
HSB/HSV115°92.16%20.00%
CMYK84.31%0.00%92.16%
80.00%

Color #083304 in popluar number systems.

HEX083304
Decimal8514
Binary1000110011100
Octal10634

Shades and tints

Shades of #083304

#083304
(8,51,4)
#082F04
(8,47,4)
#082B04
(8,43,4)
#082704
(8,39,4)
#082304
(8,35,4)
#081F04
(8,31,4)
#081B04
(8,27,4)
#081704
(8,23,4)
#081304
(8,19,4)
#080F04
(8,15,4)
#080B04
(8,11,4)
#000000
(0,0,0)

Tints of #083304

#083304
(8,51,4)
#1E451A
(30,69,26)
#345730
(52,87,48)
#4A6946
(74,105,70)
#607B5C
(96,123,92)
#768D72
(118,141,114)
#8C9F88
(140,159,136)
#A2B19E
(162,177,158)
#B8C3B4
(184,195,180)
#CED5CA
(206,213,202)
#E4E7E0
(228,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083304; }

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

This text font color is #083304.


Background Color

.myBgColor { background-color: #083304; }

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

This div background color is #083304.


Border color

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

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

This div border color is #083304.


Opacity

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

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

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

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

This text has shadow with #083304 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083304 on black background.


Color preview on white background

This text has color #083304 on white background.



Black color preview on #083304 background

This text has black color on #083304 background.


White color preview on #083304 background

This text has white color on #083304 background.