COLOR #078540

HEX: #078540
RGB: (7,133,64)

Color info

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

RGB color model

#078540 color RGB value is (7,133,64).

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

RGB channels and saturation

R 7 of 255 = 3%
G 133 of 255 = 52%
B 64 of 255 = 25%

7
133
64

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

Portions of RGB colors in percentages

R + G + B =
7 + 133 + 64 = 204 (100%)
R 7 of 204 ~ 3.43%
G 133 of 204 ~ 65.2%
B 64 of 204 ~ 31.37%

%65.2
%31.37

CMYK color model

#078540 color CMYK value is (95,0,52,48).

  • cyan value is 94.74%
  • magenta value is 0.00%
  • yellow value is 51.88%
  • key color value is 47.84%
CMYK:
(95,0,52,48)
C95M0Y52K48 
(95%,0%,52%,48%)
(0.95/0.00/0.52/0.48)	

CMYK percentages

%94.74
%0
%51.88
%47.84

Codes

Color #078540 in popluar color models

078540
RGB713364
HSL147°90.00%27.45%
HSB/HSV147°94.74%52.16%
CMYK94.74%0.00%51.88%
47.84%

Color #078540 in popluar number systems.

HEX078540
Decimal713364
Binary111100001011000000
Octal7205100

Shades and tints

Shades of #078540

#078540
(7,133,64)
#07793B
(7,121,59)
#076D36
(7,109,54)
#076131
(7,97,49)
#07552C
(7,85,44)
#074927
(7,73,39)
#073D22
(7,61,34)
#07311D
(7,49,29)
#072518
(7,37,24)
#071913
(7,25,19)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #078540

#078540
(7,133,64)
#1D9051
(29,144,81)
#339B62
(51,155,98)
#49A673
(73,166,115)
#5FB184
(95,177,132)
#75BC95
(117,188,149)
#8BC7A6
(139,199,166)
#A1D2B7
(161,210,183)
#B7DDC8
(183,221,200)
#CDE8D9
(205,232,217)
#E3F3EA
(227,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #078540; }

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

This text font color is #078540.


Background Color

.myBgColor { background-color: #078540; }

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

This div background color is #078540.


Border color

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

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

This div border color is #078540.


Opacity

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

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

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

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

This text has shadow with #078540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #078540 on black background.


Color preview on white background

This text has color #078540 on white background.



Black color preview on #078540 background

This text has black color on #078540 background.


White color preview on #078540 background

This text has white color on #078540 background.