COLOR #083C3F

HEX: #083C3F
RGB: (8,60,63)

Color info

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

RGB color model

#083C3F color RGB value is (8,60,63).

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

RGB channels and saturation

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

8
60
63

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

Portions of RGB colors in percentages

R + G + B =
8 + 60 + 63 = 131 (100%)
R 8 of 131 ~ 6.11%
G 60 of 131 ~ 45.8%
B 63 of 131 ~ 48.09%

%45.8
%48.09

CMYK color model

#083C3F color CMYK value is (87,5,0,75).

  • cyan value is 87.30%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(87,5,0,75)
C87M5Y0K75 
(87%,5%,0%,75%)
(0.87/0.05/0.00/0.75)	

CMYK percentages

%87.3
%4.76
%0
%75.29

Codes

Color #083C3F in popluar color models

083C3F
RGB86063
HSL183°77.46%13.92%
HSB/HSV183°87.30%24.71%
CMYK87.30%4.76%0.00%
75.29%

Color #083C3F in popluar number systems.

HEX083C3F
Decimal86063
Binary1000111100111111
Octal107477

Shades and tints

Shades of #083C3F

#083C3F
(8,60,63)
#08373A
(8,55,58)
#083235
(8,50,53)
#082D30
(8,45,48)
#08282B
(8,40,43)
#082326
(8,35,38)
#081E21
(8,30,33)
#08191C
(8,25,28)
#081417
(8,20,23)
#080F12
(8,15,18)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #083C3F

#083C3F
(8,60,63)
#1E4D50
(30,77,80)
#345E61
(52,94,97)
#4A6F72
(74,111,114)
#608083
(96,128,131)
#769194
(118,145,148)
#8CA2A5
(140,162,165)
#A2B3B6
(162,179,182)
#B8C4C7
(184,196,199)
#CED5D8
(206,213,216)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083C3F; }

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

This text font color is #083C3F.


Background Color

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

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

This div background color is #083C3F.


Border color

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

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

This div border color is #083C3F.


Opacity

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

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

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

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

This text has shadow with #083C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083C3F on black background.


Color preview on white background

This text has color #083C3F on white background.



Black color preview on #083C3F background

This text has black color on #083C3F background.


White color preview on #083C3F background

This text has white color on #083C3F background.