COLOR #3D734E

HEX: #3D734E
RGB: (61,115,78)

Color info

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

RGB color model

#3D734E color RGB value is (61,115,78).

  • red value is 61;
  • green value is 115;
  • blue value is 78.
RGB:
(61,115,78)
(24%,45%,31%)

RGB channels and saturation

R 61 of 255 = 24%
G 115 of 255 = 45%
B 78 of 255 = 31%

61
115
78

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

Portions of RGB colors in percentages

R + G + B =
61 + 115 + 78 = 254 (100%)
R 61 of 254 ~ 24.02%
G 115 of 254 ~ 45.28%
B 78 of 254 ~ 30.71%

%24.02
%45.28
%30.71

CMYK color model

#3D734E color CMYK value is (47,0,32,55).

  • cyan value is 46.96%
  • magenta value is 0.00%
  • yellow value is 32.17%
  • key color value is 54.90%
CMYK:
(47,0,32,55)
C47M0Y32K55 
(47%,0%,32%,55%)
(0.47/0.00/0.32/0.55)	

CMYK percentages

%46.96
%0
%32.17
%54.9

Codes

Color #3D734E in popluar color models

3D734E
RGB6111578
HSL139°30.68%34.51%
HSB/HSV139°46.96%45.10%
CMYK46.96%0.00%32.17%
54.90%

Color #3D734E in popluar number systems.

HEX3D734E
Decimal6111578
Binary11110111100111001110
Octal75163116

Shades and tints

Shades of #3D734E

#3D734E
(61,115,78)
#386947
(56,105,71)
#335F40
(51,95,64)
#2E5539
(46,85,57)
#294B32
(41,75,50)
#24412B
(36,65,43)
#1F3724
(31,55,36)
#1A2D1D
(26,45,29)
#152316
(21,35,22)
#10190F
(16,25,15)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #3D734E

#3D734E
(61,115,78)
#4E7F5E
(78,127,94)
#5F8B6E
(95,139,110)
#70977E
(112,151,126)
#81A38E
(129,163,142)
#92AF9E
(146,175,158)
#A3BBAE
(163,187,174)
#B4C7BE
(180,199,190)
#C5D3CE
(197,211,206)
#D6DFDE
(214,223,222)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D734E color. Also use rgb(61,115,78) instead hex code.

Text Font Color

.myTextColor { color: #3D734E; }

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

This text font color is #3D734E.


Background Color

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

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

This div background color is #3D734E.


Border color

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

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

This div border color is #3D734E.


Opacity

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

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

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

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

This text has shadow with #3D734E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D734E on black background.


Color preview on white background

This text has color #3D734E on white background.



Black color preview on #3D734E background

This text has black color on #3D734E background.


White color preview on #3D734E background

This text has white color on #3D734E background.