COLOR #07365C

HEX: #07365C
RGB: (7,54,92)

Color info

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

RGB color model

#07365C color RGB value is (7,54,92).

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

RGB channels and saturation

R 7 of 255 = 3%
G 54 of 255 = 21%
B 92 of 255 = 36%

7
54
92

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

Portions of RGB colors in percentages

R + G + B =
7 + 54 + 92 = 153 (100%)
R 7 of 153 ~ 4.58%
G 54 of 153 ~ 35.29%
B 92 of 153 ~ 60.13%

%35.29
%60.13

CMYK color model

#07365C color CMYK value is (92,41,0,64).

  • cyan value is 92.39%
  • magenta value is 41.30%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(92,41,0,64)
C92M41Y0K64 
(92%,41%,0%,64%)
(0.92/0.41/0.00/0.64)	

CMYK percentages

%92.39
%41.3
%0
%63.92

Codes

Color #07365C in popluar color models

07365C
RGB75492
HSL207°85.86%19.41%
HSB/HSV207°92.39%36.08%
CMYK92.39%41.30%0.00%
63.92%

Color #07365C in popluar number systems.

HEX07365C
Decimal75492
Binary1111101101011100
Octal766134

Shades and tints

Shades of #07365C

#07365C
(7,54,92)
#073254
(7,50,84)
#072E4C
(7,46,76)
#072A44
(7,42,68)
#07263C
(7,38,60)
#072234
(7,34,52)
#071E2C
(7,30,44)
#071A24
(7,26,36)
#07161C
(7,22,28)
#071214
(7,18,20)
#070E0C
(7,14,12)
#000000
(0,0,0)

Tints of #07365C

#07365C
(7,54,92)
#1D486A
(29,72,106)
#335A78
(51,90,120)
#496C86
(73,108,134)
#5F7E94
(95,126,148)
#7590A2
(117,144,162)
#8BA2B0
(139,162,176)
#A1B4BE
(161,180,190)
#B7C6CC
(183,198,204)
#CDD8DA
(205,216,218)
#E3EAE8
(227,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07365C; }

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

This text font color is #07365C.


Background Color

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

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

This div background color is #07365C.


Border color

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

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

This div border color is #07365C.


Opacity

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

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

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

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

This text has shadow with #07365C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07365C on black background.


Color preview on white background

This text has color #07365C on white background.



Black color preview on #07365C background

This text has black color on #07365C background.


White color preview on #07365C background

This text has white color on #07365C background.