COLOR #3A740A

HEX: #3A740A
RGB: (58,116,10)

Color info

#3A740A contains mainly red and green colors. Web safe color of #3A740A is #336600 (or #360).

RGB color model

#3A740A color RGB value is (58,116,10).

  • red value is 58;
  • green value is 116;
  • blue value is 10.
RGB:
(58,116,10)
(23%,45%,4%)

RGB channels and saturation

R 58 of 255 = 23%
G 116 of 255 = 45%
B 10 of 255 = 4%

58
116
10

R + G + B ~ 24%. #3A740A is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 116 + 10 = 184 (100%)
R 58 of 184 ~ 31.52%
G 116 of 184 ~ 63.04%
B 10 of 184 ~ 5.43%

%31.52
%63.04

CMYK color model

#3A740A color CMYK value is (50,0,91,55).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 91.38%
  • key color value is 54.51%
CMYK:
(50,0,91,55)
C50M0Y91K55 
(50%,0%,91%,55%)
(0.50/0.00/0.91/0.55)	

CMYK percentages

%50
%0
%91.38
%54.51

Codes

Color #3A740A in popluar color models

3A740A
RGB5811610
HSL93°84.13%24.71%
HSB/HSV93°91.38%45.49%
CMYK50.00%0.00%91.38%
54.51%

Color #3A740A in popluar number systems.

HEX3A740A
Decimal5811610
Binary11101011101001010
Octal7216412

Shades and tints

Shades of #3A740A

#3A740A
(58,116,10)
#356A0A
(53,106,10)
#30600A
(48,96,10)
#2B560A
(43,86,10)
#264C0A
(38,76,10)
#21420A
(33,66,10)
#1C380A
(28,56,10)
#172E0A
(23,46,10)
#12240A
(18,36,10)
#0D1A0A
(13,26,10)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #3A740A

#3A740A
(58,116,10)
#4B8020
(75,128,32)
#5C8C36
(92,140,54)
#6D984C
(109,152,76)
#7EA462
(126,164,98)
#8FB078
(143,176,120)
#A0BC8E
(160,188,142)
#B1C8A4
(177,200,164)
#C2D4BA
(194,212,186)
#D3E0D0
(211,224,208)
#E4ECE6
(228,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A740A color. Also use rgb(58,116,10) instead hex code.

Text Font Color

.myTextColor { color: #3A740A; }

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

This text font color is #3A740A.


Background Color

.myBgColor { background-color: #3A740A; }

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

This div background color is #3A740A.


Border color

.myBorderColor { border: 1px solid #3A740A; }

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

This div border color is #3A740A.


Opacity

.myOpacity80 { color: #3A740A; opacity: 0.8; }

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

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

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

This text has shadow with #3A740A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A740A on black background.


Color preview on white background

This text has color #3A740A on white background.



Black color preview on #3A740A background

This text has black color on #3A740A background.


White color preview on #3A740A background

This text has white color on #3A740A background.