COLOR #083D48

HEX: #083D48
RGB: (8,61,72)

Color info

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

RGB color model

#083D48 color RGB value is (8,61,72).

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

RGB channels and saturation

R 8 of 255 = 3%
G 61 of 255 = 24%
B 72 of 255 = 28%

8
61
72

R + G + B ~ 18%. #083D48 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 61 + 72 = 141 (100%)
R 8 of 141 ~ 5.67%
G 61 of 141 ~ 43.26%
B 72 of 141 ~ 51.06%

%43.26
%51.06

CMYK color model

#083D48 color CMYK value is (89,15,0,72).

  • cyan value is 88.89%
  • magenta value is 15.28%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(89,15,0,72)
C89M15Y0K72 
(89%,15%,0%,72%)
(0.89/0.15/0.00/0.72)	

CMYK percentages

%88.89
%15.28
%0
%71.76

Codes

Color #083D48 in popluar color models

083D48
RGB86172
HSL190°80.00%15.69%
HSB/HSV190°88.89%28.24%
CMYK88.89%15.28%0.00%
71.76%

Color #083D48 in popluar number systems.

HEX083D48
Decimal86172
Binary10001111011001000
Octal1075110

Shades and tints

Shades of #083D48

#083D48
(8,61,72)
#083842
(8,56,66)
#08333C
(8,51,60)
#082E36
(8,46,54)
#082930
(8,41,48)
#08242A
(8,36,42)
#081F24
(8,31,36)
#081A1E
(8,26,30)
#081518
(8,21,24)
#081012
(8,16,18)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #083D48

#083D48
(8,61,72)
#1E4E58
(30,78,88)
#345F68
(52,95,104)
#4A7078
(74,112,120)
#608188
(96,129,136)
#769298
(118,146,152)
#8CA3A8
(140,163,168)
#A2B4B8
(162,180,184)
#B8C5C8
(184,197,200)
#CED6D8
(206,214,216)
#E4E7E8
(228,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083D48; }

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

This text font color is #083D48.


Background Color

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

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

This div background color is #083D48.


Border color

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

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

This div border color is #083D48.


Opacity

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

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

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

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

This text has shadow with #083D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083D48 on black background.


Color preview on white background

This text has color #083D48 on white background.



Black color preview on #083D48 background

This text has black color on #083D48 background.


White color preview on #083D48 background

This text has white color on #083D48 background.