COLOR #083538

HEX: #083538
RGB: (8,53,56)

Color info

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

RGB color model

#083538 color RGB value is (8,53,56).

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

RGB channels and saturation

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

8
53
56

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

Portions of RGB colors in percentages

R + G + B =
8 + 53 + 56 = 117 (100%)
R 8 of 117 ~ 6.84%
G 53 of 117 ~ 45.3%
B 56 of 117 ~ 47.86%

%45.3
%47.86

CMYK color model

#083538 color CMYK value is (86,5,0,78).

  • cyan value is 85.71%
  • magenta value is 5.36%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(86,5,0,78)
C86M5Y0K78 
(86%,5%,0%,78%)
(0.86/0.05/0.00/0.78)	

CMYK percentages

%85.71
%5.36
%0
%78.04

Codes

Color #083538 in popluar color models

083538
RGB85356
HSL184°75.00%12.55%
HSB/HSV184°85.71%21.96%
CMYK85.71%5.36%0.00%
78.04%

Color #083538 in popluar number systems.

HEX083538
Decimal85356
Binary1000110101111000
Octal106570

Shades and tints

Shades of #083538

#083538
(8,53,56)
#083133
(8,49,51)
#082D2E
(8,45,46)
#082929
(8,41,41)
#082524
(8,37,36)
#08211F
(8,33,31)
#081D1A
(8,29,26)
#081915
(8,25,21)
#081510
(8,21,16)
#08110B
(8,17,11)
#080D06
(8,13,6)
#000000
(0,0,0)

Tints of #083538

#083538
(8,53,56)
#1E474A
(30,71,74)
#34595C
(52,89,92)
#4A6B6E
(74,107,110)
#607D80
(96,125,128)
#768F92
(118,143,146)
#8CA1A4
(140,161,164)
#A2B3B6
(162,179,182)
#B8C5C8
(184,197,200)
#CED7DA
(206,215,218)
#E4E9EC
(228,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083538; }

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

This text font color is #083538.


Background Color

.myBgColor { background-color: #083538; }

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

This div background color is #083538.


Border color

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

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

This div border color is #083538.


Opacity

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

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

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

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

This text has shadow with #083538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083538 on black background.


Color preview on white background

This text has color #083538 on white background.



Black color preview on #083538 background

This text has black color on #083538 background.


White color preview on #083538 background

This text has white color on #083538 background.