COLOR #083535

HEX: #083535
RGB: (8,53,53)

Color info

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

RGB color model

#083535 color RGB value is (8,53,53).

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

RGB channels and saturation

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

8
53
53

R + G + B ~ 15%. #083535 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 53 + 53 = 114 (100%)
R 8 of 114 ~ 7.02%
G 53 of 114 ~ 46.49%
B 53 of 114 ~ 46.49%

%46.49
%46.49

CMYK color model

#083535 color CMYK value is (85,0,0,79).

  • cyan value is 84.91%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(85,0,0,79)
C85M0Y0K79 
(85%,0%,0%,79%)
(0.85/0.00/0.00/0.79)	

CMYK percentages

%84.91
%0
%0
%79.22

Codes

Color #083535 in popluar color models

083535
RGB85353
HSL180°73.77%11.96%
HSB/HSV180°84.91%20.78%
CMYK84.91%0.00%0.00%
79.22%

Color #083535 in popluar number systems.

HEX083535
Decimal85353
Binary1000110101110101
Octal106565

Shades and tints

Shades of #083535

#083535
(8,53,53)
#083131
(8,49,49)
#082D2D
(8,45,45)
#082929
(8,41,41)
#082525
(8,37,37)
#082121
(8,33,33)
#081D1D
(8,29,29)
#081919
(8,25,25)
#081515
(8,21,21)
#081111
(8,17,17)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #083535

#083535
(8,53,53)
#1E4747
(30,71,71)
#345959
(52,89,89)
#4A6B6B
(74,107,107)
#607D7D
(96,125,125)
#768F8F
(118,143,143)
#8CA1A1
(140,161,161)
#A2B3B3
(162,179,179)
#B8C5C5
(184,197,197)
#CED7D7
(206,215,215)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083535; }

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

This text font color is #083535.


Background Color

.myBgColor { background-color: #083535; }

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

This div background color is #083535.


Border color

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

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

This div border color is #083535.


Opacity

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

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

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

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

This text has shadow with #083535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083535 on black background.


Color preview on white background

This text has color #083535 on white background.



Black color preview on #083535 background

This text has black color on #083535 background.


White color preview on #083535 background

This text has white color on #083535 background.