COLOR #3D725E

HEX: #3D725E
RGB: (61,114,94)

Color info

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

RGB color model

#3D725E color RGB value is (61,114,94).

  • red value is 61;
  • green value is 114;
  • blue value is 94.
RGB:
(61,114,94)
(24%,45%,37%)

RGB channels and saturation

R 61 of 255 = 24%
G 114 of 255 = 45%
B 94 of 255 = 37%

61
114
94

R + G + B ~ 35%. #3D725E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 114 + 94 = 269 (100%)
R 61 of 269 ~ 22.68%
G 114 of 269 ~ 42.38%
B 94 of 269 ~ 34.94%

%22.68
%42.38
%34.94

CMYK color model

#3D725E color CMYK value is (46,0,18,55).

  • cyan value is 46.49%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 55.29%
CMYK:
(46,0,18,55)
C46M0Y18K55 
(46%,0%,18%,55%)
(0.46/0.00/0.18/0.55)	

CMYK percentages

%46.49
%0
%17.54
%55.29

Codes

Color #3D725E in popluar color models

3D725E
RGB6111494
HSL157°30.29%34.31%
HSB/HSV157°46.49%44.71%
CMYK46.49%0.00%17.54%
55.29%

Color #3D725E in popluar number systems.

HEX3D725E
Decimal6111494
Binary11110111100101011110
Octal75162136

Shades and tints

Shades of #3D725E

#3D725E
(61,114,94)
#386856
(56,104,86)
#335E4E
(51,94,78)
#2E5446
(46,84,70)
#294A3E
(41,74,62)
#244036
(36,64,54)
#1F362E
(31,54,46)
#1A2C26
(26,44,38)
#15221E
(21,34,30)
#101816
(16,24,22)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #3D725E

#3D725E
(61,114,94)
#4E7E6C
(78,126,108)
#5F8A7A
(95,138,122)
#709688
(112,150,136)
#81A296
(129,162,150)
#92AEA4
(146,174,164)
#A3BAB2
(163,186,178)
#B4C6C0
(180,198,192)
#C5D2CE
(197,210,206)
#D6DEDC
(214,222,220)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D725E color. Also use rgb(61,114,94) instead hex code.

Text Font Color

.myTextColor { color: #3D725E; }

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

This text font color is #3D725E.


Background Color

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

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

This div background color is #3D725E.


Border color

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

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

This div border color is #3D725E.


Opacity

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

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

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

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

This text has shadow with #3D725E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D725E on black background.


Color preview on white background

This text has color #3D725E on white background.



Black color preview on #3D725E background

This text has black color on #3D725E background.


White color preview on #3D725E background

This text has white color on #3D725E background.