COLOR #076140

HEX: #076140
RGB: (7,97,64)

Color info

#076140 contains mainly green and blue colors. Web safe color of #076140 is #006633 (or #063).

RGB color model

#076140 color RGB value is (7,97,64).

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

RGB channels and saturation

R 7 of 255 = 3%
G 97 of 255 = 38%
B 64 of 255 = 25%

7
97
64

R + G + B ~ 22%. #076140 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 97 + 64 = 168 (100%)
R 7 of 168 ~ 4.17%
G 97 of 168 ~ 57.74%
B 64 of 168 ~ 38.1%

%57.74
%38.1

CMYK color model

#076140 color CMYK value is (93,0,34,62).

  • cyan value is 92.78%
  • magenta value is 0.00%
  • yellow value is 34.02%
  • key color value is 61.96%
CMYK:
(93,0,34,62)
C93M0Y34K62 
(93%,0%,34%,62%)
(0.93/0.00/0.34/0.62)	

CMYK percentages

%92.78
%0
%34.02
%61.96

Codes

Color #076140 in popluar color models

076140
RGB79764
HSL158°86.54%20.39%
HSB/HSV158°92.78%38.04%
CMYK92.78%0.00%34.02%
61.96%

Color #076140 in popluar number systems.

HEX076140
Decimal79764
Binary11111000011000000
Octal7141100

Shades and tints

Shades of #076140

#076140
(7,97,64)
#07593B
(7,89,59)
#075136
(7,81,54)
#074931
(7,73,49)
#07412C
(7,65,44)
#073927
(7,57,39)
#073122
(7,49,34)
#07291D
(7,41,29)
#072118
(7,33,24)
#071913
(7,25,19)
#07110E
(7,17,14)
#000000
(0,0,0)

Tints of #076140

#076140
(7,97,64)
#1D6F51
(29,111,81)
#337D62
(51,125,98)
#498B73
(73,139,115)
#5F9984
(95,153,132)
#75A795
(117,167,149)
#8BB5A6
(139,181,166)
#A1C3B7
(161,195,183)
#B7D1C8
(183,209,200)
#CDDFD9
(205,223,217)
#E3EDEA
(227,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #076140; }

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

This text font color is #076140.


Background Color

.myBgColor { background-color: #076140; }

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

This div background color is #076140.


Border color

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

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

This div border color is #076140.


Opacity

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

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

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

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

This text has shadow with #076140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076140 on black background.


Color preview on white background

This text has color #076140 on white background.



Black color preview on #076140 background

This text has black color on #076140 background.


White color preview on #076140 background

This text has white color on #076140 background.