COLOR #076023

HEX: #076023
RGB: (7,96,35)

Color info

#076023 contains mainly green color. Web safe color of #076023 is #006633 (or #063).

RGB color model

#076023 color RGB value is (7,96,35).

  • red value is 7;
  • green value is 96;
  • blue value is 35.
RGB:
(7,96,35)
(3%,38%,14%)

RGB channels and saturation

R 7 of 255 = 3%
G 96 of 255 = 38%
B 35 of 255 = 14%

7
96
35

R + G + B ~ 18%. #076023 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 96 + 35 = 138 (100%)
R 7 of 138 ~ 5.07%
G 96 of 138 ~ 69.57%
B 35 of 138 ~ 25.36%

%69.57
%25.36

CMYK color model

#076023 color CMYK value is (93,0,64,62).

  • cyan value is 92.71%
  • magenta value is 0.00%
  • yellow value is 63.54%
  • key color value is 62.35%
CMYK:
(93,0,64,62)
C93M0Y64K62 
(93%,0%,64%,62%)
(0.93/0.00/0.64/0.62)	

CMYK percentages

%92.71
%0
%63.54
%62.35

Codes

Color #076023 in popluar color models

076023
RGB79635
HSL139°86.41%20.20%
HSB/HSV139°92.71%37.65%
CMYK92.71%0.00%63.54%
62.35%

Color #076023 in popluar number systems.

HEX076023
Decimal79635
Binary1111100000100011
Octal714043

Shades and tints

Shades of #076023

#076023
(7,96,35)
#075820
(7,88,32)
#07501D
(7,80,29)
#07481A
(7,72,26)
#074017
(7,64,23)
#073814
(7,56,20)
#073011
(7,48,17)
#07280E
(7,40,14)
#07200B
(7,32,11)
#071808
(7,24,8)
#071005
(7,16,5)
#000000
(0,0,0)

Tints of #076023

#076023
(7,96,35)
#1D6E37
(29,110,55)
#337C4B
(51,124,75)
#498A5F
(73,138,95)
#5F9873
(95,152,115)
#75A687
(117,166,135)
#8BB49B
(139,180,155)
#A1C2AF
(161,194,175)
#B7D0C3
(183,208,195)
#CDDED7
(205,222,215)
#E3ECEB
(227,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #076023 color. Also use rgb(7,96,35) instead hex code.

Text Font Color

.myTextColor { color: #076023; }

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

This text font color is #076023.


Background Color

.myBgColor { background-color: #076023; }

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

This div background color is #076023.


Border color

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

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

This div border color is #076023.


Opacity

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

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

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

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

This text has shadow with #076023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #076023 on black background.


Color preview on white background

This text has color #076023 on white background.



Black color preview on #076023 background

This text has black color on #076023 background.


White color preview on #076023 background

This text has white color on #076023 background.