HEX: #07476A
RGB: (7,71,106)
#07476A contains mainly green and blue colors. Web safe color of #07476A is #003366 (or #036).
#07476A color RGB value is (7,71,106).
RGB: (7,71,106)
(3%, 28%, 42%)
R 7 of 255 = 3%
G 71 of 255 = 28%
B 106 of 255 = 42%
R + G + B ~ 24%. #07476A is dark color.
R + G + B = 7 + 71 + 106 = 184 (100%)
R 7 of 184 ~ 3.8%
G 71 of 184 ~ 38.59%
B 106 of 184 ~ 57.61'%
#07476A color CMYK value is (93,33,0,58).
CMYK: (93,33,0,58)
C93M33Y0K58 (93%, 33%, 0%, 58%)
(0.93 / 0.33 / 0.00 / 0.58)
Color #07476A in popluar color models
07 | 47 | 6A | |
---|---|---|---|
RGB | 7 | 71 | 106 |
HSL | 201° | 87.61% | 22.16% |
HSB/HSV | 201° | 93.40% | 41.57% |
CMYK | 93.40% | 33.02% | 0.00% |
58.43% |
Color #07476A in popluar number systems.
HEX | 07 | 47 | 6A |
Decimal | 7 | 71 | 106 |
Binary | 111 | 1000111 | 1101010 |
Octal | 7 | 107 | 152 |
Shades of #07476A
Tints of #07476A
Examples of css and html codes for elements with #07476A color. Also use rgb(7,71,106) instead hex code.
.myTextColor { color: #07476A; }
<p style="color:#07476A">This sample text font color is #07476A.</p>
This text font color is #07476A.
.myBgColor { background-color: #07476A; }
<div style="background-color:#07476A">Inner text</div>
This div background color is #07476A.
.myBorderColor { border: 1px solid #07476A; }
<div style="border:3px solid #07476A">Div</div>
This div border color is #07476A.
.myOpacity80 { color: #07476A; opacity: 0.8; }
<p style="color:#07476A;opacity:0.8;">80%</p>
Text with #07476A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #07476A;}
<p style="text-shadow: 3px 3px 1px #07476A">Text here.</p>
This text has shadow with #07476A color.
.textShadow {text-shadow: 3px 3px 1px #07476A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #07476A, 5px 5px 20px red">Text here.</p>
This text has shadow with #07476A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#07476A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#07476A, Direction=45, Strength=4)">Text</p>
This text has shadow with #07476A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #07476A;
-webkit-box-shadow: 1px 1px 3px 2px #07476A;
box-shadow: 1px 1px 3px 2px #07476A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #07476A; -webkit-box-shadow: 1px 1px 3px 2px #07476A; box-shadow:1px 1px 3px 2px #07476A;">
Div content here
</div>
This text has color #07476A on black background.
This text has color #07476A on white background.
This text has black color on #07476A background.
This text has white color on #07476A background.
Complementary color for #hex is #F8B895.