COLOR #3D6356

HEX: #3D6356
RGB: (61,99,86)

Color info

#3D6356 contains red, green and blue colors in about the same proportion. Web safe color of #3D6356 is #336666 (or #366).

RGB color model

#3D6356 color RGB value is (61,99,86).

  • red value is 61;
  • green value is 99;
  • blue value is 86.
RGB:
(61,99,86)
(24%,39%,34%)

RGB channels and saturation

R 61 of 255 = 24%
G 99 of 255 = 39%
B 86 of 255 = 34%

61
99
86

R + G + B ~ 32%. #3D6356 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 99 + 86 = 246 (100%)
R 61 of 246 ~ 24.8%
G 99 of 246 ~ 40.24%
B 86 of 246 ~ 34.96%

%24.8
%40.24
%34.96

CMYK color model

#3D6356 color CMYK value is (38,0,13,61).

  • cyan value is 38.38%
  • magenta value is 0.00%
  • yellow value is 13.13%
  • key color value is 61.18%
CMYK:
(38,0,13,61)
C38M0Y13K61 
(38%,0%,13%,61%)
(0.38/0.00/0.13/0.61)	

CMYK percentages

%38.38
%0
%13.13
%61.18

Codes

Color #3D6356 in popluar color models

3D6356
RGB619986
HSL159°23.75%31.37%
HSB/HSV159°38.38%38.82%
CMYK38.38%0.00%13.13%
61.18%

Color #3D6356 in popluar number systems.

HEX3D6356
Decimal619986
Binary11110111000111010110
Octal75143126

Shades and tints

Shades of #3D6356

#3D6356
(61,99,86)
#385A4F
(56,90,79)
#335148
(51,81,72)
#2E4841
(46,72,65)
#293F3A
(41,63,58)
#243633
(36,54,51)
#1F2D2C
(31,45,44)
#1A2425
(26,36,37)
#151B1E
(21,27,30)
#101217
(16,18,23)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #3D6356

#3D6356
(61,99,86)
#4E7165
(78,113,101)
#5F7F74
(95,127,116)
#708D83
(112,141,131)
#819B92
(129,155,146)
#92A9A1
(146,169,161)
#A3B7B0
(163,183,176)
#B4C5BF
(180,197,191)
#C5D3CE
(197,211,206)
#D6E1DD
(214,225,221)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6356 color. Also use rgb(61,99,86) instead hex code.

Text Font Color

.myTextColor { color: #3D6356; }

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

This text font color is #3D6356.


Background Color

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

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

This div background color is #3D6356.


Border color

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

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

This div border color is #3D6356.


Opacity

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

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

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

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

This text has shadow with #3D6356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6356 on black background.


Color preview on white background

This text has color #3D6356 on white background.



Black color preview on #3D6356 background

This text has black color on #3D6356 background.


White color preview on #3D6356 background

This text has white color on #3D6356 background.