COLOR #077537

HEX: #077537
RGB: (7,117,55)

Color info

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

RGB color model

#077537 color RGB value is (7,117,55).

  • red value is 7;
  • green value is 117;
  • blue value is 55.
RGB:
(7,117,55)
(3%,46%,22%)

RGB channels and saturation

R 7 of 255 = 3%
G 117 of 255 = 46%
B 55 of 255 = 22%

7
117
55

R + G + B ~ 24%. #077537 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 117 + 55 = 179 (100%)
R 7 of 179 ~ 3.91%
G 117 of 179 ~ 65.36%
B 55 of 179 ~ 30.73%

%65.36
%30.73

CMYK color model

#077537 color CMYK value is (94,0,53,54).

  • cyan value is 94.02%
  • magenta value is 0.00%
  • yellow value is 52.99%
  • key color value is 54.12%
CMYK:
(94,0,53,54)
C94M0Y53K54 
(94%,0%,53%,54%)
(0.94/0.00/0.53/0.54)	

CMYK percentages

%94.02
%0
%52.99
%54.12

Codes

Color #077537 in popluar color models

077537
RGB711755
HSL146°88.71%24.31%
HSB/HSV146°94.02%45.88%
CMYK94.02%0.00%52.99%
54.12%

Color #077537 in popluar number systems.

HEX077537
Decimal711755
Binary1111110101110111
Octal716567

Shades and tints

Shades of #077537

#077537
(7,117,55)
#076B32
(7,107,50)
#07612D
(7,97,45)
#075728
(7,87,40)
#074D23
(7,77,35)
#07431E
(7,67,30)
#073919
(7,57,25)
#072F14
(7,47,20)
#07250F
(7,37,15)
#071B0A
(7,27,10)
#071105
(7,17,5)
#000000
(0,0,0)

Tints of #077537

#077537
(7,117,55)
#1D8149
(29,129,73)
#338D5B
(51,141,91)
#49996D
(73,153,109)
#5FA57F
(95,165,127)
#75B191
(117,177,145)
#8BBDA3
(139,189,163)
#A1C9B5
(161,201,181)
#B7D5C7
(183,213,199)
#CDE1D9
(205,225,217)
#E3EDEB
(227,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #077537 color. Also use rgb(7,117,55) instead hex code.

Text Font Color

.myTextColor { color: #077537; }

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

This text font color is #077537.


Background Color

.myBgColor { background-color: #077537; }

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

This div background color is #077537.


Border color

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

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

This div border color is #077537.


Opacity

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

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

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

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

This text has shadow with #077537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #077537 on black background.


Color preview on white background

This text has color #077537 on white background.



Black color preview on #077537 background

This text has black color on #077537 background.


White color preview on #077537 background

This text has white color on #077537 background.