COLOR #3D584A

HEX: #3D584A
RGB: (61,88,74)

Color info

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

RGB color model

#3D584A color RGB value is (61,88,74).

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

RGB channels and saturation

R 61 of 255 = 24%
G 88 of 255 = 35%
B 74 of 255 = 29%

61
88
74

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

Portions of RGB colors in percentages

R + G + B =
61 + 88 + 74 = 223 (100%)
R 61 of 223 ~ 27.35%
G 88 of 223 ~ 39.46%
B 74 of 223 ~ 33.18%

%27.35
%39.46
%33.18

CMYK color model

#3D584A color CMYK value is (31,0,16,65).

  • cyan value is 30.68%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 65.49%
CMYK:
(31,0,16,65)
C31M0Y16K65 
(31%,0%,16%,65%)
(0.31/0.00/0.16/0.65)	

CMYK percentages

%30.68
%0
%15.91
%65.49

Codes

Color #3D584A in popluar color models

3D584A
RGB618874
HSL149°18.12%29.22%
HSB/HSV149°30.68%34.51%
CMYK30.68%0.00%15.91%
65.49%

Color #3D584A in popluar number systems.

HEX3D584A
Decimal618874
Binary11110110110001001010
Octal75130112

Shades and tints

Shades of #3D584A

#3D584A
(61,88,74)
#385044
(56,80,68)
#33483E
(51,72,62)
#2E4038
(46,64,56)
#293832
(41,56,50)
#24302C
(36,48,44)
#1F2826
(31,40,38)
#1A2020
(26,32,32)
#15181A
(21,24,26)
#101014
(16,16,20)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #3D584A

#3D584A
(61,88,74)
#4E675A
(78,103,90)
#5F766A
(95,118,106)
#70857A
(112,133,122)
#81948A
(129,148,138)
#92A39A
(146,163,154)
#A3B2AA
(163,178,170)
#B4C1BA
(180,193,186)
#C5D0CA
(197,208,202)
#D6DFDA
(214,223,218)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D584A; }

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

This text font color is #3D584A.


Background Color

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

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

This div background color is #3D584A.


Border color

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

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

This div border color is #3D584A.


Opacity

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

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

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

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

This text has shadow with #3D584A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D584A on black background.


Color preview on white background

This text has color #3D584A on white background.



Black color preview on #3D584A background

This text has black color on #3D584A background.


White color preview on #3D584A background

This text has white color on #3D584A background.