COLOR #3D524F

HEX: #3D524F RGB: (61,82,79)

Color info

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

RGB color model

#3D524F color RGB value is (61,82,79).

RGB: (61,82,79) (24%, 32%, 31%)

RGB channels and saturation

R 61 of 255 = 24%
G 82 of 255 = 32%
B 79 of 255 = 31%

61
82
79

R + G + B ~ 29%. #3D524F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 82 + 79 = 222 (100%)
R 61 of 222 ~ 27.48%
G 82 of 222 ~ 36.94%
B 79 of 222 ~ 35.59'%

%27.48
%36.94
%35.59

CMYK color model

#3D524F color CMYK value is (26,0,4,68).

  • cyan value is 25.61%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 67.84%

CMYK: (26,0,4,68)
C26M0Y4K68 (26%, 0%, 4%, 68%)
(0.26 / 0.00 / 0.04 / 0.68)

CMYK percentages

%25.61
%0
%3.66
%67.84

Codes

Color #3D524F in popluar color models

3D 52 4F
RGB 61 82 79
HSL 171° 14.69% 28.04%
HSB/HSV 171° 25.61% 32.16%
CMYK 25.61% 0.00% 3.66%
67.84%

Color #3D524F in popluar number systems.

HEX 3D 52 4F
Decimal 61 82 79
Binary 111101 1010010 1001111
Octal 75 122 117

Shades and tints

Shades of #3D524F

#3D524F
(61,82,79)
#384B48
(56,75,72)
#334441
(51,68,65)
#2E3D3A
(46,61,58)
#293633
(41,54,51)
#242F2C
(36,47,44)
#1F2825
(31,40,37)
#1A211E
(26,33,30)
#151A17
(21,26,23)
#101310
(16,19,16)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #3D524F

#3D524F
(61,82,79)
#4E615F
(78,97,95)
#5F706F
(95,112,111)
#707F7F
(112,127,127)
#818E8F
(129,142,143)
#929D9F
(146,157,159)
#A3ACAF
(163,172,175)
#B4BBBF
(180,187,191)
#C5CACF
(197,202,207)
#D6D9DF
(214,217,223)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D524F; }

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

This text font color is #3D524F.

Background Color

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

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

This div background color is #3D524F.

Border color

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

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

This div border color is #3D524F.

Opacity

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

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

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

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

This text has shadow with #3D524F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D524F.

Preview

Color preview on black background

This text has color #3D524F on black background.


Color preview on white background

This text has color #3D524F on white background.


Black color preview on #3D524F background

This text has black color on #3D524F background.


White color preview on #3D524F background

This text has white color on #3D524F background.


Related colors

Complementary color

Complementary color for #hex is #C2ADB0.


I love getcolorcode.com

Triadic colors

1 #4F3D52 and #524F3D with #3D524F are triadic colors.

2 #4F523D and #523D4F with #3D524F are triadic colors.