COLOR #3D6242

HEX: #3D6242
RGB: (61,98,66)

Color info

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

RGB color model

#3D6242 color RGB value is (61,98,66).

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

RGB channels and saturation

R 61 of 255 = 24%
G 98 of 255 = 38%
B 66 of 255 = 26%

61
98
66

R + G + B ~ 29%. #3D6242 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 98 + 66 = 225 (100%)
R 61 of 225 ~ 27.11%
G 98 of 225 ~ 43.56%
B 66 of 225 ~ 29.33%

%27.11
%43.56
%29.33

CMYK color model

#3D6242 color CMYK value is (38,0,33,62).

  • cyan value is 37.76%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 61.57%
CMYK: (38,0,33,62) C38M0Y33K62 (38%,0%,33%,62%) (0.38/0.00/0.33/0.62)

CMYK percentages

%37.76
%0
%32.65
%61.57

Codes

Color #3D6242 in popluar color models

3D6242
RGB619866
HSL128°23.27%31.18%
HSB/HSV128°37.76%38.43%
CMYK37.76%0.00%32.65%
61.57%

Color #3D6242 in popluar number systems.

HEX3D6242
Decimal619866
Binary11110111000101000010
Octal75142102

Shades and tints

Shades of #3D6242

#3D6242
(61,98,66)
#385A3C
(56,90,60)
#335236
(51,82,54)
#2E4A30
(46,74,48)
#29422A
(41,66,42)
#243A24
(36,58,36)
#1F321E
(31,50,30)
#1A2A18
(26,42,24)
#152212
(21,34,18)
#101A0C
(16,26,12)
#0B1206
(11,18,6)
#000000
(0,0,0)

Tints of #3D6242

#3D6242
(61,98,66)
#4E7053
(78,112,83)
#5F7E64
(95,126,100)
#708C75
(112,140,117)
#819A86
(129,154,134)
#92A897
(146,168,151)
#A3B6A8
(163,182,168)
#B4C4B9
(180,196,185)
#C5D2CA
(197,210,202)
#D6E0DB
(214,224,219)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D6242; }

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

This text font color is #3D6242.


Background Color

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

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

This div background color is #3D6242.


Border color

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

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

This div border color is #3D6242.


Opacity

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

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

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

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

This text has shadow with #3D6242 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3D6242 on black background.


Color preview on white background

This text has color #3D6242 on white background.



Black color preview on #3D6242 background

This text has black color on #3D6242 background.


White color preview on #3D6242 background

This text has white color on #3D6242 background.