COLOR #07485B

HEX: #07485B
RGB: (7,72,91)

Color info

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

RGB color model

#07485B color RGB value is (7,72,91).

  • red value is 7;
  • green value is 72;
  • blue value is 91.
RGB:
(7,72,91)
(3%,28%,36%)

RGB channels and saturation

R 7 of 255 = 3%
G 72 of 255 = 28%
B 91 of 255 = 36%

7
72
91

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

Portions of RGB colors in percentages

R + G + B =
7 + 72 + 91 = 170 (100%)
R 7 of 170 ~ 4.12%
G 72 of 170 ~ 42.35%
B 91 of 170 ~ 53.53%

%42.35
%53.53

CMYK color model

#07485B color CMYK value is (92,21,0,64).

  • cyan value is 92.31%
  • magenta value is 20.88%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(92,21,0,64)
C92M21Y0K64 
(92%,21%,0%,64%)
(0.92/0.21/0.00/0.64)	

CMYK percentages

%92.31
%20.88
%0
%64.31

Codes

Color #07485B in popluar color models

07485B
RGB77291
HSL194°85.71%19.22%
HSB/HSV194°92.31%35.69%
CMYK92.31%20.88%0.00%
64.31%

Color #07485B in popluar number systems.

HEX07485B
Decimal77291
Binary11110010001011011
Octal7110133

Shades and tints

Shades of #07485B

#07485B
(7,72,91)
#074253
(7,66,83)
#073C4B
(7,60,75)
#073643
(7,54,67)
#07303B
(7,48,59)
#072A33
(7,42,51)
#07242B
(7,36,43)
#071E23
(7,30,35)
#07181B
(7,24,27)
#071213
(7,18,19)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #07485B

#07485B
(7,72,91)
#1D5869
(29,88,105)
#336877
(51,104,119)
#497885
(73,120,133)
#5F8893
(95,136,147)
#7598A1
(117,152,161)
#8BA8AF
(139,168,175)
#A1B8BD
(161,184,189)
#B7C8CB
(183,200,203)
#CDD8D9
(205,216,217)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07485B color. Also use rgb(7,72,91) instead hex code.

Text Font Color

.myTextColor { color: #07485B; }

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

This text font color is #07485B.


Background Color

.myBgColor { background-color: #07485B; }

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

This div background color is #07485B.


Border color

.myBorderColor { border: 1px solid #07485B; }

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

This div border color is #07485B.


Opacity

.myOpacity80 { color: #07485B; opacity: 0.8; }

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

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

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

This text has shadow with #07485B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07485B on black background.


Color preview on white background

This text has color #07485B on white background.



Black color preview on #07485B background

This text has black color on #07485B background.


White color preview on #07485B background

This text has white color on #07485B background.