COLOR #3A7A64

HEX: #3A7A64
RGB: (58,122,100)

Color info

#3A7A64 contains mainly green and blue colors. Web safe color of #3A7A64 is #336666 (or #366).

RGB color model

#3A7A64 color RGB value is (58,122,100).

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

RGB channels and saturation

R 58 of 255 = 23%
G 122 of 255 = 48%
B 100 of 255 = 39%

58
122
100

R + G + B ~ 37%. #3A7A64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 122 + 100 = 280 (100%)
R 58 of 280 ~ 20.71%
G 122 of 280 ~ 43.57%
B 100 of 280 ~ 35.71%

%20.71
%43.57
%35.71

CMYK color model

#3A7A64 color CMYK value is (52,0,18,52).

  • cyan value is 52.46%
  • magenta value is 0.00%
  • yellow value is 18.03%
  • key color value is 52.16%
CMYK:
(52,0,18,52)
C52M0Y18K52 
(52%,0%,18%,52%)
(0.52/0.00/0.18/0.52)	

CMYK percentages

%52.46
%0
%18.03
%52.16

Codes

Color #3A7A64 in popluar color models

3A7A64
RGB58122100
HSL159°35.56%35.29%
HSB/HSV159°52.46%47.84%
CMYK52.46%0.00%18.03%
52.16%

Color #3A7A64 in popluar number systems.

HEX3A7A64
Decimal58122100
Binary11101011110101100100
Octal72172144

Shades and tints

Shades of #3A7A64

#3A7A64
(58,122,100)
#356F5B
(53,111,91)
#306452
(48,100,82)
#2B5949
(43,89,73)
#264E40
(38,78,64)
#214337
(33,67,55)
#1C382E
(28,56,46)
#172D25
(23,45,37)
#12221C
(18,34,28)
#0D1713
(13,23,19)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #3A7A64

#3A7A64
(58,122,100)
#4B8672
(75,134,114)
#5C9280
(92,146,128)
#6D9E8E
(109,158,142)
#7EAA9C
(126,170,156)
#8FB6AA
(143,182,170)
#A0C2B8
(160,194,184)
#B1CEC6
(177,206,198)
#C2DAD4
(194,218,212)
#D3E6E2
(211,230,226)
#E4F2F0
(228,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A7A64; }

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

This text font color is #3A7A64.


Background Color

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

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

This div background color is #3A7A64.


Border color

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

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

This div border color is #3A7A64.


Opacity

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

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

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

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

This text has shadow with #3A7A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7A64 on black background.


Color preview on white background

This text has color #3A7A64 on white background.



Black color preview on #3A7A64 background

This text has black color on #3A7A64 background.


White color preview on #3A7A64 background

This text has white color on #3A7A64 background.