COLOR #083530

HEX: #083530
RGB: (8,53,48)

Color info

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

RGB color model

#083530 color RGB value is (8,53,48).

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

RGB channels and saturation

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

8
53
48

R + G + B ~ 14%. #083530 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 53 + 48 = 109 (100%)
R 8 of 109 ~ 7.34%
G 53 of 109 ~ 48.62%
B 48 of 109 ~ 44.04%

%48.62
%44.04

CMYK color model

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

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

CMYK percentages

%84.91
%0
%9.43
%79.22

Codes

Color #083530 in popluar color models

083530
RGB85348
HSL173°73.77%11.96%
HSB/HSV173°84.91%20.78%
CMYK84.91%0.00%9.43%
79.22%

Color #083530 in popluar number systems.

HEX083530
Decimal85348
Binary1000110101110000
Octal106560

Shades and tints

Shades of #083530

#083530
(8,53,48)
#08312C
(8,49,44)
#082D28
(8,45,40)
#082924
(8,41,36)
#082520
(8,37,32)
#08211C
(8,33,28)
#081D18
(8,29,24)
#081914
(8,25,20)
#081510
(8,21,16)
#08110C
(8,17,12)
#080D08
(8,13,8)
#000000
(0,0,0)

Tints of #083530

#083530
(8,53,48)
#1E4742
(30,71,66)
#345954
(52,89,84)
#4A6B66
(74,107,102)
#607D78
(96,125,120)
#768F8A
(118,143,138)
#8CA19C
(140,161,156)
#A2B3AE
(162,179,174)
#B8C5C0
(184,197,192)
#CED7D2
(206,215,210)
#E4E9E4
(228,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083530; }

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

This text font color is #083530.


Background Color

.myBgColor { background-color: #083530; }

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

This div background color is #083530.


Border color

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

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

This div border color is #083530.


Opacity

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

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

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

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

This text has shadow with #083530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083530 on black background.


Color preview on white background

This text has color #083530 on white background.



Black color preview on #083530 background

This text has black color on #083530 background.


White color preview on #083530 background

This text has white color on #083530 background.