COLOR #3D5339

HEX: #3D5339 RGB: (61,83,57)

Color info

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

RGB color model

#3D5339 color RGB value is (61,83,57).

RGB: (61,83,57) (24%, 33%, 22%)

RGB channels and saturation

R 61 of 255 = 24%
G 83 of 255 = 33%
B 57 of 255 = 22%

61
83
57

R + G + B ~ 26%. #3D5339 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 83 + 57 = 201 (100%)
R 61 of 201 ~ 30.35%
G 83 of 201 ~ 41.29%
B 57 of 201 ~ 28.36'%

%30.35
%41.29
%28.36

CMYK color model

#3D5339 color CMYK value is (27,0,31,67).

  • cyan value is 26.51%
  • magenta value is 0.00%
  • yellow value is 31.33%
  • key color value is 67.45%

CMYK: (27,0,31,67)
C27M0Y31K67 (27%, 0%, 31%, 67%)
(0.27 / 0.00 / 0.31 / 0.67)

CMYK percentages

%26.51
%0
%31.33
%67.45

Codes

Color #3D5339 in popluar color models

3D 53 39
RGB 61 83 57
HSL 111° 18.57% 27.45%
HSB/HSV 111° 31.33% 32.55%
CMYK 26.51% 0.00% 31.33%
67.45%

Color #3D5339 in popluar number systems.

HEX 3D 53 39
Decimal 61 83 57
Binary 111101 1010011 111001
Octal 75 123 71

Shades and tints

Shades of #3D5339

#3D5339
(61,83,57)
#384C34
(56,76,52)
#33452F
(51,69,47)
#2E3E2A
(46,62,42)
#293725
(41,55,37)
#243020
(36,48,32)
#1F291B
(31,41,27)
#1A2216
(26,34,22)
#151B11
(21,27,17)
#10140C
(16,20,12)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #3D5339

#3D5339
(61,83,57)
#4E624B
(78,98,75)
#5F715D
(95,113,93)
#70806F
(112,128,111)
#818F81
(129,143,129)
#929E93
(146,158,147)
#A3ADA5
(163,173,165)
#B4BCB7
(180,188,183)
#C5CBC9
(197,203,201)
#D6DADB
(214,218,219)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5339 color. Also use rgb(61,83,57) instead hex code.

Text Font Color

.myTextColor { color: #3D5339; }

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

This text font color is #3D5339.

Background Color

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

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

This div background color is #3D5339.

Border color

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

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

This div border color is #3D5339.

Opacity

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

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

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

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

This text has shadow with #3D5339 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D5339.

Preview

Color preview on black background

This text has color #3D5339 on black background.


Color preview on white background

This text has color #3D5339 on white background.


Black color preview on #3D5339 background

This text has black color on #3D5339 background.


White color preview on #3D5339 background

This text has white color on #3D5339 background.


Related colors

Complementary color

Complementary color for #hex is #C2ACC6.


I love getcolorcode.com

Triadic colors

1 #393D53 and #53393D with #3D5339 are triadic colors.

2 #39533D and #533D39 with #3D5339 are triadic colors.