COLOR #3D590A

HEX: #3D590A RGB: (61,89,10)

Color info

#3D590A contains mainly red and green colors. Web safe color of #3D590A is #336600 (or #360).

RGB color model

#3D590A color RGB value is (61,89,10).

RGB: (61,89,10) (24%, 35%, 4%)

RGB channels and saturation

R 61 of 255 = 24%
G 89 of 255 = 35%
B 10 of 255 = 4%

61
89
10

R + G + B ~ 21%. #3D590A is dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 89 + 10 = 160 (100%)
R 61 of 160 ~ 38.13%
G 89 of 160 ~ 55.63%
B 10 of 160 ~ 6.25'%

%38.13
%55.63

CMYK color model

#3D590A color CMYK value is (31,0,89,65).

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

CMYK: (31,0,89,65)
C31M0Y89K65 (31%, 0%, 89%, 65%)
(0.31 / 0.00 / 0.89 / 0.65)

CMYK percentages

%31.46
%0
%88.76
%65.1

Codes

Color #3D590A in popluar color models

3D 59 0A
RGB 61 89 10
HSL 81° 79.80% 19.41%
HSB/HSV 81° 88.76% 34.90%
CMYK 31.46% 0.00% 88.76%
65.10%

Color #3D590A in popluar number systems.

HEX 3D 59 0A
Decimal 61 89 10
Binary 111101 1011001 1010
Octal 75 131 12

Shades and tints

Shades of #3D590A

#3D590A
(61,89,10)
#38510A
(56,81,10)
#33490A
(51,73,10)
#2E410A
(46,65,10)
#29390A
(41,57,10)
#24310A
(36,49,10)
#1F290A
(31,41,10)
#1A210A
(26,33,10)
#15190A
(21,25,10)
#10110A
(16,17,10)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #3D590A

#3D590A
(61,89,10)
#4E6820
(78,104,32)
#5F7736
(95,119,54)
#70864C
(112,134,76)
#819562
(129,149,98)
#92A478
(146,164,120)
#A3B38E
(163,179,142)
#B4C2A4
(180,194,164)
#C5D1BA
(197,209,186)
#D6E0D0
(214,224,208)
#E7EFE6
(231,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D590A; }

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

This text font color is #3D590A.

Background Color

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

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

This div background color is #3D590A.

Border color

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

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

This div border color is #3D590A.

Opacity

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

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

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

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

This text has shadow with #3D590A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D590A.

Preview

Color preview on black background

This text has color #3D590A on black background.


Color preview on white background

This text has color #3D590A on white background.


Black color preview on #3D590A background

This text has black color on #3D590A background.


White color preview on #3D590A background

This text has white color on #3D590A background.


Related colors

Complementary color

Complementary color for #hex is #C2A6F5.


I love getcolorcode.com

Triadic colors

1 #0A3D59 and #590A3D with #3D590A are triadic colors.

2 #0A593D and #593D0A with #3D590A are triadic colors.