COLOR #075627

HEX: #075627
RGB: (7,86,39)

Color info

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

RGB color model

#075627 color RGB value is (7,86,39).

  • red value is 7;
  • green value is 86;
  • blue value is 39.
RGB:
(7,86,39)
(3%,34%,15%)

RGB channels and saturation

R 7 of 255 = 3%
G 86 of 255 = 34%
B 39 of 255 = 15%

7
86
39

R + G + B ~ 17%. #075627 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 86 + 39 = 132 (100%)
R 7 of 132 ~ 5.3%
G 86 of 132 ~ 65.15%
B 39 of 132 ~ 29.55%

%65.15
%29.55

CMYK color model

#075627 color CMYK value is (92,0,55,66).

  • cyan value is 91.86%
  • magenta value is 0.00%
  • yellow value is 54.65%
  • key color value is 66.27%
CMYK:
(92,0,55,66)
C92M0Y55K66 
(92%,0%,55%,66%)
(0.92/0.00/0.55/0.66)	

CMYK percentages

%91.86
%0
%54.65
%66.27

Codes

Color #075627 in popluar color models

075627
RGB78639
HSL144°84.95%18.24%
HSB/HSV144°91.86%33.73%
CMYK91.86%0.00%54.65%
66.27%

Color #075627 in popluar number systems.

HEX075627
Decimal78639
Binary1111010110100111
Octal712647

Shades and tints

Shades of #075627

#075627
(7,86,39)
#074F24
(7,79,36)
#074821
(7,72,33)
#07411E
(7,65,30)
#073A1B
(7,58,27)
#073318
(7,51,24)
#072C15
(7,44,21)
#072512
(7,37,18)
#071E0F
(7,30,15)
#07170C
(7,23,12)
#071009
(7,16,9)
#000000
(0,0,0)

Tints of #075627

#075627
(7,86,39)
#1D653A
(29,101,58)
#33744D
(51,116,77)
#498360
(73,131,96)
#5F9273
(95,146,115)
#75A186
(117,161,134)
#8BB099
(139,176,153)
#A1BFAC
(161,191,172)
#B7CEBF
(183,206,191)
#CDDDD2
(205,221,210)
#E3ECE5
(227,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075627 color. Also use rgb(7,86,39) instead hex code.

Text Font Color

.myTextColor { color: #075627; }

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

This text font color is #075627.


Background Color

.myBgColor { background-color: #075627; }

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

This div background color is #075627.


Border color

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

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

This div border color is #075627.


Opacity

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

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

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

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

This text has shadow with #075627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075627 on black background.


Color preview on white background

This text has color #075627 on white background.



Black color preview on #075627 background

This text has black color on #075627 background.


White color preview on #075627 background

This text has white color on #075627 background.