COLOR #082837

HEX: #082837
RGB: (8,40,55)

Color info

#082837 contains red, green and blue colors in about the same proportion. Web safe color of #082837 is #003333 (or #033).

RGB color model

#082837 color RGB value is (8,40,55).

  • red value is 8;
  • green value is 40;
  • blue value is 55.
RGB:
(8,40,55)
(3%,16%,22%)

RGB channels and saturation

R 8 of 255 = 3%
G 40 of 255 = 16%
B 55 of 255 = 22%

8
40
55

R + G + B ~ 14%. #082837 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 40 + 55 = 103 (100%)
R 8 of 103 ~ 7.77%
G 40 of 103 ~ 38.83%
B 55 of 103 ~ 53.4%

%38.83
%53.4

CMYK color model

#082837 color CMYK value is (85,27,0,78).

  • cyan value is 85.45%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(85,27,0,78)
C85M27Y0K78 
(85%,27%,0%,78%)
(0.85/0.27/0.00/0.78)	

CMYK percentages

%85.45
%27.27
%0
%78.43

Codes

Color #082837 in popluar color models

082837
RGB84055
HSL199°74.60%12.35%
HSB/HSV199°85.45%21.57%
CMYK85.45%27.27%0.00%
78.43%

Color #082837 in popluar number systems.

HEX082837
Decimal84055
Binary1000101000110111
Octal105067

Shades and tints

Shades of #082837

#082837
(8,40,55)
#082532
(8,37,50)
#08222D
(8,34,45)
#081F28
(8,31,40)
#081C23
(8,28,35)
#08191E
(8,25,30)
#081619
(8,22,25)
#081314
(8,19,20)
#08100F
(8,16,15)
#080D0A
(8,13,10)
#080A05
(8,10,5)
#000000
(0,0,0)

Tints of #082837

#082837
(8,40,55)
#1E3B49
(30,59,73)
#344E5B
(52,78,91)
#4A616D
(74,97,109)
#60747F
(96,116,127)
#768791
(118,135,145)
#8C9AA3
(140,154,163)
#A2ADB5
(162,173,181)
#B8C0C7
(184,192,199)
#CED3D9
(206,211,217)
#E4E6EB
(228,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #082837 color. Also use rgb(8,40,55) instead hex code.

Text Font Color

.myTextColor { color: #082837; }

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

This text font color is #082837.


Background Color

.myBgColor { background-color: #082837; }

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

This div background color is #082837.


Border color

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

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

This div border color is #082837.


Opacity

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

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

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

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

This text has shadow with #082837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #082837 on black background.


Color preview on white background

This text has color #082837 on white background.



Black color preview on #082837 background

This text has black color on #082837 background.


White color preview on #082837 background

This text has white color on #082837 background.