COLOR #07A627

HEX: #07A627
RGB: (7,166,39)

Color info

#07A627 contains mainly green color. Web safe color of #07A627 is #009933 (or #093).

RGB color model

#07A627 color RGB value is (7,166,39).

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

RGB channels and saturation

R 7 of 255 = 3%
G 166 of 255 = 65%
B 39 of 255 = 15%

7
166
39

R + G + B ~ 28%. #07A627 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 166 + 39 = 212 (100%)
R 7 of 212 ~ 3.3%
G 166 of 212 ~ 78.3%
B 39 of 212 ~ 18.4%

%78.3
%18.4

CMYK color model

#07A627 color CMYK value is (96,0,77,35).

  • cyan value is 95.78%
  • magenta value is 0.00%
  • yellow value is 76.51%
  • key color value is 34.90%
CMYK:
(96,0,77,35)
C96M0Y77K35 
(96%,0%,77%,35%)
(0.96/0.00/0.77/0.35)	

CMYK percentages

%95.78
%0
%76.51
%34.9

Codes

Color #07A627 in popluar color models

07A627
RGB716639
HSL132°91.91%33.92%
HSB/HSV132°95.78%65.10%
CMYK95.78%0.00%76.51%
34.90%

Color #07A627 in popluar number systems.

HEX07A627
Decimal716639
Binary11110100110100111
Octal724647

Shades and tints

Shades of #07A627

#07A627
(7,166,39)
#079724
(7,151,36)
#078821
(7,136,33)
#07791E
(7,121,30)
#076A1B
(7,106,27)
#075B18
(7,91,24)
#074C15
(7,76,21)
#073D12
(7,61,18)
#072E0F
(7,46,15)
#071F0C
(7,31,12)
#071009
(7,16,9)
#000000
(0,0,0)

Tints of #07A627

#07A627
(7,166,39)
#1DAE3A
(29,174,58)
#33B64D
(51,182,77)
#49BE60
(73,190,96)
#5FC673
(95,198,115)
#75CE86
(117,206,134)
#8BD699
(139,214,153)
#A1DEAC
(161,222,172)
#B7E6BF
(183,230,191)
#CDEED2
(205,238,210)
#E3F6E5
(227,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07A627; }

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

This text font color is #07A627.


Background Color

.myBgColor { background-color: #07A627; }

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

This div background color is #07A627.


Border color

.myBorderColor { border: 1px solid #07A627; }

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

This div border color is #07A627.


Opacity

.myOpacity80 { color: #07A627; opacity: 0.8; }

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

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

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

This text has shadow with #07A627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07A627 on black background.


Color preview on white background

This text has color #07A627 on white background.



Black color preview on #07A627 background

This text has black color on #07A627 background.


White color preview on #07A627 background

This text has white color on #07A627 background.