COLOR #3D5741

HEX: #3D5741
RGB: (61,87,65)

Color info

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

RGB color model

#3D5741 color RGB value is (61,87,65).

  • red value is 61;
  • green value is 87;
  • blue value is 65.
RGB:
(61,87,65)
(24%,34%,25%)

RGB channels and saturation

R 61 of 255 = 24%
G 87 of 255 = 34%
B 65 of 255 = 25%

61
87
65

R + G + B ~ 28%. #3D5741 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 87 + 65 = 213 (100%)
R 61 of 213 ~ 28.64%
G 87 of 213 ~ 40.85%
B 65 of 213 ~ 30.52%

%28.64
%40.85
%30.52

CMYK color model

#3D5741 color CMYK value is (30,0,25,66).

  • cyan value is 29.89%
  • magenta value is 0.00%
  • yellow value is 25.29%
  • key color value is 65.88%
CMYK:
(30,0,25,66)
C30M0Y25K66 
(30%,0%,25%,66%)
(0.30/0.00/0.25/0.66)	

CMYK percentages

%29.89
%0
%25.29
%65.88

Codes

Color #3D5741 in popluar color models

3D5741
RGB618765
HSL129°17.57%29.02%
HSB/HSV129°29.89%34.12%
CMYK29.89%0.00%25.29%
65.88%

Color #3D5741 in popluar number systems.

HEX3D5741
Decimal618765
Binary11110110101111000001
Octal75127101

Shades and tints

Shades of #3D5741

#3D5741
(61,87,65)
#38503C
(56,80,60)
#334937
(51,73,55)
#2E4232
(46,66,50)
#293B2D
(41,59,45)
#243428
(36,52,40)
#1F2D23
(31,45,35)
#1A261E
(26,38,30)
#151F19
(21,31,25)
#101814
(16,24,20)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #3D5741

#3D5741
(61,87,65)
#4E6652
(78,102,82)
#5F7563
(95,117,99)
#708474
(112,132,116)
#819385
(129,147,133)
#92A296
(146,162,150)
#A3B1A7
(163,177,167)
#B4C0B8
(180,192,184)
#C5CFC9
(197,207,201)
#D6DEDA
(214,222,218)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5741 color. Also use rgb(61,87,65) instead hex code.

Text Font Color

.myTextColor { color: #3D5741; }

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

This text font color is #3D5741.


Background Color

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

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

This div background color is #3D5741.


Border color

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

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

This div border color is #3D5741.


Opacity

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

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

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

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

This text has shadow with #3D5741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5741 on black background.


Color preview on white background

This text has color #3D5741 on white background.



Black color preview on #3D5741 background

This text has black color on #3D5741 background.


White color preview on #3D5741 background

This text has white color on #3D5741 background.