COLOR #3B764E

HEX: #3B764E
RGB: (59,118,78)

Color info

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

RGB color model

#3B764E color RGB value is (59,118,78).

  • red value is 59;
  • green value is 118;
  • blue value is 78.
RGB:
(59,118,78)
(23%,46%,31%)

RGB channels and saturation

R 59 of 255 = 23%
G 118 of 255 = 46%
B 78 of 255 = 31%

59
118
78

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

Portions of RGB colors in percentages

R + G + B =
59 + 118 + 78 = 255 (100%)
R 59 of 255 ~ 23.14%
G 118 of 255 ~ 46.27%
B 78 of 255 ~ 30.59%

%23.14
%46.27
%30.59

CMYK color model

#3B764E color CMYK value is (50,0,34,54).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 33.90%
  • key color value is 53.73%
CMYK:
(50,0,34,54)
C50M0Y34K54 
(50%,0%,34%,54%)
(0.50/0.00/0.34/0.54)	

CMYK percentages

%50
%0
%33.9
%53.73

Codes

Color #3B764E in popluar color models

3B764E
RGB5911878
HSL139°33.33%34.71%
HSB/HSV139°50.00%46.27%
CMYK50.00%0.00%33.90%
53.73%

Color #3B764E in popluar number systems.

HEX3B764E
Decimal5911878
Binary11101111101101001110
Octal73166116

Shades and tints

Shades of #3B764E

#3B764E
(59,118,78)
#366C47
(54,108,71)
#316240
(49,98,64)
#2C5839
(44,88,57)
#274E32
(39,78,50)
#22442B
(34,68,43)
#1D3A24
(29,58,36)
#18301D
(24,48,29)
#132616
(19,38,22)
#0E1C0F
(14,28,15)
#091208
(9,18,8)
#000000
(0,0,0)

Tints of #3B764E

#3B764E
(59,118,78)
#4C825E
(76,130,94)
#5D8E6E
(93,142,110)
#6E9A7E
(110,154,126)
#7FA68E
(127,166,142)
#90B29E
(144,178,158)
#A1BEAE
(161,190,174)
#B2CABE
(178,202,190)
#C3D6CE
(195,214,206)
#D4E2DE
(212,226,222)
#E5EEEE
(229,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B764E color. Also use rgb(59,118,78) instead hex code.

Text Font Color

.myTextColor { color: #3B764E; }

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

This text font color is #3B764E.


Background Color

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

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

This div background color is #3B764E.


Border color

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

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

This div border color is #3B764E.


Opacity

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

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

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

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

This text has shadow with #3B764E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B764E on black background.


Color preview on white background

This text has color #3B764E on white background.



Black color preview on #3B764E background

This text has black color on #3B764E background.


White color preview on #3B764E background

This text has white color on #3B764E background.