COLOR #3A6F4E

HEX: #3A6F4E
RGB: (58,111,78)

Color info

#3A6F4E contains red, green and blue colors in about the same proportion. Web safe color of #3A6F4E is #336666 (or #366).

RGB color model

#3A6F4E color RGB value is (58,111,78).

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

RGB channels and saturation

R 58 of 255 = 23%
G 111 of 255 = 44%
B 78 of 255 = 31%

58
111
78

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

Portions of RGB colors in percentages

R + G + B =
58 + 111 + 78 = 247 (100%)
R 58 of 247 ~ 23.48%
G 111 of 247 ~ 44.94%
B 78 of 247 ~ 31.58%

%23.48
%44.94
%31.58

CMYK color model

#3A6F4E color CMYK value is (48,0,30,56).

  • cyan value is 47.75%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 56.47%
CMYK:
(48,0,30,56)
C48M0Y30K56 
(48%,0%,30%,56%)
(0.48/0.00/0.30/0.56)	

CMYK percentages

%47.75
%0
%29.73
%56.47

Codes

Color #3A6F4E in popluar color models

3A6F4E
RGB5811178
HSL143°31.36%33.14%
HSB/HSV143°47.75%43.53%
CMYK47.75%0.00%29.73%
56.47%

Color #3A6F4E in popluar number systems.

HEX3A6F4E
Decimal5811178
Binary11101011011111001110
Octal72157116

Shades and tints

Shades of #3A6F4E

#3A6F4E
(58,111,78)
#356547
(53,101,71)
#305B40
(48,91,64)
#2B5139
(43,81,57)
#264732
(38,71,50)
#213D2B
(33,61,43)
#1C3324
(28,51,36)
#17291D
(23,41,29)
#121F16
(18,31,22)
#0D150F
(13,21,15)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #3A6F4E

#3A6F4E
(58,111,78)
#4B7C5E
(75,124,94)
#5C896E
(92,137,110)
#6D967E
(109,150,126)
#7EA38E
(126,163,142)
#8FB09E
(143,176,158)
#A0BDAE
(160,189,174)
#B1CABE
(177,202,190)
#C2D7CE
(194,215,206)
#D3E4DE
(211,228,222)
#E4F1EE
(228,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6F4E; }

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

This text font color is #3A6F4E.


Background Color

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

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

This div background color is #3A6F4E.


Border color

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

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

This div border color is #3A6F4E.


Opacity

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

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

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

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

This text has shadow with #3A6F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6F4E on black background.


Color preview on white background

This text has color #3A6F4E on white background.



Black color preview on #3A6F4E background

This text has black color on #3A6F4E background.


White color preview on #3A6F4E background

This text has white color on #3A6F4E background.