COLOR #3A784E

HEX: #3A784E
RGB: (58,120,78)

Color info

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

RGB color model

#3A784E color RGB value is (58,120,78).

  • red value is 58;
  • green value is 120;
  • blue value is 78.
RGB:
(58,120,78)
(23%,47%,31%)

RGB channels and saturation

R 58 of 255 = 23%
G 120 of 255 = 47%
B 78 of 255 = 31%

58
120
78

R + G + B ~ 34%. #3A784E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 120 + 78 = 256 (100%)
R 58 of 256 ~ 22.66%
G 120 of 256 ~ 46.88%
B 78 of 256 ~ 30.47%

%22.66
%46.88
%30.47

CMYK color model

#3A784E color CMYK value is (52,0,35,53).

  • cyan value is 51.67%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 52.94%
CMYK:
(52,0,35,53)
C52M0Y35K53 
(52%,0%,35%,53%)
(0.52/0.00/0.35/0.53)	

CMYK percentages

%51.67
%0
%35
%52.94

Codes

Color #3A784E in popluar color models

3A784E
RGB5812078
HSL139°34.83%34.90%
HSB/HSV139°51.67%47.06%
CMYK51.67%0.00%35.00%
52.94%

Color #3A784E in popluar number systems.

HEX3A784E
Decimal5812078
Binary11101011110001001110
Octal72170116

Shades and tints

Shades of #3A784E

#3A784E
(58,120,78)
#356E47
(53,110,71)
#306440
(48,100,64)
#2B5A39
(43,90,57)
#265032
(38,80,50)
#21462B
(33,70,43)
#1C3C24
(28,60,36)
#17321D
(23,50,29)
#122816
(18,40,22)
#0D1E0F
(13,30,15)
#081408
(8,20,8)
#000000
(0,0,0)

Tints of #3A784E

#3A784E
(58,120,78)
#4B845E
(75,132,94)
#5C906E
(92,144,110)
#6D9C7E
(109,156,126)
#7EA88E
(126,168,142)
#8FB49E
(143,180,158)
#A0C0AE
(160,192,174)
#B1CCBE
(177,204,190)
#C2D8CE
(194,216,206)
#D3E4DE
(211,228,222)
#E4F0EE
(228,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A784E color. Also use rgb(58,120,78) instead hex code.

Text Font Color

.myTextColor { color: #3A784E; }

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

This text font color is #3A784E.


Background Color

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

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

This div background color is #3A784E.


Border color

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

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

This div border color is #3A784E.


Opacity

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

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

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

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

This text has shadow with #3A784E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A784E on black background.


Color preview on white background

This text has color #3A784E on white background.



Black color preview on #3A784E background

This text has black color on #3A784E background.


White color preview on #3A784E background

This text has white color on #3A784E background.