COLOR #074955

HEX: #074955
RGB: (7,73,85)

Color info

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

RGB color model

#074955 color RGB value is (7,73,85).

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

RGB channels and saturation

R 7 of 255 = 3%
G 73 of 255 = 29%
B 85 of 255 = 33%

7
73
85

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

Portions of RGB colors in percentages

R + G + B =
7 + 73 + 85 = 165 (100%)
R 7 of 165 ~ 4.24%
G 73 of 165 ~ 44.24%
B 85 of 165 ~ 51.52%

%44.24
%51.52

CMYK color model

#074955 color CMYK value is (92,14,0,67).

  • cyan value is 91.76%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(92,14,0,67)
C92M14Y0K67 
(92%,14%,0%,67%)
(0.92/0.14/0.00/0.67)	

CMYK percentages

%91.76
%14.12
%0
%66.67

Codes

Color #074955 in popluar color models

074955
RGB77385
HSL189°84.78%18.04%
HSB/HSV189°91.76%33.33%
CMYK91.76%14.12%0.00%
66.67%

Color #074955 in popluar number systems.

HEX074955
Decimal77385
Binary11110010011010101
Octal7111125

Shades and tints

Shades of #074955

#074955
(7,73,85)
#07434E
(7,67,78)
#073D47
(7,61,71)
#073740
(7,55,64)
#073139
(7,49,57)
#072B32
(7,43,50)
#07252B
(7,37,43)
#071F24
(7,31,36)
#07191D
(7,25,29)
#071316
(7,19,22)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #074955

#074955
(7,73,85)
#1D5964
(29,89,100)
#336973
(51,105,115)
#497982
(73,121,130)
#5F8991
(95,137,145)
#7599A0
(117,153,160)
#8BA9AF
(139,169,175)
#A1B9BE
(161,185,190)
#B7C9CD
(183,201,205)
#CDD9DC
(205,217,220)
#E3E9EB
(227,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074955; }

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

This text font color is #074955.


Background Color

.myBgColor { background-color: #074955; }

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

This div background color is #074955.


Border color

.myBorderColor { border: 1px solid #074955; }

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

This div border color is #074955.


Opacity

.myOpacity80 { color: #074955; opacity: 0.8; }

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

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

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

This text has shadow with #074955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074955 on black background.


Color preview on white background

This text has color #074955 on white background.



Black color preview on #074955 background

This text has black color on #074955 background.


White color preview on #074955 background

This text has white color on #074955 background.