COLOR #074D5C

HEX: #074D5C
RGB: (7,77,92)

Color info

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

RGB color model

#074D5C color RGB value is (7,77,92).

  • red value is 7;
  • green value is 77;
  • blue value is 92.
RGB:
(7,77,92)
(3%,30%,36%)

RGB channels and saturation

R 7 of 255 = 3%
G 77 of 255 = 30%
B 92 of 255 = 36%

7
77
92

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

Portions of RGB colors in percentages

R + G + B =
7 + 77 + 92 = 176 (100%)
R 7 of 176 ~ 3.98%
G 77 of 176 ~ 43.75%
B 92 of 176 ~ 52.27%

%43.75
%52.27

CMYK color model

#074D5C color CMYK value is (92,16,0,64).

  • cyan value is 92.39%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(92,16,0,64)
C92M16Y0K64 
(92%,16%,0%,64%)
(0.92/0.16/0.00/0.64)	

CMYK percentages

%92.39
%16.3
%0
%63.92

Codes

Color #074D5C in popluar color models

074D5C
RGB77792
HSL191°85.86%19.41%
HSB/HSV191°92.39%36.08%
CMYK92.39%16.30%0.00%
63.92%

Color #074D5C in popluar number systems.

HEX074D5C
Decimal77792
Binary11110011011011100
Octal7115134

Shades and tints

Shades of #074D5C

#074D5C
(7,77,92)
#074654
(7,70,84)
#073F4C
(7,63,76)
#073844
(7,56,68)
#07313C
(7,49,60)
#072A34
(7,42,52)
#07232C
(7,35,44)
#071C24
(7,28,36)
#07151C
(7,21,28)
#070E14
(7,14,20)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #074D5C

#074D5C
(7,77,92)
#1D5D6A
(29,93,106)
#336D78
(51,109,120)
#497D86
(73,125,134)
#5F8D94
(95,141,148)
#759DA2
(117,157,162)
#8BADB0
(139,173,176)
#A1BDBE
(161,189,190)
#B7CDCC
(183,205,204)
#CDDDDA
(205,221,218)
#E3EDE8
(227,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074D5C color. Also use rgb(7,77,92) instead hex code.

Text Font Color

.myTextColor { color: #074D5C; }

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

This text font color is #074D5C.


Background Color

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

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

This div background color is #074D5C.


Border color

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

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

This div border color is #074D5C.


Opacity

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

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

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

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

This text has shadow with #074D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074D5C on black background.


Color preview on white background

This text has color #074D5C on white background.



Black color preview on #074D5C background

This text has black color on #074D5C background.


White color preview on #074D5C background

This text has white color on #074D5C background.