COLOR #3D716D

HEX: #3D716D
RGB: (61,113,109)

Color info

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

RGB color model

#3D716D color RGB value is (61,113,109).

  • red value is 61;
  • green value is 113;
  • blue value is 109.
RGB:
(61,113,109)
(24%,44%,43%)

RGB channels and saturation

R 61 of 255 = 24%
G 113 of 255 = 44%
B 109 of 255 = 43%

61
113
109

R + G + B ~ 37%. #3D716D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 113 + 109 = 283 (100%)
R 61 of 283 ~ 21.55%
G 113 of 283 ~ 39.93%
B 109 of 283 ~ 38.52%

%21.55
%39.93
%38.52

CMYK color model

#3D716D color CMYK value is (46,0,4,56).

  • cyan value is 46.02%
  • magenta value is 0.00%
  • yellow value is 3.54%
  • key color value is 55.69%
CMYK:
(46,0,4,56)
C46M0Y4K56 
(46%,0%,4%,56%)
(0.46/0.00/0.04/0.56)	

CMYK percentages

%46.02
%0
%3.54
%55.69

Codes

Color #3D716D in popluar color models

3D716D
RGB61113109
HSL175°29.89%34.12%
HSB/HSV175°46.02%44.31%
CMYK46.02%0.00%3.54%
55.69%

Color #3D716D in popluar number systems.

HEX3D716D
Decimal61113109
Binary11110111100011101101
Octal75161155

Shades and tints

Shades of #3D716D

#3D716D
(61,113,109)
#386764
(56,103,100)
#335D5B
(51,93,91)
#2E5352
(46,83,82)
#294949
(41,73,73)
#243F40
(36,63,64)
#1F3537
(31,53,55)
#1A2B2E
(26,43,46)
#152125
(21,33,37)
#10171C
(16,23,28)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #3D716D

#3D716D
(61,113,109)
#4E7D7A
(78,125,122)
#5F8987
(95,137,135)
#709594
(112,149,148)
#81A1A1
(129,161,161)
#92ADAE
(146,173,174)
#A3B9BB
(163,185,187)
#B4C5C8
(180,197,200)
#C5D1D5
(197,209,213)
#D6DDE2
(214,221,226)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D716D color. Also use rgb(61,113,109) instead hex code.

Text Font Color

.myTextColor { color: #3D716D; }

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

This text font color is #3D716D.


Background Color

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

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

This div background color is #3D716D.


Border color

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

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

This div border color is #3D716D.


Opacity

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

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

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

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

This text has shadow with #3D716D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D716D on black background.


Color preview on white background

This text has color #3D716D on white background.



Black color preview on #3D716D background

This text has black color on #3D716D background.


White color preview on #3D716D background

This text has white color on #3D716D background.