COLOR #074846

HEX: #074846
RGB: (7,72,70)

Color info

#074846 contains mainly green and blue colors. Web safe color of #074846 is #003333 (or #033).

RGB color model

#074846 color RGB value is (7,72,70).

  • red value is 7;
  • green value is 72;
  • blue value is 70.
RGB:
(7,72,70)
(3%,28%,27%)

RGB channels and saturation

R 7 of 255 = 3%
G 72 of 255 = 28%
B 70 of 255 = 27%

7
72
70

R + G + B ~ 19%. #074846 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 72 + 70 = 149 (100%)
R 7 of 149 ~ 4.7%
G 72 of 149 ~ 48.32%
B 70 of 149 ~ 46.98%

%48.32
%46.98

CMYK color model

#074846 color CMYK value is (90,0,3,72).

  • cyan value is 90.28%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 71.76%
CMYK:
(90,0,3,72)
C90M0Y3K72 
(90%,0%,3%,72%)
(0.90/0.00/0.03/0.72)	

CMYK percentages

%90.28
%0
%2.78
%71.76

Codes

Color #074846 in popluar color models

074846
RGB77270
HSL178°82.28%15.49%
HSB/HSV178°90.28%28.24%
CMYK90.28%0.00%2.78%
71.76%

Color #074846 in popluar number systems.

HEX074846
Decimal77270
Binary11110010001000110
Octal7110106

Shades and tints

Shades of #074846

#074846
(7,72,70)
#074240
(7,66,64)
#073C3A
(7,60,58)
#073634
(7,54,52)
#07302E
(7,48,46)
#072A28
(7,42,40)
#072422
(7,36,34)
#071E1C
(7,30,28)
#071816
(7,24,22)
#071210
(7,18,16)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #074846

#074846
(7,72,70)
#1D5856
(29,88,86)
#336866
(51,104,102)
#497876
(73,120,118)
#5F8886
(95,136,134)
#759896
(117,152,150)
#8BA8A6
(139,168,166)
#A1B8B6
(161,184,182)
#B7C8C6
(183,200,198)
#CDD8D6
(205,216,214)
#E3E8E6
(227,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074846 color. Also use rgb(7,72,70) instead hex code.

Text Font Color

.myTextColor { color: #074846; }

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

This text font color is #074846.


Background Color

.myBgColor { background-color: #074846; }

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

This div background color is #074846.


Border color

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

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

This div border color is #074846.


Opacity

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

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

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

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

This text has shadow with #074846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074846 on black background.


Color preview on white background

This text has color #074846 on white background.



Black color preview on #074846 background

This text has black color on #074846 background.


White color preview on #074846 background

This text has white color on #074846 background.