COLOR #074C55

HEX: #074C55
RGB: (7,76,85)

Color info

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

RGB color model

#074C55 color RGB value is (7,76,85).

  • red value is 7;
  • green value is 76;
  • blue value is 85.
RGB:
(7,76,85)
(3%,30%,33%)

RGB channels and saturation

R 7 of 255 = 3%
G 76 of 255 = 30%
B 85 of 255 = 33%

7
76
85

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

Portions of RGB colors in percentages

R + G + B =
7 + 76 + 85 = 168 (100%)
R 7 of 168 ~ 4.17%
G 76 of 168 ~ 45.24%
B 85 of 168 ~ 50.6%

%45.24
%50.6

CMYK color model

#074C55 color CMYK value is (92,11,0,67).

  • cyan value is 91.76%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(92,11,0,67)
C92M11Y0K67 
(92%,11%,0%,67%)
(0.92/0.11/0.00/0.67)	

CMYK percentages

%91.76
%10.59
%0
%66.67

Codes

Color #074C55 in popluar color models

074C55
RGB77685
HSL187°84.78%18.04%
HSB/HSV187°91.76%33.33%
CMYK91.76%10.59%0.00%
66.67%

Color #074C55 in popluar number systems.

HEX074C55
Decimal77685
Binary11110011001010101
Octal7114125

Shades and tints

Shades of #074C55

#074C55
(7,76,85)
#07464E
(7,70,78)
#074047
(7,64,71)
#073A40
(7,58,64)
#073439
(7,52,57)
#072E32
(7,46,50)
#07282B
(7,40,43)
#072224
(7,34,36)
#071C1D
(7,28,29)
#071616
(7,22,22)
#07100F
(7,16,15)
#000000
(0,0,0)

Tints of #074C55

#074C55
(7,76,85)
#1D5C64
(29,92,100)
#336C73
(51,108,115)
#497C82
(73,124,130)
#5F8C91
(95,140,145)
#759CA0
(117,156,160)
#8BACAF
(139,172,175)
#A1BCBE
(161,188,190)
#B7CCCD
(183,204,205)
#CDDCDC
(205,220,220)
#E3ECEB
(227,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074C55 color. Also use rgb(7,76,85) instead hex code.

Text Font Color

.myTextColor { color: #074C55; }

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

This text font color is #074C55.


Background Color

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

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

This div background color is #074C55.


Border color

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

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

This div border color is #074C55.


Opacity

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

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

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

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

This text has shadow with #074C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074C55 on black background.


Color preview on white background

This text has color #074C55 on white background.



Black color preview on #074C55 background

This text has black color on #074C55 background.


White color preview on #074C55 background

This text has white color on #074C55 background.