COLOR #073867

HEX: #073867
RGB: (7,56,103)

Color info

#073867 contains mainly green and blue colors. Web safe color of #073867 is #003366 (or #036).

RGB color model

#073867 color RGB value is (7,56,103).

  • red value is 7;
  • green value is 56;
  • blue value is 103.
RGB:
(7,56,103)
(3%,22%,40%)

RGB channels and saturation

R 7 of 255 = 3%
G 56 of 255 = 22%
B 103 of 255 = 40%

7
56
103

R + G + B ~ 22%. #073867 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 56 + 103 = 166 (100%)
R 7 of 166 ~ 4.22%
G 56 of 166 ~ 33.73%
B 103 of 166 ~ 62.05%

%33.73
%62.05

CMYK color model

#073867 color CMYK value is (93,46,0,60).

  • cyan value is 93.20%
  • magenta value is 45.63%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(93,46,0,60)
C93M46Y0K60 
(93%,46%,0%,60%)
(0.93/0.46/0.00/0.60)	

CMYK percentages

%93.2
%45.63
%0
%59.61

Codes

Color #073867 in popluar color models

073867
RGB756103
HSL209°87.27%21.57%
HSB/HSV209°93.20%40.39%
CMYK93.20%45.63%0.00%
59.61%

Color #073867 in popluar number systems.

HEX073867
Decimal756103
Binary1111110001100111
Octal770147

Shades and tints

Shades of #073867

#073867
(7,56,103)
#07335E
(7,51,94)
#072E55
(7,46,85)
#07294C
(7,41,76)
#072443
(7,36,67)
#071F3A
(7,31,58)
#071A31
(7,26,49)
#071528
(7,21,40)
#07101F
(7,16,31)
#070B16
(7,11,22)
#07060D
(7,6,13)
#000000
(0,0,0)

Tints of #073867

#073867
(7,56,103)
#1D4A74
(29,74,116)
#335C81
(51,92,129)
#496E8E
(73,110,142)
#5F809B
(95,128,155)
#7592A8
(117,146,168)
#8BA4B5
(139,164,181)
#A1B6C2
(161,182,194)
#B7C8CF
(183,200,207)
#CDDADC
(205,218,220)
#E3ECE9
(227,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073867 color. Also use rgb(7,56,103) instead hex code.

Text Font Color

.myTextColor { color: #073867; }

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

This text font color is #073867.


Background Color

.myBgColor { background-color: #073867; }

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

This div background color is #073867.


Border color

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

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

This div border color is #073867.


Opacity

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

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

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

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

This text has shadow with #073867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073867 on black background.


Color preview on white background

This text has color #073867 on white background.



Black color preview on #073867 background

This text has black color on #073867 background.


White color preview on #073867 background

This text has white color on #073867 background.