COLOR #3D593A

HEX: #3D593A RGB: (61,89,58)

Color info

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

RGB color model

#3D593A color RGB value is (61,89,58).

RGB: (61,89,58) (24%, 35%, 23%)

RGB channels and saturation

R 61 of 255 = 24%
G 89 of 255 = 35%
B 58 of 255 = 23%

61
89
58

R + G + B ~ 27%. #3D593A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 89 + 58 = 208 (100%)
R 61 of 208 ~ 29.33%
G 89 of 208 ~ 42.79%
B 58 of 208 ~ 27.88'%

%29.33
%42.79
%27.88

CMYK color model

#3D593A color CMYK value is (31,0,35,65).

  • cyan value is 31.46%
  • magenta value is 0.00%
  • yellow value is 34.83%
  • key color value is 65.10%

CMYK: (31,0,35,65)
C31M0Y35K65 (31%, 0%, 35%, 65%)
(0.31 / 0.00 / 0.35 / 0.65)

CMYK percentages

%31.46
%0
%34.83
%65.1

Codes

Color #3D593A in popluar color models

3D 59 3A
RGB 61 89 58
HSL 114° 21.09% 28.82%
HSB/HSV 114° 34.83% 34.90%
CMYK 31.46% 0.00% 34.83%
65.10%

Color #3D593A in popluar number systems.

HEX 3D 59 3A
Decimal 61 89 58
Binary 111101 1011001 111010
Octal 75 131 72

Shades and tints

Shades of #3D593A

#3D593A
(61,89,58)
#385135
(56,81,53)
#334930
(51,73,48)
#2E412B
(46,65,43)
#293926
(41,57,38)
#243121
(36,49,33)
#1F291C
(31,41,28)
#1A2117
(26,33,23)
#151912
(21,25,18)
#10110D
(16,17,13)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #3D593A

#3D593A
(61,89,58)
#4E684B
(78,104,75)
#5F775C
(95,119,92)
#70866D
(112,134,109)
#81957E
(129,149,126)
#92A48F
(146,164,143)
#A3B3A0
(163,179,160)
#B4C2B1
(180,194,177)
#C5D1C2
(197,209,194)
#D6E0D3
(214,224,211)
#E7EFE4
(231,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D593A color. Also use rgb(61,89,58) instead hex code.

Text Font Color

.myTextColor { color: #3D593A; }

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

This text font color is #3D593A.

Background Color

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

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

This div background color is #3D593A.

Border color

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

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

This div border color is #3D593A.

Opacity

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

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

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

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

This text has shadow with #3D593A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D593A.

Preview

Color preview on black background

This text has color #3D593A on black background.


Color preview on white background

This text has color #3D593A on white background.


Black color preview on #3D593A background

This text has black color on #3D593A background.


White color preview on #3D593A background

This text has white color on #3D593A background.


Related colors

Complementary color

Complementary color for #hex is #C2A6C5.


I love getcolorcode.com

Triadic colors

1 #3A3D59 and #593A3D with #3D593A are triadic colors.

2 #3A593D and #593D3A with #3D593A are triadic colors.