COLOR #07501A

HEX: #07501A
RGB: (7,80,26)

Color info

#07501A contains mainly green and blue colors. Web safe color of #07501A is #006600 (or #060).

RGB color model

#07501A color RGB value is (7,80,26).

  • red value is 7;
  • green value is 80;
  • blue value is 26.
RGB:
(7,80,26)
(3%,31%,10%)

RGB channels and saturation

R 7 of 255 = 3%
G 80 of 255 = 31%
B 26 of 255 = 10%

7
80
26

R + G + B ~ 15%. #07501A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 80 + 26 = 113 (100%)
R 7 of 113 ~ 6.19%
G 80 of 113 ~ 70.8%
B 26 of 113 ~ 23.01%

%70.8
%23.01

CMYK color model

#07501A color CMYK value is (91,0,68,69).

  • cyan value is 91.25%
  • magenta value is 0.00%
  • yellow value is 67.50%
  • key color value is 68.63%
CMYK:
(91,0,68,69)
C91M0Y68K69 
(91%,0%,68%,69%)
(0.91/0.00/0.68/0.69)	

CMYK percentages

%91.25
%0
%67.5
%68.63

Codes

Color #07501A in popluar color models

07501A
RGB78026
HSL136°83.91%17.06%
HSB/HSV136°91.25%31.37%
CMYK91.25%0.00%67.50%
68.63%

Color #07501A in popluar number systems.

HEX07501A
Decimal78026
Binary111101000011010
Octal712032

Shades and tints

Shades of #07501A

#07501A
(7,80,26)
#074918
(7,73,24)
#074216
(7,66,22)
#073B14
(7,59,20)
#073412
(7,52,18)
#072D10
(7,45,16)
#07260E
(7,38,14)
#071F0C
(7,31,12)
#07180A
(7,24,10)
#071108
(7,17,8)
#070A06
(7,10,6)
#000000
(0,0,0)

Tints of #07501A

#07501A
(7,80,26)
#1D5F2E
(29,95,46)
#336E42
(51,110,66)
#497D56
(73,125,86)
#5F8C6A
(95,140,106)
#759B7E
(117,155,126)
#8BAA92
(139,170,146)
#A1B9A6
(161,185,166)
#B7C8BA
(183,200,186)
#CDD7CE
(205,215,206)
#E3E6E2
(227,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07501A color. Also use rgb(7,80,26) instead hex code.

Text Font Color

.myTextColor { color: #07501A; }

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

This text font color is #07501A.


Background Color

.myBgColor { background-color: #07501A; }

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

This div background color is #07501A.


Border color

.myBorderColor { border: 1px solid #07501A; }

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

This div border color is #07501A.


Opacity

.myOpacity80 { color: #07501A; opacity: 0.8; }

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

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

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

This text has shadow with #07501A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07501A on black background.


Color preview on white background

This text has color #07501A on white background.



Black color preview on #07501A background

This text has black color on #07501A background.


White color preview on #07501A background

This text has white color on #07501A background.