COLOR #076151

HEX: #076151
RGB: (7,97,81)

Color info

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

RGB color model

#076151 color RGB value is (7,97,81).

  • red value is 7;
  • green value is 97;
  • blue value is 81.
RGB:
(7,97,81)
(3%,38%,32%)

RGB channels and saturation

R 7 of 255 = 3%
G 97 of 255 = 38%
B 81 of 255 = 32%

7
97
81

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

Portions of RGB colors in percentages

R + G + B =
7 + 97 + 81 = 185 (100%)
R 7 of 185 ~ 3.78%
G 97 of 185 ~ 52.43%
B 81 of 185 ~ 43.78%

%52.43
%43.78

CMYK color model

#076151 color CMYK value is (93,0,16,62).

  • cyan value is 92.78%
  • magenta value is 0.00%
  • yellow value is 16.49%
  • key color value is 61.96%
CMYK:
(93,0,16,62)
C93M0Y16K62 
(93%,0%,16%,62%)
(0.93/0.00/0.16/0.62)	

CMYK percentages

%92.78
%0
%16.49
%61.96

Codes

Color #076151 in popluar color models

076151
RGB79781
HSL169°86.54%20.39%
HSB/HSV169°92.78%38.04%
CMYK92.78%0.00%16.49%
61.96%

Color #076151 in popluar number systems.

HEX076151
Decimal79781
Binary11111000011010001
Octal7141121

Shades and tints

Shades of #076151

#076151
(7,97,81)
#07594A
(7,89,74)
#075143
(7,81,67)
#07493C
(7,73,60)
#074135
(7,65,53)
#07392E
(7,57,46)
#073127
(7,49,39)
#072920
(7,41,32)
#072119
(7,33,25)
#071912
(7,25,18)
#07110B
(7,17,11)
#000000
(0,0,0)

Tints of #076151

#076151
(7,97,81)
#1D6F60
(29,111,96)
#337D6F
(51,125,111)
#498B7E
(73,139,126)
#5F998D
(95,153,141)
#75A79C
(117,167,156)
#8BB5AB
(139,181,171)
#A1C3BA
(161,195,186)
#B7D1C9
(183,209,201)
#CDDFD8
(205,223,216)
#E3EDE7
(227,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #076151 color. Also use rgb(7,97,81) instead hex code.

Text Font Color

.myTextColor { color: #076151; }

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

This text font color is #076151.


Background Color

.myBgColor { background-color: #076151; }

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

This div background color is #076151.


Border color

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

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

This div border color is #076151.


Opacity

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

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

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

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

This text has shadow with #076151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076151 on black background.


Color preview on white background

This text has color #076151 on white background.



Black color preview on #076151 background

This text has black color on #076151 background.


White color preview on #076151 background

This text has white color on #076151 background.