COLOR #083076

HEX: #083076
RGB: (8,48,118)

Color info

#083076 contains mainly blue color. Web safe color of #083076 is #003366 (or #036).

RGB color model

#083076 color RGB value is (8,48,118).

  • red value is 8;
  • green value is 48;
  • blue value is 118.
RGB:
(8,48,118)
(3%,19%,46%)

RGB channels and saturation

R 8 of 255 = 3%
G 48 of 255 = 19%
B 118 of 255 = 46%

8
48
118

R + G + B ~ 23%. #083076 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 48 + 118 = 174 (100%)
R 8 of 174 ~ 4.6%
G 48 of 174 ~ 27.59%
B 118 of 174 ~ 67.82%

%27.59
%67.82

CMYK color model

#083076 color CMYK value is (93,59,0,54).

  • cyan value is 93.22%
  • magenta value is 59.32%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(93,59,0,54)
C93M59Y0K54 
(93%,59%,0%,54%)
(0.93/0.59/0.00/0.54)	

CMYK percentages

%93.22
%59.32
%0
%53.73

Codes

Color #083076 in popluar color models

083076
RGB848118
HSL218°87.30%24.71%
HSB/HSV218°93.22%46.27%
CMYK93.22%59.32%0.00%
53.73%

Color #083076 in popluar number systems.

HEX083076
Decimal848118
Binary10001100001110110
Octal1060166

Shades and tints

Shades of #083076

#083076
(8,48,118)
#082C6C
(8,44,108)
#082862
(8,40,98)
#082458
(8,36,88)
#08204E
(8,32,78)
#081C44
(8,28,68)
#08183A
(8,24,58)
#081430
(8,20,48)
#081026
(8,16,38)
#080C1C
(8,12,28)
#080812
(8,8,18)
#000000
(0,0,0)

Tints of #083076

#083076
(8,48,118)
#1E4282
(30,66,130)
#34548E
(52,84,142)
#4A669A
(74,102,154)
#6078A6
(96,120,166)
#768AB2
(118,138,178)
#8C9CBE
(140,156,190)
#A2AECA
(162,174,202)
#B8C0D6
(184,192,214)
#CED2E2
(206,210,226)
#E4E4EE
(228,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083076 color. Also use rgb(8,48,118) instead hex code.

Text Font Color

.myTextColor { color: #083076; }

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

This text font color is #083076.


Background Color

.myBgColor { background-color: #083076; }

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

This div background color is #083076.


Border color

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

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

This div border color is #083076.


Opacity

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

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

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

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

This text has shadow with #083076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083076 on black background.


Color preview on white background

This text has color #083076 on white background.



Black color preview on #083076 background

This text has black color on #083076 background.


White color preview on #083076 background

This text has white color on #083076 background.