COLOR #081740

HEX: #081740
RGB: (8,23,64)

Color info

#081740 contains red, green and blue colors in about the same proportion. Web safe color of #081740 is #000033 (or #003).

RGB color model

#081740 color RGB value is (8,23,64).

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

RGB channels and saturation

R 8 of 255 = 3%
G 23 of 255 = 9%
B 64 of 255 = 25%

8
23
64

R + G + B ~ 12%. #081740 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 23 + 64 = 95 (100%)
R 8 of 95 ~ 8.42%
G 23 of 95 ~ 24.21%
B 64 of 95 ~ 67.37%

%24.21
%67.37

CMYK color model

#081740 color CMYK value is (88,64,0,75).

  • cyan value is 87.50%
  • magenta value is 64.06%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(88,64,0,75)
C88M64Y0K75 
(88%,64%,0%,75%)
(0.88/0.64/0.00/0.75)	

CMYK percentages

%87.5
%64.06
%0
%74.9

Codes

Color #081740 in popluar color models

081740
RGB82364
HSL224°77.78%14.12%
HSB/HSV224°87.50%25.10%
CMYK87.50%64.06%0.00%
74.90%

Color #081740 in popluar number systems.

HEX081740
Decimal82364
Binary1000101111000000
Octal1027100

Shades and tints

Shades of #081740

#081740
(8,23,64)
#08153B
(8,21,59)
#081336
(8,19,54)
#081131
(8,17,49)
#080F2C
(8,15,44)
#080D27
(8,13,39)
#080B22
(8,11,34)
#08091D
(8,9,29)
#080718
(8,7,24)
#080513
(8,5,19)
#08030E
(8,3,14)
#000000
(0,0,0)

Tints of #081740

#081740
(8,23,64)
#1E2C51
(30,44,81)
#344162
(52,65,98)
#4A5673
(74,86,115)
#606B84
(96,107,132)
#768095
(118,128,149)
#8C95A6
(140,149,166)
#A2AAB7
(162,170,183)
#B8BFC8
(184,191,200)
#CED4D9
(206,212,217)
#E4E9EA
(228,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #081740; }

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

This text font color is #081740.


Background Color

.myBgColor { background-color: #081740; }

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

This div background color is #081740.


Border color

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

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

This div border color is #081740.


Opacity

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

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

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

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

This text has shadow with #081740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #081740 on black background.


Color preview on white background

This text has color #081740 on white background.



Black color preview on #081740 background

This text has black color on #081740 background.


White color preview on #081740 background

This text has white color on #081740 background.