COLOR #3D7275

HEX: #3D7275 RGB: (61,114,117)

Color info

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

RGB color model

#3D7275 color RGB value is (61,114,117).

RGB: (61,114,117) (24%, 45%, 46%)

RGB channels and saturation

R 61 of 255 = 24%
G 114 of 255 = 45%
B 117 of 255 = 46%

61
114
117

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

Portions of RGB colors in percentages

R + G + B = 61 + 114 + 117 = 292 (100%)
R 61 of 292 ~ 20.89%
G 114 of 292 ~ 39.04%
B 117 of 292 ~ 40.07'%

%20.89
%39.04
%40.07

CMYK color model

#3D7275 color CMYK value is (48,3,0,54).

  • cyan value is 47.86%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (48,3,0,54)
C48M3Y0K54 (48%, 3%, 0%, 54%)
(0.48 / 0.03 / 0.00 / 0.54)

CMYK percentages

%47.86
%2.56
%0
%54.12

Codes

Color #3D7275 in popluar color models

3D 72 75
RGB 61 114 117
HSL 183° 31.46% 34.90%
HSB/HSV 183° 47.86% 45.88%
CMYK 47.86% 2.56% 0.00%
54.12%

Color #3D7275 in popluar number systems.

HEX 3D 72 75
Decimal 61 114 117
Binary 111101 1110010 1110101
Octal 75 162 165

Shades and tints

Shades of #3D7275

#3D7275
(61,114,117)
#38686B
(56,104,107)
#335E61
(51,94,97)
#2E5457
(46,84,87)
#294A4D
(41,74,77)
#244043
(36,64,67)
#1F3639
(31,54,57)
#1A2C2F
(26,44,47)
#152225
(21,34,37)
#10181B
(16,24,27)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #3D7275

#3D7275
(61,114,117)
#4E7E81
(78,126,129)
#5F8A8D
(95,138,141)
#709699
(112,150,153)
#81A2A5
(129,162,165)
#92AEB1
(146,174,177)
#A3BABD
(163,186,189)
#B4C6C9
(180,198,201)
#C5D2D5
(197,210,213)
#D6DEE1
(214,222,225)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D7275; }

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

This text font color is #3D7275.

Background Color

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

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

This div background color is #3D7275.

Border color

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

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

This div border color is #3D7275.

Opacity

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

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

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

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

This text has shadow with #3D7275 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D7275.

Preview

Color preview on black background

This text has color #3D7275 on black background.


Color preview on white background

This text has color #3D7275 on white background.


Black color preview on #3D7275 background

This text has black color on #3D7275 background.


White color preview on #3D7275 background

This text has white color on #3D7275 background.


Related colors

Complementary color

Complementary color for #hex is #C28D8A.


I love getcolorcode.com

Triadic colors

1 #753D72 and #72753D with #3D7275 are triadic colors.

2 #75723D and #723D75 with #3D7275 are triadic colors.