COLOR #07365F

HEX: #07365F
RGB: (7,54,95)

Color info

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

RGB color model

#07365F color RGB value is (7,54,95).

  • red value is 7;
  • green value is 54;
  • blue value is 95.
RGB:
(7,54,95)
(3%,21%,37%)

RGB channels and saturation

R 7 of 255 = 3%
G 54 of 255 = 21%
B 95 of 255 = 37%

7
54
95

R + G + B ~ 20%. #07365F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 54 + 95 = 156 (100%)
R 7 of 156 ~ 4.49%
G 54 of 156 ~ 34.62%
B 95 of 156 ~ 60.9%

%34.62
%60.9

CMYK color model

#07365F color CMYK value is (93,43,0,63).

  • cyan value is 92.63%
  • magenta value is 43.16%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(93,43,0,63)
C93M43Y0K63 
(93%,43%,0%,63%)
(0.93/0.43/0.00/0.63)	

CMYK percentages

%92.63
%43.16
%0
%62.75

Codes

Color #07365F in popluar color models

07365F
RGB75495
HSL208°86.27%20.00%
HSB/HSV208°92.63%37.25%
CMYK92.63%43.16%0.00%
62.75%

Color #07365F in popluar number systems.

HEX07365F
Decimal75495
Binary1111101101011111
Octal766137

Shades and tints

Shades of #07365F

#07365F
(7,54,95)
#073257
(7,50,87)
#072E4F
(7,46,79)
#072A47
(7,42,71)
#07263F
(7,38,63)
#072237
(7,34,55)
#071E2F
(7,30,47)
#071A27
(7,26,39)
#07161F
(7,22,31)
#071217
(7,18,23)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #07365F

#07365F
(7,54,95)
#1D486D
(29,72,109)
#335A7B
(51,90,123)
#496C89
(73,108,137)
#5F7E97
(95,126,151)
#7590A5
(117,144,165)
#8BA2B3
(139,162,179)
#A1B4C1
(161,180,193)
#B7C6CF
(183,198,207)
#CDD8DD
(205,216,221)
#E3EAEB
(227,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07365F color. Also use rgb(7,54,95) instead hex code.

Text Font Color

.myTextColor { color: #07365F; }

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

This text font color is #07365F.


Background Color

.myBgColor { background-color: #07365F; }

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

This div background color is #07365F.


Border color

.myBorderColor { border: 1px solid #07365F; }

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

This div border color is #07365F.


Opacity

.myOpacity80 { color: #07365F; opacity: 0.8; }

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

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

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

This text has shadow with #07365F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07365F on black background.


Color preview on white background

This text has color #07365F on white background.



Black color preview on #07365F background

This text has black color on #07365F background.


White color preview on #07365F background

This text has white color on #07365F background.