COLOR #076330

HEX: #076330
RGB: (7,99,48)

Color info

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

RGB color model

#076330 color RGB value is (7,99,48).

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

RGB channels and saturation

R 7 of 255 = 3%
G 99 of 255 = 39%
B 48 of 255 = 19%

7
99
48

R + G + B ~ 20%. #076330 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 99 + 48 = 154 (100%)
R 7 of 154 ~ 4.55%
G 99 of 154 ~ 64.29%
B 48 of 154 ~ 31.17%

%64.29
%31.17

CMYK color model

#076330 color CMYK value is (93,0,52,61).

  • cyan value is 92.93%
  • magenta value is 0.00%
  • yellow value is 51.52%
  • key color value is 61.18%
CMYK:
(93,0,52,61)
C93M0Y52K61 
(93%,0%,52%,61%)
(0.93/0.00/0.52/0.61)	

CMYK percentages

%92.93
%0
%51.52
%61.18

Codes

Color #076330 in popluar color models

076330
RGB79948
HSL147°86.79%20.78%
HSB/HSV147°92.93%38.82%
CMYK92.93%0.00%51.52%
61.18%

Color #076330 in popluar number systems.

HEX076330
Decimal79948
Binary1111100011110000
Octal714360

Shades and tints

Shades of #076330

#076330
(7,99,48)
#075A2C
(7,90,44)
#075128
(7,81,40)
#074824
(7,72,36)
#073F20
(7,63,32)
#07361C
(7,54,28)
#072D18
(7,45,24)
#072414
(7,36,20)
#071B10
(7,27,16)
#07120C
(7,18,12)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #076330

#076330
(7,99,48)
#1D7142
(29,113,66)
#337F54
(51,127,84)
#498D66
(73,141,102)
#5F9B78
(95,155,120)
#75A98A
(117,169,138)
#8BB79C
(139,183,156)
#A1C5AE
(161,197,174)
#B7D3C0
(183,211,192)
#CDE1D2
(205,225,210)
#E3EFE4
(227,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #076330; }

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

This text font color is #076330.


Background Color

.myBgColor { background-color: #076330; }

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

This div background color is #076330.


Border color

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

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

This div border color is #076330.


Opacity

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

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

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

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

This text has shadow with #076330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076330 on black background.


Color preview on white background

This text has color #076330 on white background.



Black color preview on #076330 background

This text has black color on #076330 background.


White color preview on #076330 background

This text has white color on #076330 background.