COLOR #3A763E

HEX: #3A763E
RGB: (58,118,62)

Color info

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

RGB color model

#3A763E color RGB value is (58,118,62).

  • red value is 58;
  • green value is 118;
  • blue value is 62.
RGB:
(58,118,62)
(23%,46%,24%)

RGB channels and saturation

R 58 of 255 = 23%
G 118 of 255 = 46%
B 62 of 255 = 24%

58
118
62

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

Portions of RGB colors in percentages

R + G + B =
58 + 118 + 62 = 238 (100%)
R 58 of 238 ~ 24.37%
G 118 of 238 ~ 49.58%
B 62 of 238 ~ 26.05%

%24.37
%49.58
%26.05

CMYK color model

#3A763E color CMYK value is (51,0,47,54).

  • cyan value is 50.85%
  • magenta value is 0.00%
  • yellow value is 47.46%
  • key color value is 53.73%
CMYK:
(51,0,47,54)
C51M0Y47K54 
(51%,0%,47%,54%)
(0.51/0.00/0.47/0.54)	

CMYK percentages

%50.85
%0
%47.46
%53.73

Codes

Color #3A763E in popluar color models

3A763E
RGB5811862
HSL124°34.09%34.51%
HSB/HSV124°50.85%46.27%
CMYK50.85%0.00%47.46%
53.73%

Color #3A763E in popluar number systems.

HEX3A763E
Decimal5811862
Binary1110101110110111110
Octal7216676

Shades and tints

Shades of #3A763E

#3A763E
(58,118,62)
#356C39
(53,108,57)
#306234
(48,98,52)
#2B582F
(43,88,47)
#264E2A
(38,78,42)
#214425
(33,68,37)
#1C3A20
(28,58,32)
#17301B
(23,48,27)
#122616
(18,38,22)
#0D1C11
(13,28,17)
#08120C
(8,18,12)
#000000
(0,0,0)

Tints of #3A763E

#3A763E
(58,118,62)
#4B824F
(75,130,79)
#5C8E60
(92,142,96)
#6D9A71
(109,154,113)
#7EA682
(126,166,130)
#8FB293
(143,178,147)
#A0BEA4
(160,190,164)
#B1CAB5
(177,202,181)
#C2D6C6
(194,214,198)
#D3E2D7
(211,226,215)
#E4EEE8
(228,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A763E; }

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

This text font color is #3A763E.


Background Color

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

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

This div background color is #3A763E.


Border color

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

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

This div border color is #3A763E.


Opacity

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

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

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

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

This text has shadow with #3A763E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A763E on black background.


Color preview on white background

This text has color #3A763E on white background.



Black color preview on #3A763E background

This text has black color on #3A763E background.


White color preview on #3A763E background

This text has white color on #3A763E background.