COLOR #083D4C

HEX: #083D4C
RGB: (8,61,76)

Color info

#083D4C contains mainly green and blue colors. Web safe color of #083D4C is #003333 (or #033).

RGB color model

#083D4C color RGB value is (8,61,76).

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

RGB channels and saturation

R 8 of 255 = 3%
G 61 of 255 = 24%
B 76 of 255 = 30%

8
61
76

R + G + B ~ 19%. #083D4C is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 61 + 76 = 145 (100%)
R 8 of 145 ~ 5.52%
G 61 of 145 ~ 42.07%
B 76 of 145 ~ 52.41%

%42.07
%52.41

CMYK color model

#083D4C color CMYK value is (89,20,0,70).

  • cyan value is 89.47%
  • magenta value is 19.74%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(89,20,0,70)
C89M20Y0K70 
(89%,20%,0%,70%)
(0.89/0.20/0.00/0.70)	

CMYK percentages

%89.47
%19.74
%0
%70.2

Codes

Color #083D4C in popluar color models

083D4C
RGB86176
HSL193°80.95%16.47%
HSB/HSV193°89.47%29.80%
CMYK89.47%19.74%0.00%
70.20%

Color #083D4C in popluar number systems.

HEX083D4C
Decimal86176
Binary10001111011001100
Octal1075114

Shades and tints

Shades of #083D4C

#083D4C
(8,61,76)
#083846
(8,56,70)
#083340
(8,51,64)
#082E3A
(8,46,58)
#082934
(8,41,52)
#08242E
(8,36,46)
#081F28
(8,31,40)
#081A22
(8,26,34)
#08151C
(8,21,28)
#081016
(8,16,22)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #083D4C

#083D4C
(8,61,76)
#1E4E5C
(30,78,92)
#345F6C
(52,95,108)
#4A707C
(74,112,124)
#60818C
(96,129,140)
#76929C
(118,146,156)
#8CA3AC
(140,163,172)
#A2B4BC
(162,180,188)
#B8C5CC
(184,197,204)
#CED6DC
(206,214,220)
#E4E7EC
(228,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083D4C; }

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

This text font color is #083D4C.


Background Color

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

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

This div background color is #083D4C.


Border color

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

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

This div border color is #083D4C.


Opacity

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

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

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

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

This text has shadow with #083D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083D4C on black background.


Color preview on white background

This text has color #083D4C on white background.



Black color preview on #083D4C background

This text has black color on #083D4C background.


White color preview on #083D4C background

This text has white color on #083D4C background.