COLOR #083A46

HEX: #083A46
RGB: (8,58,70)

Color info

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

RGB color model

#083A46 color RGB value is (8,58,70).

  • red value is 8;
  • green value is 58;
  • blue value is 70.
RGB:
(8,58,70)
(3%,23%,27%)

RGB channels and saturation

R 8 of 255 = 3%
G 58 of 255 = 23%
B 70 of 255 = 27%

8
58
70

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

Portions of RGB colors in percentages

R + G + B =
8 + 58 + 70 = 136 (100%)
R 8 of 136 ~ 5.88%
G 58 of 136 ~ 42.65%
B 70 of 136 ~ 51.47%

%42.65
%51.47

CMYK color model

#083A46 color CMYK value is (89,17,0,73).

  • cyan value is 88.57%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(89,17,0,73)
C89M17Y0K73 
(89%,17%,0%,73%)
(0.89/0.17/0.00/0.73)	

CMYK percentages

%88.57
%17.14
%0
%72.55

Codes

Color #083A46 in popluar color models

083A46
RGB85870
HSL192°79.49%15.29%
HSB/HSV192°88.57%27.45%
CMYK88.57%17.14%0.00%
72.55%

Color #083A46 in popluar number systems.

HEX083A46
Decimal85870
Binary10001110101000110
Octal1072106

Shades and tints

Shades of #083A46

#083A46
(8,58,70)
#083540
(8,53,64)
#08303A
(8,48,58)
#082B34
(8,43,52)
#08262E
(8,38,46)
#082128
(8,33,40)
#081C22
(8,28,34)
#08171C
(8,23,28)
#081216
(8,18,22)
#080D10
(8,13,16)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #083A46

#083A46
(8,58,70)
#1E4B56
(30,75,86)
#345C66
(52,92,102)
#4A6D76
(74,109,118)
#607E86
(96,126,134)
#768F96
(118,143,150)
#8CA0A6
(140,160,166)
#A2B1B6
(162,177,182)
#B8C2C6
(184,194,198)
#CED3D6
(206,211,214)
#E4E4E6
(228,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083A46 color. Also use rgb(8,58,70) instead hex code.

Text Font Color

.myTextColor { color: #083A46; }

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

This text font color is #083A46.


Background Color

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

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

This div background color is #083A46.


Border color

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

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

This div border color is #083A46.


Opacity

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

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

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

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

This text has shadow with #083A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083A46 on black background.


Color preview on white background

This text has color #083A46 on white background.



Black color preview on #083A46 background

This text has black color on #083A46 background.


White color preview on #083A46 background

This text has white color on #083A46 background.