COLOR #3A7A38

HEX: #3A7A38
RGB: (58,122,56)

Color info

#3A7A38 contains mainly green color. Web safe color of #3A7A38 is #336633 (or #363).

RGB color model

#3A7A38 color RGB value is (58,122,56).

  • red value is 58;
  • green value is 122;
  • blue value is 56.
RGB:
(58,122,56)
(23%,48%,22%)

RGB channels and saturation

R 58 of 255 = 23%
G 122 of 255 = 48%
B 56 of 255 = 22%

58
122
56

R + G + B ~ 31%. #3A7A38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 122 + 56 = 236 (100%)
R 58 of 236 ~ 24.58%
G 122 of 236 ~ 51.69%
B 56 of 236 ~ 23.73%

%24.58
%51.69
%23.73

CMYK color model

#3A7A38 color CMYK value is (52,0,54,52).

  • cyan value is 52.46%
  • magenta value is 0.00%
  • yellow value is 54.10%
  • key color value is 52.16%
CMYK:
(52,0,54,52)
C52M0Y54K52 
(52%,0%,54%,52%)
(0.52/0.00/0.54/0.52)	

CMYK percentages

%52.46
%0
%54.1
%52.16

Codes

Color #3A7A38 in popluar color models

3A7A38
RGB5812256
HSL118°37.08%34.90%
HSB/HSV118°54.10%47.84%
CMYK52.46%0.00%54.10%
52.16%

Color #3A7A38 in popluar number systems.

HEX3A7A38
Decimal5812256
Binary1110101111010111000
Octal7217270

Shades and tints

Shades of #3A7A38

#3A7A38
(58,122,56)
#356F33
(53,111,51)
#30642E
(48,100,46)
#2B5929
(43,89,41)
#264E24
(38,78,36)
#21431F
(33,67,31)
#1C381A
(28,56,26)
#172D15
(23,45,21)
#122210
(18,34,16)
#0D170B
(13,23,11)
#080C06
(8,12,6)
#000000
(0,0,0)

Tints of #3A7A38

#3A7A38
(58,122,56)
#4B864A
(75,134,74)
#5C925C
(92,146,92)
#6D9E6E
(109,158,110)
#7EAA80
(126,170,128)
#8FB692
(143,182,146)
#A0C2A4
(160,194,164)
#B1CEB6
(177,206,182)
#C2DAC8
(194,218,200)
#D3E6DA
(211,230,218)
#E4F2EC
(228,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7A38 color. Also use rgb(58,122,56) instead hex code.

Text Font Color

.myTextColor { color: #3A7A38; }

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

This text font color is #3A7A38.


Background Color

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

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

This div background color is #3A7A38.


Border color

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

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

This div border color is #3A7A38.


Opacity

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

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

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

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

This text has shadow with #3A7A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7A38 on black background.


Color preview on white background

This text has color #3A7A38 on white background.



Black color preview on #3A7A38 background

This text has black color on #3A7A38 background.


White color preview on #3A7A38 background

This text has white color on #3A7A38 background.