COLOR #3A764D

HEX: #3A764D RGB: (58,118,77)

Color info

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

RGB color model

#3A764D color RGB value is (58,118,77).

RGB: (58,118,77) (23%, 46%, 30%)

RGB channels and saturation

R 58 of 255 = 23%
G 118 of 255 = 46%
B 77 of 255 = 30%

58
118
77

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

Portions of RGB colors in percentages

R + G + B = 58 + 118 + 77 = 253 (100%)
R 58 of 253 ~ 22.92%
G 118 of 253 ~ 46.64%
B 77 of 253 ~ 30.43'%

%22.92
%46.64
%30.43

CMYK color model

#3A764D color CMYK value is (51,0,35,54).

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

CMYK: (51,0,35,54)
C51M0Y35K54 (51%, 0%, 35%, 54%)
(0.51 / 0.00 / 0.35 / 0.54)

CMYK percentages

%50.85
%0
%34.75
%53.73

Codes

Color #3A764D in popluar color models

3A 76 4D
RGB 58 118 77
HSL 139° 34.09% 34.51%
HSB/HSV 139° 50.85% 46.27%
CMYK 50.85% 0.00% 34.75%
53.73%

Color #3A764D in popluar number systems.

HEX 3A 76 4D
Decimal 58 118 77
Binary 111010 1110110 1001101
Octal 72 166 115

Shades and tints

Shades of #3A764D

#3A764D
(58,118,77)
#356C46
(53,108,70)
#30623F
(48,98,63)
#2B5838
(43,88,56)
#264E31
(38,78,49)
#21442A
(33,68,42)
#1C3A23
(28,58,35)
#17301C
(23,48,28)
#122615
(18,38,21)
#0D1C0E
(13,28,14)
#081207
(8,18,7)
#000000
(0,0,0)

Tints of #3A764D

#3A764D
(58,118,77)
#4B825D
(75,130,93)
#5C8E6D
(92,142,109)
#6D9A7D
(109,154,125)
#7EA68D
(126,166,141)
#8FB29D
(143,178,157)
#A0BEAD
(160,190,173)
#B1CABD
(177,202,189)
#C2D6CD
(194,214,205)
#D3E2DD
(211,226,221)
#E4EEED
(228,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A764D; }

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

This text font color is #3A764D.

Background Color

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

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

This div background color is #3A764D.

Border color

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

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

This div border color is #3A764D.

Opacity

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

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

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

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

This text has shadow with #3A764D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A764D.

Preview

Color preview on black background

This text has color #3A764D on black background.


Color preview on white background

This text has color #3A764D on white background.


Black color preview on #3A764D background

This text has black color on #3A764D background.


White color preview on #3A764D background

This text has white color on #3A764D background.


Related colors

Complementary color

Complementary color for #hex is #C589B2.


I love getcolorcode.com

Triadic colors

1 #4D3A76 and #764D3A with #3A764D are triadic colors.

2 #4D763A and #763A4D with #3A764D are triadic colors.