COLOR #083740

HEX: #083740
RGB: (8,55,64)

Color info

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

RGB color model

#083740 color RGB value is (8,55,64).

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

RGB channels and saturation

R 8 of 255 = 3%
G 55 of 255 = 22%
B 64 of 255 = 25%

8
55
64

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

Portions of RGB colors in percentages

R + G + B =
8 + 55 + 64 = 127 (100%)
R 8 of 127 ~ 6.3%
G 55 of 127 ~ 43.31%
B 64 of 127 ~ 50.39%

%43.31
%50.39

CMYK color model

#083740 color CMYK value is (88,14,0,75).

  • cyan value is 87.50%
  • magenta value is 14.06%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(88,14,0,75)
C88M14Y0K75 
(88%,14%,0%,75%)
(0.88/0.14/0.00/0.75)	

CMYK percentages

%87.5
%14.06
%0
%74.9

Codes

Color #083740 in popluar color models

083740
RGB85564
HSL190°77.78%14.12%
HSB/HSV190°87.50%25.10%
CMYK87.50%14.06%0.00%
74.90%

Color #083740 in popluar number systems.

HEX083740
Decimal85564
Binary10001101111000000
Octal1067100

Shades and tints

Shades of #083740

#083740
(8,55,64)
#08323B
(8,50,59)
#082D36
(8,45,54)
#082831
(8,40,49)
#08232C
(8,35,44)
#081E27
(8,30,39)
#081922
(8,25,34)
#08141D
(8,20,29)
#080F18
(8,15,24)
#080A13
(8,10,19)
#08050E
(8,5,14)
#000000
(0,0,0)

Tints of #083740

#083740
(8,55,64)
#1E4951
(30,73,81)
#345B62
(52,91,98)
#4A6D73
(74,109,115)
#607F84
(96,127,132)
#769195
(118,145,149)
#8CA3A6
(140,163,166)
#A2B5B7
(162,181,183)
#B8C7C8
(184,199,200)
#CED9D9
(206,217,217)
#E4EBEA
(228,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #083740; }

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

This text font color is #083740.


Background Color

.myBgColor { background-color: #083740; }

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

This div background color is #083740.


Border color

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

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

This div border color is #083740.


Opacity

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

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

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

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

This text has shadow with #083740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #083740 on black background.


Color preview on white background

This text has color #083740 on white background.



Black color preview on #083740 background

This text has black color on #083740 background.


White color preview on #083740 background

This text has white color on #083740 background.