COLOR #083D3F

HEX: #083D3F
RGB: (8,61,63)

Color info

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

RGB color model

#083D3F color RGB value is (8,61,63).

  • red value is 8;
  • green value is 61;
  • blue value is 63.
RGB:
(8,61,63)
(3%,24%,25%)

RGB channels and saturation

R 8 of 255 = 3%
G 61 of 255 = 24%
B 63 of 255 = 25%

8
61
63

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

Portions of RGB colors in percentages

R + G + B =
8 + 61 + 63 = 132 (100%)
R 8 of 132 ~ 6.06%
G 61 of 132 ~ 46.21%
B 63 of 132 ~ 47.73%

%46.21
%47.73

CMYK color model

#083D3F color CMYK value is (87,3,0,75).

  • cyan value is 87.30%
  • magenta value is 3.17%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(87,3,0,75)
C87M3Y0K75 
(87%,3%,0%,75%)
(0.87/0.03/0.00/0.75)	

CMYK percentages

%87.3
%3.17
%0
%75.29

Codes

Color #083D3F in popluar color models

083D3F
RGB86163
HSL182°77.46%13.92%
HSB/HSV182°87.30%24.71%
CMYK87.30%3.17%0.00%
75.29%

Color #083D3F in popluar number systems.

HEX083D3F
Decimal86163
Binary1000111101111111
Octal107577

Shades and tints

Shades of #083D3F

#083D3F
(8,61,63)
#08383A
(8,56,58)
#083335
(8,51,53)
#082E30
(8,46,48)
#08292B
(8,41,43)
#082426
(8,36,38)
#081F21
(8,31,33)
#081A1C
(8,26,28)
#081517
(8,21,23)
#081012
(8,16,18)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #083D3F

#083D3F
(8,61,63)
#1E4E50
(30,78,80)
#345F61
(52,95,97)
#4A7072
(74,112,114)
#608183
(96,129,131)
#769294
(118,146,148)
#8CA3A5
(140,163,165)
#A2B4B6
(162,180,182)
#B8C5C7
(184,197,199)
#CED6D8
(206,214,216)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083D3F color. Also use rgb(8,61,63) instead hex code.

Text Font Color

.myTextColor { color: #083D3F; }

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

This text font color is #083D3F.


Background Color

.myBgColor { background-color: #083D3F; }

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

This div background color is #083D3F.


Border color

.myBorderColor { border: 1px solid #083D3F; }

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

This div border color is #083D3F.


Opacity

.myOpacity80 { color: #083D3F; opacity: 0.8; }

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

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

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

This text has shadow with #083D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083D3F on black background.


Color preview on white background

This text has color #083D3F on white background.



Black color preview on #083D3F background

This text has black color on #083D3F background.


White color preview on #083D3F background

This text has white color on #083D3F background.