COLOR #077C3A

HEX: #077C3A
RGB: (7,124,58)

Color info

#077C3A contains mainly green color. Web safe color of #077C3A is #006633 (or #063).

RGB color model

#077C3A color RGB value is (7,124,58).

  • red value is 7;
  • green value is 124;
  • blue value is 58.
RGB:
(7,124,58)
(3%,49%,23%)

RGB channels and saturation

R 7 of 255 = 3%
G 124 of 255 = 49%
B 58 of 255 = 23%

7
124
58

R + G + B ~ 25%. #077C3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 124 + 58 = 189 (100%)
R 7 of 189 ~ 3.7%
G 124 of 189 ~ 65.61%
B 58 of 189 ~ 30.69%

%65.61
%30.69

CMYK color model

#077C3A color CMYK value is (94,0,53,51).

  • cyan value is 94.35%
  • magenta value is 0.00%
  • yellow value is 53.23%
  • key color value is 51.37%
CMYK:
(94,0,53,51)
C94M0Y53K51 
(94%,0%,53%,51%)
(0.94/0.00/0.53/0.51)	

CMYK percentages

%94.35
%0
%53.23
%51.37

Codes

Color #077C3A in popluar color models

077C3A
RGB712458
HSL146°89.31%25.69%
HSB/HSV146°94.35%48.63%
CMYK94.35%0.00%53.23%
51.37%

Color #077C3A in popluar number systems.

HEX077C3A
Decimal712458
Binary1111111100111010
Octal717472

Shades and tints

Shades of #077C3A

#077C3A
(7,124,58)
#077135
(7,113,53)
#076630
(7,102,48)
#075B2B
(7,91,43)
#075026
(7,80,38)
#074521
(7,69,33)
#073A1C
(7,58,28)
#072F17
(7,47,23)
#072412
(7,36,18)
#07190D
(7,25,13)
#070E08
(7,14,8)
#000000
(0,0,0)

Tints of #077C3A

#077C3A
(7,124,58)
#1D874B
(29,135,75)
#33925C
(51,146,92)
#499D6D
(73,157,109)
#5FA87E
(95,168,126)
#75B38F
(117,179,143)
#8BBEA0
(139,190,160)
#A1C9B1
(161,201,177)
#B7D4C2
(183,212,194)
#CDDFD3
(205,223,211)
#E3EAE4
(227,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #077C3A color. Also use rgb(7,124,58) instead hex code.

Text Font Color

.myTextColor { color: #077C3A; }

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

This text font color is #077C3A.


Background Color

.myBgColor { background-color: #077C3A; }

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

This div background color is #077C3A.


Border color

.myBorderColor { border: 1px solid #077C3A; }

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

This div border color is #077C3A.


Opacity

.myOpacity80 { color: #077C3A; opacity: 0.8; }

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

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

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

This text has shadow with #077C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #077C3A on black background.


Color preview on white background

This text has color #077C3A on white background.



Black color preview on #077C3A background

This text has black color on #077C3A background.


White color preview on #077C3A background

This text has white color on #077C3A background.