COLOR #3D5842

HEX: #3D5842
RGB: (61,88,66)

Color info

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

RGB color model

#3D5842 color RGB value is (61,88,66).

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

RGB channels and saturation

R 61 of 255 = 24%
G 88 of 255 = 35%
B 66 of 255 = 26%

61
88
66

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

Portions of RGB colors in percentages

R + G + B =
61 + 88 + 66 = 215 (100%)
R 61 of 215 ~ 28.37%
G 88 of 215 ~ 40.93%
B 66 of 215 ~ 30.7%

%28.37
%40.93
%30.7

CMYK color model

#3D5842 color CMYK value is (31,0,25,65).

  • cyan value is 30.68%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 65.49%
CMYK:
(31,0,25,65)
C31M0Y25K65 
(31%,0%,25%,65%)
(0.31/0.00/0.25/0.65)	

CMYK percentages

%30.68
%0
%25
%65.49

Codes

Color #3D5842 in popluar color models

3D5842
RGB618866
HSL131°18.12%29.22%
HSB/HSV131°30.68%34.51%
CMYK30.68%0.00%25.00%
65.49%

Color #3D5842 in popluar number systems.

HEX3D5842
Decimal618866
Binary11110110110001000010
Octal75130102

Shades and tints

Shades of #3D5842

#3D5842
(61,88,66)
#38503C
(56,80,60)
#334836
(51,72,54)
#2E4030
(46,64,48)
#29382A
(41,56,42)
#243024
(36,48,36)
#1F281E
(31,40,30)
#1A2018
(26,32,24)
#151812
(21,24,18)
#10100C
(16,16,12)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #3D5842

#3D5842
(61,88,66)
#4E6753
(78,103,83)
#5F7664
(95,118,100)
#708575
(112,133,117)
#819486
(129,148,134)
#92A397
(146,163,151)
#A3B2A8
(163,178,168)
#B4C1B9
(180,193,185)
#C5D0CA
(197,208,202)
#D6DFDB
(214,223,219)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D5842; }

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

This text font color is #3D5842.


Background Color

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

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

This div background color is #3D5842.


Border color

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

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

This div border color is #3D5842.


Opacity

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

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

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

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

This text has shadow with #3D5842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5842 on black background.


Color preview on white background

This text has color #3D5842 on white background.



Black color preview on #3D5842 background

This text has black color on #3D5842 background.


White color preview on #3D5842 background

This text has white color on #3D5842 background.