COLOR #076F54

HEX: #076F54
RGB: (7,111,84)

Color info

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

RGB color model

#076F54 color RGB value is (7,111,84).

  • red value is 7;
  • green value is 111;
  • blue value is 84.
RGB:
(7,111,84)
(3%,44%,33%)

RGB channels and saturation

R 7 of 255 = 3%
G 111 of 255 = 44%
B 84 of 255 = 33%

7
111
84

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

Portions of RGB colors in percentages

R + G + B =
7 + 111 + 84 = 202 (100%)
R 7 of 202 ~ 3.47%
G 111 of 202 ~ 54.95%
B 84 of 202 ~ 41.58%

%54.95
%41.58

CMYK color model

#076F54 color CMYK value is (94,0,24,56).

  • cyan value is 93.69%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 56.47%
CMYK:
(94,0,24,56)
C94M0Y24K56 
(94%,0%,24%,56%)
(0.94/0.00/0.24/0.56)	

CMYK percentages

%93.69
%0
%24.32
%56.47

Codes

Color #076F54 in popluar color models

076F54
RGB711184
HSL164°88.14%23.14%
HSB/HSV164°93.69%43.53%
CMYK93.69%0.00%24.32%
56.47%

Color #076F54 in popluar number systems.

HEX076F54
Decimal711184
Binary11111011111010100
Octal7157124

Shades and tints

Shades of #076F54

#076F54
(7,111,84)
#07654D
(7,101,77)
#075B46
(7,91,70)
#07513F
(7,81,63)
#074738
(7,71,56)
#073D31
(7,61,49)
#07332A
(7,51,42)
#072923
(7,41,35)
#071F1C
(7,31,28)
#071515
(7,21,21)
#070B0E
(7,11,14)
#000000
(0,0,0)

Tints of #076F54

#076F54
(7,111,84)
#1D7C63
(29,124,99)
#338972
(51,137,114)
#499681
(73,150,129)
#5FA390
(95,163,144)
#75B09F
(117,176,159)
#8BBDAE
(139,189,174)
#A1CABD
(161,202,189)
#B7D7CC
(183,215,204)
#CDE4DB
(205,228,219)
#E3F1EA
(227,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #076F54 color. Also use rgb(7,111,84) instead hex code.

Text Font Color

.myTextColor { color: #076F54; }

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

This text font color is #076F54.


Background Color

.myBgColor { background-color: #076F54; }

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

This div background color is #076F54.


Border color

.myBorderColor { border: 1px solid #076F54; }

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

This div border color is #076F54.


Opacity

.myOpacity80 { color: #076F54; opacity: 0.8; }

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

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

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

This text has shadow with #076F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076F54 on black background.


Color preview on white background

This text has color #076F54 on white background.



Black color preview on #076F54 background

This text has black color on #076F54 background.


White color preview on #076F54 background

This text has white color on #076F54 background.