COLOR #077963

HEX: #077963
RGB: (7,121,99)

Color info

#077963 contains mainly green and blue colors. Web safe color of #077963 is #006666 (or #066).

RGB color model

#077963 color RGB value is (7,121,99).

  • red value is 7;
  • green value is 121;
  • blue value is 99.
RGB:
(7,121,99)
(3%,47%,39%)

RGB channels and saturation

R 7 of 255 = 3%
G 121 of 255 = 47%
B 99 of 255 = 39%

7
121
99

R + G + B ~ 30%. #077963 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 121 + 99 = 227 (100%)
R 7 of 227 ~ 3.08%
G 121 of 227 ~ 53.3%
B 99 of 227 ~ 43.61%

%53.3
%43.61

CMYK color model

#077963 color CMYK value is (94,0,18,53).

  • cyan value is 94.21%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 52.55%
CMYK:
(94,0,18,53)
C94M0Y18K53 
(94%,0%,18%,53%)
(0.94/0.00/0.18/0.53)	

CMYK percentages

%94.21
%0
%18.18
%52.55

Codes

Color #077963 in popluar color models

077963
RGB712199
HSL168°89.06%25.10%
HSB/HSV168°94.21%47.45%
CMYK94.21%0.00%18.18%
52.55%

Color #077963 in popluar number systems.

HEX077963
Decimal712199
Binary11111110011100011
Octal7171143

Shades and tints

Shades of #077963

#077963
(7,121,99)
#076E5A
(7,110,90)
#076351
(7,99,81)
#075848
(7,88,72)
#074D3F
(7,77,63)
#074236
(7,66,54)
#07372D
(7,55,45)
#072C24
(7,44,36)
#07211B
(7,33,27)
#071612
(7,22,18)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #077963

#077963
(7,121,99)
#1D8571
(29,133,113)
#33917F
(51,145,127)
#499D8D
(73,157,141)
#5FA99B
(95,169,155)
#75B5A9
(117,181,169)
#8BC1B7
(139,193,183)
#A1CDC5
(161,205,197)
#B7D9D3
(183,217,211)
#CDE5E1
(205,229,225)
#E3F1EF
(227,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #077963 color. Also use rgb(7,121,99) instead hex code.

Text Font Color

.myTextColor { color: #077963; }

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

This text font color is #077963.


Background Color

.myBgColor { background-color: #077963; }

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

This div background color is #077963.


Border color

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

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

This div border color is #077963.


Opacity

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

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

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

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

This text has shadow with #077963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #077963 on black background.


Color preview on white background

This text has color #077963 on white background.



Black color preview on #077963 background

This text has black color on #077963 background.


White color preview on #077963 background

This text has white color on #077963 background.