COLOR #084335

HEX: #084335
RGB: (8,67,53)

Color info

#084335 contains red, green and blue colors in about the same proportion. Web safe color of #084335 is #003333 (or #033).

RGB color model

#084335 color RGB value is (8,67,53).

  • red value is 8;
  • green value is 67;
  • blue value is 53.
RGB:
(8,67,53)
(3%,26%,21%)

RGB channels and saturation

R 8 of 255 = 3%
G 67 of 255 = 26%
B 53 of 255 = 21%

8
67
53

R + G + B ~ 17%. #084335 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 67 + 53 = 128 (100%)
R 8 of 128 ~ 6.25%
G 67 of 128 ~ 52.34%
B 53 of 128 ~ 41.41%

%52.34
%41.41

CMYK color model

#084335 color CMYK value is (88,0,21,74).

  • cyan value is 88.06%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 73.73%
CMYK:
(88,0,21,74)
C88M0Y21K74 
(88%,0%,21%,74%)
(0.88/0.00/0.21/0.74)	

CMYK percentages

%88.06
%0
%20.9
%73.73

Codes

Color #084335 in popluar color models

084335
RGB86753
HSL166°78.67%14.71%
HSB/HSV166°88.06%26.27%
CMYK88.06%0.00%20.90%
73.73%

Color #084335 in popluar number systems.

HEX084335
Decimal86753
Binary10001000011110101
Octal1010365

Shades and tints

Shades of #084335

#084335
(8,67,53)
#083D31
(8,61,49)
#08372D
(8,55,45)
#083129
(8,49,41)
#082B25
(8,43,37)
#082521
(8,37,33)
#081F1D
(8,31,29)
#081919
(8,25,25)
#081315
(8,19,21)
#080D11
(8,13,17)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #084335

#084335
(8,67,53)
#1E5447
(30,84,71)
#346559
(52,101,89)
#4A766B
(74,118,107)
#60877D
(96,135,125)
#76988F
(118,152,143)
#8CA9A1
(140,169,161)
#A2BAB3
(162,186,179)
#B8CBC5
(184,203,197)
#CEDCD7
(206,220,215)
#E4EDE9
(228,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #084335 color. Also use rgb(8,67,53) instead hex code.

Text Font Color

.myTextColor { color: #084335; }

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

This text font color is #084335.


Background Color

.myBgColor { background-color: #084335; }

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

This div background color is #084335.


Border color

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

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

This div border color is #084335.


Opacity

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

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

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

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

This text has shadow with #084335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084335 on black background.


Color preview on white background

This text has color #084335 on white background.



Black color preview on #084335 background

This text has black color on #084335 background.


White color preview on #084335 background

This text has white color on #084335 background.