COLOR #083448

HEX: #083448
RGB: (8,52,72)

Color info

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

RGB color model

#083448 color RGB value is (8,52,72).

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

RGB channels and saturation

R 8 of 255 = 3%
G 52 of 255 = 20%
B 72 of 255 = 28%

8
52
72

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

Portions of RGB colors in percentages

R + G + B =
8 + 52 + 72 = 132 (100%)
R 8 of 132 ~ 6.06%
G 52 of 132 ~ 39.39%
B 72 of 132 ~ 54.55%

%39.39
%54.55

CMYK color model

#083448 color CMYK value is (89,28,0,72).

  • cyan value is 88.89%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(89,28,0,72)
C89M28Y0K72 
(89%,28%,0%,72%)
(0.89/0.28/0.00/0.72)	

CMYK percentages

%88.89
%27.78
%0
%71.76

Codes

Color #083448 in popluar color models

083448
RGB85272
HSL199°80.00%15.69%
HSB/HSV199°88.89%28.24%
CMYK88.89%27.78%0.00%
71.76%

Color #083448 in popluar number systems.

HEX083448
Decimal85272
Binary10001101001001000
Octal1064110

Shades and tints

Shades of #083448

#083448
(8,52,72)
#083042
(8,48,66)
#082C3C
(8,44,60)
#082836
(8,40,54)
#082430
(8,36,48)
#08202A
(8,32,42)
#081C24
(8,28,36)
#08181E
(8,24,30)
#081418
(8,20,24)
#081012
(8,16,18)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #083448

#083448
(8,52,72)
#1E4658
(30,70,88)
#345868
(52,88,104)
#4A6A78
(74,106,120)
#607C88
(96,124,136)
#768E98
(118,142,152)
#8CA0A8
(140,160,168)
#A2B2B8
(162,178,184)
#B8C4C8
(184,196,200)
#CED6D8
(206,214,216)
#E4E8E8
(228,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083448; }

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

This text font color is #083448.


Background Color

.myBgColor { background-color: #083448; }

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

This div background color is #083448.


Border color

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

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

This div border color is #083448.


Opacity

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

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

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

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

This text has shadow with #083448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083448 on black background.


Color preview on white background

This text has color #083448 on white background.



Black color preview on #083448 background

This text has black color on #083448 background.


White color preview on #083448 background

This text has white color on #083448 background.