COLOR #3D7271

HEX: #3D7271
RGB: (61,114,113)

Color info

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

RGB color model

#3D7271 color RGB value is (61,114,113).

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

RGB channels and saturation

R 61 of 255 = 24%
G 114 of 255 = 45%
B 113 of 255 = 44%

61
114
113

R + G + B ~ 38%. #3D7271 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 114 + 113 = 288 (100%)
R 61 of 288 ~ 21.18%
G 114 of 288 ~ 39.58%
B 113 of 288 ~ 39.24%

%21.18
%39.58
%39.24

CMYK color model

#3D7271 color CMYK value is (46,0,1,55).

  • cyan value is 46.49%
  • magenta value is 0.00%
  • yellow value is 0.88%
  • key color value is 55.29%
CMYK:
(46,0,1,55)
C46M0Y1K55 
(46%,0%,1%,55%)
(0.46/0.00/0.01/0.55)	

CMYK percentages

%46.49
%0
%0.88
%55.29

Codes

Color #3D7271 in popluar color models

3D7271
RGB61114113
HSL179°30.29%34.31%
HSB/HSV179°46.49%44.71%
CMYK46.49%0.00%0.88%
55.29%

Color #3D7271 in popluar number systems.

HEX3D7271
Decimal61114113
Binary11110111100101110001
Octal75162161

Shades and tints

Shades of #3D7271

#3D7271
(61,114,113)
#386867
(56,104,103)
#335E5D
(51,94,93)
#2E5453
(46,84,83)
#294A49
(41,74,73)
#24403F
(36,64,63)
#1F3635
(31,54,53)
#1A2C2B
(26,44,43)
#152221
(21,34,33)
#101817
(16,24,23)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #3D7271

#3D7271
(61,114,113)
#4E7E7D
(78,126,125)
#5F8A89
(95,138,137)
#709695
(112,150,149)
#81A2A1
(129,162,161)
#92AEAD
(146,174,173)
#A3BAB9
(163,186,185)
#B4C6C5
(180,198,197)
#C5D2D1
(197,210,209)
#D6DEDD
(214,222,221)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D7271; }

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

This text font color is #3D7271.


Background Color

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

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

This div background color is #3D7271.


Border color

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

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

This div border color is #3D7271.


Opacity

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

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

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

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

This text has shadow with #3D7271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7271 on black background.


Color preview on white background

This text has color #3D7271 on white background.



Black color preview on #3D7271 background

This text has black color on #3D7271 background.


White color preview on #3D7271 background

This text has white color on #3D7271 background.