COLOR #078248

HEX: #078248 RGB: (7,130,72)

Color info

#078248 contains mainly green and blue colors. Web safe color of #078248 is #009933 (or #093).

RGB color model

#078248 color RGB value is (7,130,72).

RGB: (7,130,72) (3%, 51%, 28%)

RGB channels and saturation

R 7 of 255 = 3%
G 130 of 255 = 51%
B 72 of 255 = 28%

7
130
72

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

Portions of RGB colors in percentages

R + G + B = 7 + 130 + 72 = 209 (100%)
R 7 of 209 ~ 3.35%
G 130 of 209 ~ 62.2%
B 72 of 209 ~ 34.45'%

%62.2
%34.45

CMYK color model

#078248 color CMYK value is (95,0,45,49).

  • cyan value is 94.62%
  • magenta value is 0.00%
  • yellow value is 44.62%
  • key color value is 49.02%

CMYK: (95,0,45,49)
C95M0Y45K49 (95%, 0%, 45%, 49%)
(0.95 / 0.00 / 0.45 / 0.49)

CMYK percentages

%94.62
%0
%44.62
%49.02

Codes

Color #078248 in popluar color models

07 82 48
RGB 7 130 72
HSL 152° 89.78% 26.86%
HSB/HSV 152° 94.62% 50.98%
CMYK 94.62% 0.00% 44.62%
49.02%

Color #078248 in popluar number systems.

HEX 07 82 48
Decimal 7 130 72
Binary 111 10000010 1001000
Octal 7 202 110

Shades and tints

Shades of #078248

#078248
(7,130,72)
#077742
(7,119,66)
#076C3C
(7,108,60)
#076136
(7,97,54)
#075630
(7,86,48)
#074B2A
(7,75,42)
#074024
(7,64,36)
#07351E
(7,53,30)
#072A18
(7,42,24)
#071F12
(7,31,18)
#07140C
(7,20,12)
#000000
(0,0,0)

Tints of #078248

#078248
(7,130,72)
#1D8D58
(29,141,88)
#339868
(51,152,104)
#49A378
(73,163,120)
#5FAE88
(95,174,136)
#75B998
(117,185,152)
#8BC4A8
(139,196,168)
#A1CFB8
(161,207,184)
#B7DAC8
(183,218,200)
#CDE5D8
(205,229,216)
#E3F0E8
(227,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #078248; }

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

This text font color is #078248.

Background Color

.myBgColor { background-color: #078248; }

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

This div background color is #078248.

Border color

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

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

This div border color is #078248.

Opacity

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

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

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

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

This text has shadow with #078248 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #078248.

Preview

Color preview on black background

This text has color #078248 on black background.


Color preview on white background

This text has color #078248 on white background.


Black color preview on #078248 background

This text has black color on #078248 background.


White color preview on #078248 background

This text has white color on #078248 background.


Related colors

Complementary color

Complementary color for #hex is #F87DB7.


I love getcolorcode.com

Triadic colors

1 #480782 and #824807 with #078248 are triadic colors.

2 #488207 and #820748 with #078248 are triadic colors.