COLOR #3D704F

HEX: #3D704F
RGB: (61,112,79)

Color info

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

RGB color model

#3D704F color RGB value is (61,112,79).

  • red value is 61;
  • green value is 112;
  • blue value is 79.
RGB:
(61,112,79)
(24%,44%,31%)

RGB channels and saturation

R 61 of 255 = 24%
G 112 of 255 = 44%
B 79 of 255 = 31%

61
112
79

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

Portions of RGB colors in percentages

R + G + B =
61 + 112 + 79 = 252 (100%)
R 61 of 252 ~ 24.21%
G 112 of 252 ~ 44.44%
B 79 of 252 ~ 31.35%

%24.21
%44.44
%31.35

CMYK color model

#3D704F color CMYK value is (46,0,29,56).

  • cyan value is 45.54%
  • magenta value is 0.00%
  • yellow value is 29.46%
  • key color value is 56.08%
CMYK:
(46,0,29,56)
C46M0Y29K56 
(46%,0%,29%,56%)
(0.46/0.00/0.29/0.56)	

CMYK percentages

%45.54
%0
%29.46
%56.08

Codes

Color #3D704F in popluar color models

3D704F
RGB6111279
HSL141°29.48%33.92%
HSB/HSV141°45.54%43.92%
CMYK45.54%0.00%29.46%
56.08%

Color #3D704F in popluar number systems.

HEX3D704F
Decimal6111279
Binary11110111100001001111
Octal75160117

Shades and tints

Shades of #3D704F

#3D704F
(61,112,79)
#386648
(56,102,72)
#335C41
(51,92,65)
#2E523A
(46,82,58)
#294833
(41,72,51)
#243E2C
(36,62,44)
#1F3425
(31,52,37)
#1A2A1E
(26,42,30)
#152017
(21,32,23)
#101610
(16,22,16)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #3D704F

#3D704F
(61,112,79)
#4E7D5F
(78,125,95)
#5F8A6F
(95,138,111)
#70977F
(112,151,127)
#81A48F
(129,164,143)
#92B19F
(146,177,159)
#A3BEAF
(163,190,175)
#B4CBBF
(180,203,191)
#C5D8CF
(197,216,207)
#D6E5DF
(214,229,223)
#E7F2EF
(231,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D704F color. Also use rgb(61,112,79) instead hex code.

Text Font Color

.myTextColor { color: #3D704F; }

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

This text font color is #3D704F.


Background Color

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

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

This div background color is #3D704F.


Border color

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

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

This div border color is #3D704F.


Opacity

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

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

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

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

This text has shadow with #3D704F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D704F on black background.


Color preview on white background

This text has color #3D704F on white background.



Black color preview on #3D704F background

This text has black color on #3D704F background.


White color preview on #3D704F background

This text has white color on #3D704F background.