COLOR #3D574C

HEX: #3D574C
RGB: (61,87,76)

Color info

#3D574C contains red, green and blue colors in about the same proportion. Web safe color of #3D574C is #336633 (or #363).

RGB color model

#3D574C color RGB value is (61,87,76).

  • red value is 61;
  • green value is 87;
  • blue value is 76.
RGB:
(61,87,76)
(24%,34%,30%)

RGB channels and saturation

R 61 of 255 = 24%
G 87 of 255 = 34%
B 76 of 255 = 30%

61
87
76

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

Portions of RGB colors in percentages

R + G + B =
61 + 87 + 76 = 224 (100%)
R 61 of 224 ~ 27.23%
G 87 of 224 ~ 38.84%
B 76 of 224 ~ 33.93%

%27.23
%38.84
%33.93

CMYK color model

#3D574C color CMYK value is (30,0,13,66).

  • cyan value is 29.89%
  • magenta value is 0.00%
  • yellow value is 12.64%
  • key color value is 65.88%
CMYK:
(30,0,13,66)
C30M0Y13K66 
(30%,0%,13%,66%)
(0.30/0.00/0.13/0.66)	

CMYK percentages

%29.89
%0
%12.64
%65.88

Codes

Color #3D574C in popluar color models

3D574C
RGB618776
HSL155°17.57%29.02%
HSB/HSV155°29.89%34.12%
CMYK29.89%0.00%12.64%
65.88%

Color #3D574C in popluar number systems.

HEX3D574C
Decimal618776
Binary11110110101111001100
Octal75127114

Shades and tints

Shades of #3D574C

#3D574C
(61,87,76)
#385046
(56,80,70)
#334940
(51,73,64)
#2E423A
(46,66,58)
#293B34
(41,59,52)
#24342E
(36,52,46)
#1F2D28
(31,45,40)
#1A2622
(26,38,34)
#151F1C
(21,31,28)
#101816
(16,24,22)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #3D574C

#3D574C
(61,87,76)
#4E665C
(78,102,92)
#5F756C
(95,117,108)
#70847C
(112,132,124)
#81938C
(129,147,140)
#92A29C
(146,162,156)
#A3B1AC
(163,177,172)
#B4C0BC
(180,192,188)
#C5CFCC
(197,207,204)
#D6DEDC
(214,222,220)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D574C color. Also use rgb(61,87,76) instead hex code.

Text Font Color

.myTextColor { color: #3D574C; }

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

This text font color is #3D574C.


Background Color

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

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

This div background color is #3D574C.


Border color

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

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

This div border color is #3D574C.


Opacity

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

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

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

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

This text has shadow with #3D574C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D574C on black background.


Color preview on white background

This text has color #3D574C on white background.



Black color preview on #3D574C background

This text has black color on #3D574C background.


White color preview on #3D574C background

This text has white color on #3D574C background.