COLOR #3A764F

HEX: #3A764F RGB: (58,118,79)

Color info

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

RGB color model

#3A764F color RGB value is (58,118,79).

RGB: (58,118,79) (23%, 46%, 31%)

RGB channels and saturation

R 58 of 255 = 23%
G 118 of 255 = 46%
B 79 of 255 = 31%

58
118
79

R + G + B ~ 33%. #3A764F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 118 + 79 = 255 (100%)
R 58 of 255 ~ 22.75%
G 118 of 255 ~ 46.27%
B 79 of 255 ~ 30.98'%

%22.75
%46.27
%30.98

CMYK color model

#3A764F color CMYK value is (51,0,33,54).

  • cyan value is 50.85%
  • magenta value is 0.00%
  • yellow value is 33.05%
  • key color value is 53.73%

CMYK: (51,0,33,54)
C51M0Y33K54 (51%, 0%, 33%, 54%)
(0.51 / 0.00 / 0.33 / 0.54)

CMYK percentages

%50.85
%0
%33.05
%53.73

Codes

Color #3A764F in popluar color models

3A 76 4F
RGB 58 118 79
HSL 141° 34.09% 34.51%
HSB/HSV 141° 50.85% 46.27%
CMYK 50.85% 0.00% 33.05%
53.73%

Color #3A764F in popluar number systems.

HEX 3A 76 4F
Decimal 58 118 79
Binary 111010 1110110 1001111
Octal 72 166 117

Shades and tints

Shades of #3A764F

#3A764F
(58,118,79)
#356C48
(53,108,72)
#306241
(48,98,65)
#2B583A
(43,88,58)
#264E33
(38,78,51)
#21442C
(33,68,44)
#1C3A25
(28,58,37)
#17301E
(23,48,30)
#122617
(18,38,23)
#0D1C10
(13,28,16)
#081209
(8,18,9)
#000000
(0,0,0)

Tints of #3A764F

#3A764F
(58,118,79)
#4B825F
(75,130,95)
#5C8E6F
(92,142,111)
#6D9A7F
(109,154,127)
#7EA68F
(126,166,143)
#8FB29F
(143,178,159)
#A0BEAF
(160,190,175)
#B1CABF
(177,202,191)
#C2D6CF
(194,214,207)
#D3E2DF
(211,226,223)
#E4EEEF
(228,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A764F color. Also use rgb(58,118,79) instead hex code.

Text Font Color

.myTextColor { color: #3A764F; }

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

This text font color is #3A764F.

Background Color

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

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

This div background color is #3A764F.

Border color

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

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

This div border color is #3A764F.

Opacity

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

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

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

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

This text has shadow with #3A764F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A764F.

Preview

Color preview on black background

This text has color #3A764F on black background.


Color preview on white background

This text has color #3A764F on white background.


Black color preview on #3A764F background

This text has black color on #3A764F background.


White color preview on #3A764F background

This text has white color on #3A764F background.


Related colors

Complementary color

Complementary color for #hex is #C589B0.


I love getcolorcode.com

Triadic colors

1 #4F3A76 and #764F3A with #3A764F are triadic colors.

2 #4F763A and #763A4F with #3A764F are triadic colors.