COLOR #3D584D

HEX: #3D584D
RGB: (61,88,77)

Color info

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

RGB color model

#3D584D color RGB value is (61,88,77).

  • red value is 61;
  • green value is 88;
  • blue value is 77.
RGB:
(61,88,77)
(24%,35%,30%)

RGB channels and saturation

R 61 of 255 = 24%
G 88 of 255 = 35%
B 77 of 255 = 30%

61
88
77

R + G + B ~ 30%. #3D584D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 88 + 77 = 226 (100%)
R 61 of 226 ~ 26.99%
G 88 of 226 ~ 38.94%
B 77 of 226 ~ 34.07%

%26.99
%38.94
%34.07

CMYK color model

#3D584D color CMYK value is (31,0,13,65).

  • cyan value is 30.68%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 65.49%
CMYK:
(31,0,13,65)
C31M0Y13K65 
(31%,0%,13%,65%)
(0.31/0.00/0.13/0.65)	

CMYK percentages

%30.68
%0
%12.5
%65.49

Codes

Color #3D584D in popluar color models

3D584D
RGB618877
HSL156°18.12%29.22%
HSB/HSV156°30.68%34.51%
CMYK30.68%0.00%12.50%
65.49%

Color #3D584D in popluar number systems.

HEX3D584D
Decimal618877
Binary11110110110001001101
Octal75130115

Shades and tints

Shades of #3D584D

#3D584D
(61,88,77)
#385046
(56,80,70)
#33483F
(51,72,63)
#2E4038
(46,64,56)
#293831
(41,56,49)
#24302A
(36,48,42)
#1F2823
(31,40,35)
#1A201C
(26,32,28)
#151815
(21,24,21)
#10100E
(16,16,14)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #3D584D

#3D584D
(61,88,77)
#4E675D
(78,103,93)
#5F766D
(95,118,109)
#70857D
(112,133,125)
#81948D
(129,148,141)
#92A39D
(146,163,157)
#A3B2AD
(163,178,173)
#B4C1BD
(180,193,189)
#C5D0CD
(197,208,205)
#D6DFDD
(214,223,221)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D584D color. Also use rgb(61,88,77) instead hex code.

Text Font Color

.myTextColor { color: #3D584D; }

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

This text font color is #3D584D.


Background Color

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

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

This div background color is #3D584D.


Border color

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

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

This div border color is #3D584D.


Opacity

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

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

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

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

This text has shadow with #3D584D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D584D on black background.


Color preview on white background

This text has color #3D584D on white background.



Black color preview on #3D584D background

This text has black color on #3D584D background.


White color preview on #3D584D background

This text has white color on #3D584D background.