COLOR #07404F

HEX: #07404F
RGB: (7,64,79)

Color info

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

RGB color model

#07404F color RGB value is (7,64,79).

  • red value is 7;
  • green value is 64;
  • blue value is 79.
RGB:
(7,64,79)
(3%,25%,31%)

RGB channels and saturation

R 7 of 255 = 3%
G 64 of 255 = 25%
B 79 of 255 = 31%

7
64
79

R + G + B ~ 20%. #07404F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 64 + 79 = 150 (100%)
R 7 of 150 ~ 4.67%
G 64 of 150 ~ 42.67%
B 79 of 150 ~ 52.67%

%42.67
%52.67

CMYK color model

#07404F color CMYK value is (91,19,0,69).

  • cyan value is 91.14%
  • magenta value is 18.99%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(91,19,0,69)
C91M19Y0K69 
(91%,19%,0%,69%)
(0.91/0.19/0.00/0.69)	

CMYK percentages

%91.14
%18.99
%0
%69.02

Codes

Color #07404F in popluar color models

07404F
RGB76479
HSL193°83.72%16.86%
HSB/HSV193°91.14%30.98%
CMYK91.14%18.99%0.00%
69.02%

Color #07404F in popluar number systems.

HEX07404F
Decimal76479
Binary11110000001001111
Octal7100117

Shades and tints

Shades of #07404F

#07404F
(7,64,79)
#073B48
(7,59,72)
#073641
(7,54,65)
#07313A
(7,49,58)
#072C33
(7,44,51)
#07272C
(7,39,44)
#072225
(7,34,37)
#071D1E
(7,29,30)
#071817
(7,24,23)
#071310
(7,19,16)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #07404F

#07404F
(7,64,79)
#1D515F
(29,81,95)
#33626F
(51,98,111)
#49737F
(73,115,127)
#5F848F
(95,132,143)
#75959F
(117,149,159)
#8BA6AF
(139,166,175)
#A1B7BF
(161,183,191)
#B7C8CF
(183,200,207)
#CDD9DF
(205,217,223)
#E3EAEF
(227,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07404F color. Also use rgb(7,64,79) instead hex code.

Text Font Color

.myTextColor { color: #07404F; }

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

This text font color is #07404F.


Background Color

.myBgColor { background-color: #07404F; }

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

This div background color is #07404F.


Border color

.myBorderColor { border: 1px solid #07404F; }

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

This div border color is #07404F.


Opacity

.myOpacity80 { color: #07404F; opacity: 0.8; }

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

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

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

This text has shadow with #07404F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07404F on black background.


Color preview on white background

This text has color #07404F on white background.



Black color preview on #07404F background

This text has black color on #07404F background.


White color preview on #07404F background

This text has white color on #07404F background.