COLOR #07741A

HEX: #07741A
RGB: (7,116,26)

Color info

#07741A contains mainly green color. Web safe color of #07741A is #006600 (or #060).

RGB color model

#07741A color RGB value is (7,116,26).

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

RGB channels and saturation

R 7 of 255 = 3%
G 116 of 255 = 45%
B 26 of 255 = 10%

7
116
26

R + G + B ~ 19%. #07741A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 116 + 26 = 149 (100%)
R 7 of 149 ~ 4.7%
G 116 of 149 ~ 77.85%
B 26 of 149 ~ 17.45%

%77.85
%17.45

CMYK color model

#07741A color CMYK value is (94,0,78,55).

  • cyan value is 93.97%
  • magenta value is 0.00%
  • yellow value is 77.59%
  • key color value is 54.51%
CMYK:
(94,0,78,55)
C94M0Y78K55 
(94%,0%,78%,55%)
(0.94/0.00/0.78/0.55)	

CMYK percentages

%93.97
%0
%77.59
%54.51

Codes

Color #07741A in popluar color models

07741A
RGB711626
HSL130°88.62%24.12%
HSB/HSV130°93.97%45.49%
CMYK93.97%0.00%77.59%
54.51%

Color #07741A in popluar number systems.

HEX07741A
Decimal711626
Binary111111010011010
Octal716432

Shades and tints

Shades of #07741A

#07741A
(7,116,26)
#076A18
(7,106,24)
#076016
(7,96,22)
#075614
(7,86,20)
#074C12
(7,76,18)
#074210
(7,66,16)
#07380E
(7,56,14)
#072E0C
(7,46,12)
#07240A
(7,36,10)
#071A08
(7,26,8)
#071006
(7,16,6)
#000000
(0,0,0)

Tints of #07741A

#07741A
(7,116,26)
#1D802E
(29,128,46)
#338C42
(51,140,66)
#499856
(73,152,86)
#5FA46A
(95,164,106)
#75B07E
(117,176,126)
#8BBC92
(139,188,146)
#A1C8A6
(161,200,166)
#B7D4BA
(183,212,186)
#CDE0CE
(205,224,206)
#E3ECE2
(227,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07741A; }

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

This text font color is #07741A.


Background Color

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

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

This div background color is #07741A.


Border color

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

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

This div border color is #07741A.


Opacity

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

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

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

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

This text has shadow with #07741A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07741A on black background.


Color preview on white background

This text has color #07741A on white background.



Black color preview on #07741A background

This text has black color on #07741A background.


White color preview on #07741A background

This text has white color on #07741A background.