COLOR #07387E

HEX: #07387E
RGB: (7,56,126)

Color info

#07387E contains mainly blue color. Web safe color of #07387E is #003366 (or #036).

RGB color model

#07387E color RGB value is (7,56,126).

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

RGB channels and saturation

R 7 of 255 = 3%
G 56 of 255 = 22%
B 126 of 255 = 49%

7
56
126

R + G + B ~ 25%. #07387E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 56 + 126 = 189 (100%)
R 7 of 189 ~ 3.7%
G 56 of 189 ~ 29.63%
B 126 of 189 ~ 66.67%

%29.63
%66.67

CMYK color model

#07387E color CMYK value is (94,56,0,51).

  • cyan value is 94.44%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(94,56,0,51)
C94M56Y0K51 
(94%,56%,0%,51%)
(0.94/0.56/0.00/0.51)	

CMYK percentages

%94.44
%55.56
%0
%50.59

Codes

Color #07387E in popluar color models

07387E
RGB756126
HSL215°89.47%26.08%
HSB/HSV215°94.44%49.41%
CMYK94.44%55.56%0.00%
50.59%

Color #07387E in popluar number systems.

HEX07387E
Decimal756126
Binary1111110001111110
Octal770176

Shades and tints

Shades of #07387E

#07387E
(7,56,126)
#073373
(7,51,115)
#072E68
(7,46,104)
#07295D
(7,41,93)
#072452
(7,36,82)
#071F47
(7,31,71)
#071A3C
(7,26,60)
#071531
(7,21,49)
#071026
(7,16,38)
#070B1B
(7,11,27)
#070610
(7,6,16)
#000000
(0,0,0)

Tints of #07387E

#07387E
(7,56,126)
#1D4A89
(29,74,137)
#335C94
(51,92,148)
#496E9F
(73,110,159)
#5F80AA
(95,128,170)
#7592B5
(117,146,181)
#8BA4C0
(139,164,192)
#A1B6CB
(161,182,203)
#B7C8D6
(183,200,214)
#CDDAE1
(205,218,225)
#E3ECEC
(227,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07387E; }

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

This text font color is #07387E.


Background Color

.myBgColor { background-color: #07387E; }

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

This div background color is #07387E.


Border color

.myBorderColor { border: 1px solid #07387E; }

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

This div border color is #07387E.


Opacity

.myOpacity80 { color: #07387E; opacity: 0.8; }

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

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

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

This text has shadow with #07387E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07387E on black background.


Color preview on white background

This text has color #07387E on white background.



Black color preview on #07387E background

This text has black color on #07387E background.


White color preview on #07387E background

This text has white color on #07387E background.