COLOR #3A7426

HEX: #3A7426
RGB: (58,116,38)

Color info

#3A7426 contains mainly red and green colors. Web safe color of #3A7426 is #336633 (or #363).

RGB color model

#3A7426 color RGB value is (58,116,38).

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

RGB channels and saturation

R 58 of 255 = 23%
G 116 of 255 = 45%
B 38 of 255 = 15%

58
116
38

R + G + B ~ 28%. #3A7426 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 116 + 38 = 212 (100%)
R 58 of 212 ~ 27.36%
G 116 of 212 ~ 54.72%
B 38 of 212 ~ 17.92%

%27.36
%54.72
%17.92

CMYK color model

#3A7426 color CMYK value is (50,0,67,55).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 67.24%
  • key color value is 54.51%
CMYK:
(50,0,67,55)
C50M0Y67K55 
(50%,0%,67%,55%)
(0.50/0.00/0.67/0.55)	

CMYK percentages

%50
%0
%67.24
%54.51

Codes

Color #3A7426 in popluar color models

3A7426
RGB5811638
HSL105°50.65%30.20%
HSB/HSV105°67.24%45.49%
CMYK50.00%0.00%67.24%
54.51%

Color #3A7426 in popluar number systems.

HEX3A7426
Decimal5811638
Binary1110101110100100110
Octal7216446

Shades and tints

Shades of #3A7426

#3A7426
(58,116,38)
#356A23
(53,106,35)
#306020
(48,96,32)
#2B561D
(43,86,29)
#264C1A
(38,76,26)
#214217
(33,66,23)
#1C3814
(28,56,20)
#172E11
(23,46,17)
#12240E
(18,36,14)
#0D1A0B
(13,26,11)
#081008
(8,16,8)
#000000
(0,0,0)

Tints of #3A7426

#3A7426
(58,116,38)
#4B8039
(75,128,57)
#5C8C4C
(92,140,76)
#6D985F
(109,152,95)
#7EA472
(126,164,114)
#8FB085
(143,176,133)
#A0BC98
(160,188,152)
#B1C8AB
(177,200,171)
#C2D4BE
(194,212,190)
#D3E0D1
(211,224,209)
#E4ECE4
(228,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A7426; }

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

This text font color is #3A7426.


Background Color

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

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

This div background color is #3A7426.


Border color

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

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

This div border color is #3A7426.


Opacity

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

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

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

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

This text has shadow with #3A7426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7426 on black background.


Color preview on white background

This text has color #3A7426 on white background.



Black color preview on #3A7426 background

This text has black color on #3A7426 background.


White color preview on #3A7426 background

This text has white color on #3A7426 background.