COLOR #3D6243

HEX: #3D6243 RGB: (61,98,67)

Color info

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

RGB color model

#3D6243 color RGB value is (61,98,67).

RGB: (61,98,67) (24%, 38%, 26%)

RGB channels and saturation

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

61
98
67

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

Portions of RGB colors in percentages

R + G + B = 61 + 98 + 67 = 226 (100%)
R 61 of 226 ~ 26.99%
G 98 of 226 ~ 43.36%
B 67 of 226 ~ 29.65'%

%26.99
%43.36
%29.65

CMYK color model

#3D6243 color CMYK value is (38,0,32,62).

  • cyan value is 37.76%
  • magenta value is 0.00%
  • yellow value is 31.63%
  • key color value is 61.57%
CMYK: (38,0,32,62) C38M0Y32K62 (38%,0%,32%,62%) (0.38/0.00/0.32/0.62) 

CMYK percentages

%37.76
%0
%31.63
%61.57

Codes

Color #3D6243 in popluar color models

3D 62 43
RGB 61 98 67
HSL 130° 23.27% 31.18%
HSB/HSV 130° 37.76% 38.43%
CMYK 37.76% 0.00% 31.63%
61.57%

Color #3D6243 in popluar number systems.

HEX 3D 62 43
Decimal 61 98 67
Binary 111101 1100010 1000011
Octal 75 142 103

Shades and tints

Shades of #3D6243

#3D6243
(61,98,67)
#385A3D
(56,90,61)
#335237
(51,82,55)
#2E4A31
(46,74,49)
#29422B
(41,66,43)
#243A25
(36,58,37)
#1F321F
(31,50,31)
#1A2A19
(26,42,25)
#152213
(21,34,19)
#101A0D
(16,26,13)
#0B1207
(11,18,7)
#000000
(0,0,0)

Tints of #3D6243

#3D6243
(61,98,67)
#4E7054
(78,112,84)
#5F7E65
(95,126,101)
#708C76
(112,140,118)
#819A87
(129,154,135)
#92A898
(146,168,152)
#A3B6A9
(163,182,169)
#B4C4BA
(180,196,186)
#C5D2CB
(197,210,203)
#D6E0DC
(214,224,220)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D6243; }

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

This text font color is #3D6243.

Background Color

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

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

This div background color is #3D6243.

Border color

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

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

This div border color is #3D6243.

Opacity

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

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

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

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

This text has shadow with #3D6243 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D6243.

Preview

Color preview on black background

This text has color #3D6243 on black background.


Color preview on white background

This text has color #3D6243 on white background.


Black color preview on #3D6243 background

This text has black color on #3D6243 background.


White color preview on #3D6243 background

This text has white color on #3D6243 background.


Related colors

Complementary color

Complementary color for #hex is #C29DBC.


I love getcolorcode.com

Triadic colors

1 #433D62 and #62433D with #3D6243 are triadic colors.

2 #43623D and #623D43 with #3D6243 are triadic colors.