COLOR #078446

HEX: #078446
RGB: (7,132,70)

Color info

#078446 contains mainly green color. Web safe color of #078446 is #009933 (or #093).

RGB color model

#078446 color RGB value is (7,132,70).

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

RGB channels and saturation

R 7 of 255 = 3%
G 132 of 255 = 52%
B 70 of 255 = 27%

7
132
70

R + G + B ~ 27%. #078446 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 132 + 70 = 209 (100%)
R 7 of 209 ~ 3.35%
G 132 of 209 ~ 63.16%
B 70 of 209 ~ 33.49%

%63.16
%33.49

CMYK color model

#078446 color CMYK value is (95,0,47,48).

  • cyan value is 94.70%
  • magenta value is 0.00%
  • yellow value is 46.97%
  • key color value is 48.24%
CMYK:
(95,0,47,48)
C95M0Y47K48 
(95%,0%,47%,48%)
(0.95/0.00/0.47/0.48)	

CMYK percentages

%94.7
%0
%46.97
%48.24

Codes

Color #078446 in popluar color models

078446
RGB713270
HSL150°89.93%27.25%
HSB/HSV150°94.70%51.76%
CMYK94.70%0.00%46.97%
48.24%

Color #078446 in popluar number systems.

HEX078446
Decimal713270
Binary111100001001000110
Octal7204106

Shades and tints

Shades of #078446

#078446
(7,132,70)
#077840
(7,120,64)
#076C3A
(7,108,58)
#076034
(7,96,52)
#07542E
(7,84,46)
#074828
(7,72,40)
#073C22
(7,60,34)
#07301C
(7,48,28)
#072416
(7,36,22)
#071810
(7,24,16)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #078446

#078446
(7,132,70)
#1D8F56
(29,143,86)
#339A66
(51,154,102)
#49A576
(73,165,118)
#5FB086
(95,176,134)
#75BB96
(117,187,150)
#8BC6A6
(139,198,166)
#A1D1B6
(161,209,182)
#B7DCC6
(183,220,198)
#CDE7D6
(205,231,214)
#E3F2E6
(227,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #078446; }

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

This text font color is #078446.


Background Color

.myBgColor { background-color: #078446; }

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

This div background color is #078446.


Border color

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

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

This div border color is #078446.


Opacity

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

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

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

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

This text has shadow with #078446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #078446 on black background.


Color preview on white background

This text has color #078446 on white background.



Black color preview on #078446 background

This text has black color on #078446 background.


White color preview on #078446 background

This text has white color on #078446 background.