COLOR #074A5F

HEX: #074A5F RGB: (7,74,95)

Color info

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

RGB color model

#074A5F color RGB value is (7,74,95).

RGB: (7,74,95) (3%, 29%, 37%)

RGB channels and saturation

R 7 of 255 = 3%
G 74 of 255 = 29%
B 95 of 255 = 37%

7
74
95

R + G + B ~ 23%. #074A5F is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 74 + 95 = 176 (100%)
R 7 of 176 ~ 3.98%
G 74 of 176 ~ 42.05%
B 95 of 176 ~ 53.98'%

%42.05
%53.98

CMYK color model

#074A5F color CMYK value is (93,22,0,63).

  • cyan value is 92.63%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (93,22,0,63)
C93M22Y0K63 (93%, 22%, 0%, 63%)
(0.93 / 0.22 / 0.00 / 0.63)

CMYK percentages

%92.63
%22.11
%0
%62.75

Codes

Color #074A5F in popluar color models

07 4A 5F
RGB 7 74 95
HSL 194° 86.27% 20.00%
HSB/HSV 194° 92.63% 37.25%
CMYK 92.63% 22.11% 0.00%
62.75%

Color #074A5F in popluar number systems.

HEX 07 4A 5F
Decimal 7 74 95
Binary 111 1001010 1011111
Octal 7 112 137

Shades and tints

Shades of #074A5F

#074A5F
(7,74,95)
#074457
(7,68,87)
#073E4F
(7,62,79)
#073847
(7,56,71)
#07323F
(7,50,63)
#072C37
(7,44,55)
#07262F
(7,38,47)
#072027
(7,32,39)
#071A1F
(7,26,31)
#071417
(7,20,23)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #074A5F

#074A5F
(7,74,95)
#1D5A6D
(29,90,109)
#336A7B
(51,106,123)
#497A89
(73,122,137)
#5F8A97
(95,138,151)
#759AA5
(117,154,165)
#8BAAB3
(139,170,179)
#A1BAC1
(161,186,193)
#B7CACF
(183,202,207)
#CDDADD
(205,218,221)
#E3EAEB
(227,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074A5F color. Also use rgb(7,74,95) instead hex code.

Text Font Color

.myTextColor { color: #074A5F; }

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

This text font color is #074A5F.

Background Color

.myBgColor { background-color: #074A5F; }

<div style="background-color:#074A5F">Inner text</div>

This div background color is #074A5F.

Border color

.myBorderColor { border: 1px solid #074A5F; }

<div style="border:3px solid #074A5F">Div</div>

This div border color is #074A5F.

Opacity

.myOpacity80 { color: #074A5F; opacity: 0.8; }

<p style="color:#074A5F;opacity:0.8;">80%</p>

Text with #074A5F 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 #074A5F;}

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

This text has shadow with #074A5F color.


.textShadow {text-shadow: 3px 3px 1px #074A5F', 3px 3px 1px red;}

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

This text has shadow with #074A5F primary color and red secondary color.


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

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

This text has shadow with #074A5F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #074A5F; -webkit-box-shadow: 1px 1px 3px 2px #074A5F; box-shadow:1px 1px 3px 2px #074A5F;">
Div content here
</div>

This div box has shadow with color #074A5F.

Preview

Color preview on black background

This text has color #074A5F on black background.


Color preview on white background

This text has color #074A5F on white background.


Black color preview on #074A5F background

This text has black color on #074A5F background.


White color preview on #074A5F background

This text has white color on #074A5F background.


Related colors

Complementary color

Complementary color for #hex is #F8B5A0.


I love getcolorcode.com

Triadic colors

1 #5F074A and #4A5F07 with #074A5F are triadic colors.

2 #5F4A07 and #4A075F with #074A5F are triadic colors.