COLOR #083842

HEX: #083842
RGB: (8,56,66)

Color info

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

RGB color model

#083842 color RGB value is (8,56,66).

  • red value is 8;
  • green value is 56;
  • blue value is 66.
RGB:
(8,56,66)
(3%,22%,26%)

RGB channels and saturation

R 8 of 255 = 3%
G 56 of 255 = 22%
B 66 of 255 = 26%

8
56
66

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

Portions of RGB colors in percentages

R + G + B =
8 + 56 + 66 = 130 (100%)
R 8 of 130 ~ 6.15%
G 56 of 130 ~ 43.08%
B 66 of 130 ~ 50.77%

%43.08
%50.77

CMYK color model

#083842 color CMYK value is (88,15,0,74).

  • cyan value is 87.88%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(88,15,0,74)
C88M15Y0K74 
(88%,15%,0%,74%)
(0.88/0.15/0.00/0.74)	

CMYK percentages

%87.88
%15.15
%0
%74.12

Codes

Color #083842 in popluar color models

083842
RGB85666
HSL190°78.38%14.51%
HSB/HSV190°87.88%25.88%
CMYK87.88%15.15%0.00%
74.12%

Color #083842 in popluar number systems.

HEX083842
Decimal85666
Binary10001110001000010
Octal1070102

Shades and tints

Shades of #083842

#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)
#080606
(8,6,6)
#000000
(0,0,0)

Tints of #083842

#083842
(8,56,66)
#1E4A53
(30,74,83)
#345C64
(52,92,100)
#4A6E75
(74,110,117)
#608086
(96,128,134)
#769297
(118,146,151)
#8CA4A8
(140,164,168)
#A2B6B9
(162,182,185)
#B8C8CA
(184,200,202)
#CEDADB
(206,218,219)
#E4ECEC
(228,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #083842 color. Also use rgb(8,56,66) instead hex code.

Text Font Color

.myTextColor { color: #083842; }

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

This text font color is #083842.


Background Color

.myBgColor { background-color: #083842; }

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

This div background color is #083842.


Border color

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

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

This div border color is #083842.


Opacity

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

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

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

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

This text has shadow with #083842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083842 on black background.


Color preview on white background

This text has color #083842 on white background.



Black color preview on #083842 background

This text has black color on #083842 background.


White color preview on #083842 background

This text has white color on #083842 background.