COLOR #07355E

HEX: #07355E
RGB: (7,53,94)

Color info

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

RGB color model

#07355E color RGB value is (7,53,94).

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

RGB channels and saturation

R 7 of 255 = 3%
G 53 of 255 = 21%
B 94 of 255 = 37%

7
53
94

R + G + B ~ 20%. #07355E is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 53 + 94 = 154 (100%)
R 7 of 154 ~ 4.55%
G 53 of 154 ~ 34.42%
B 94 of 154 ~ 61.04%

%34.42
%61.04

CMYK color model

#07355E color CMYK value is (93,44,0,63).

  • cyan value is 92.55%
  • magenta value is 43.62%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(93,44,0,63)
C93M44Y0K63 
(93%,44%,0%,63%)
(0.93/0.44/0.00/0.63)	

CMYK percentages

%92.55
%43.62
%0
%63.14

Codes

Color #07355E in popluar color models

07355E
RGB75394
HSL208°86.14%19.80%
HSB/HSV208°92.55%36.86%
CMYK92.55%43.62%0.00%
63.14%

Color #07355E in popluar number systems.

HEX07355E
Decimal75394
Binary1111101011011110
Octal765136

Shades and tints

Shades of #07355E

#07355E
(7,53,94)
#073156
(7,49,86)
#072D4E
(7,45,78)
#072946
(7,41,70)
#07253E
(7,37,62)
#072136
(7,33,54)
#071D2E
(7,29,46)
#071926
(7,25,38)
#07151E
(7,21,30)
#071116
(7,17,22)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #07355E

#07355E
(7,53,94)
#1D476C
(29,71,108)
#33597A
(51,89,122)
#496B88
(73,107,136)
#5F7D96
(95,125,150)
#758FA4
(117,143,164)
#8BA1B2
(139,161,178)
#A1B3C0
(161,179,192)
#B7C5CE
(183,197,206)
#CDD7DC
(205,215,220)
#E3E9EA
(227,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07355E color. Also use rgb(7,53,94) instead hex code.

Text Font Color

.myTextColor { color: #07355E; }

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

This text font color is #07355E.


Background Color

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

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

This div background color is #07355E.


Border color

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

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

This div border color is #07355E.


Opacity

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

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

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

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

This text has shadow with #07355E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07355E on black background.


Color preview on white background

This text has color #07355E on white background.



Black color preview on #07355E background

This text has black color on #07355E background.


White color preview on #07355E background

This text has white color on #07355E background.