COLOR #07475E

HEX: #07475E
RGB: (7,71,94)

Color info

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

RGB color model

#07475E color RGB value is (7,71,94).

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

RGB channels and saturation

R 7 of 255 = 3%
G 71 of 255 = 28%
B 94 of 255 = 37%

7
71
94

R + G + B ~ 23%. #07475E is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 71 + 94 = 172 (100%)
R 7 of 172 ~ 4.07%
G 71 of 172 ~ 41.28%
B 94 of 172 ~ 54.65%

%41.28
%54.65

CMYK color model

#07475E color CMYK value is (93,24,0,63).

  • cyan value is 92.55%
  • magenta value is 24.47%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(93,24,0,63)
C93M24Y0K63 
(93%,24%,0%,63%)
(0.93/0.24/0.00/0.63)	

CMYK percentages

%92.55
%24.47
%0
%63.14

Codes

Color #07475E in popluar color models

07475E
RGB77194
HSL196°86.14%19.80%
HSB/HSV196°92.55%36.86%
CMYK92.55%24.47%0.00%
63.14%

Color #07475E in popluar number systems.

HEX07475E
Decimal77194
Binary11110001111011110
Octal7107136

Shades and tints

Shades of #07475E

#07475E
(7,71,94)
#074156
(7,65,86)
#073B4E
(7,59,78)
#073546
(7,53,70)
#072F3E
(7,47,62)
#072936
(7,41,54)
#07232E
(7,35,46)
#071D26
(7,29,38)
#07171E
(7,23,30)
#071116
(7,17,22)
#070B0E
(7,11,14)
#000000
(0,0,0)

Tints of #07475E

#07475E
(7,71,94)
#1D576C
(29,87,108)
#33677A
(51,103,122)
#497788
(73,119,136)
#5F8796
(95,135,150)
#7597A4
(117,151,164)
#8BA7B2
(139,167,178)
#A1B7C0
(161,183,192)
#B7C7CE
(183,199,206)
#CDD7DC
(205,215,220)
#E3E7EA
(227,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07475E; }

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

This text font color is #07475E.


Background Color

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

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

This div background color is #07475E.


Border color

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

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

This div border color is #07475E.


Opacity

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

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

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

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

This text has shadow with #07475E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07475E on black background.


Color preview on white background

This text has color #07475E on white background.



Black color preview on #07475E background

This text has black color on #07475E background.


White color preview on #07475E background

This text has white color on #07475E background.