COLOR #3D663B

HEX: #3D663B RGB: (61,102,59)

Color info

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

RGB color model

#3D663B color RGB value is (61,102,59).

RGB: (61,102,59) (24%, 40%, 23%)

RGB channels and saturation

R 61 of 255 = 24%
G 102 of 255 = 40%
B 59 of 255 = 23%

61
102
59

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

Portions of RGB colors in percentages

R + G + B = 61 + 102 + 59 = 222 (100%)
R 61 of 222 ~ 27.48%
G 102 of 222 ~ 45.95%
B 59 of 222 ~ 26.58'%

%27.48
%45.95
%26.58

CMYK color model

#3D663B color CMYK value is (40,0,42,60).

  • cyan value is 40.20%
  • magenta value is 0.00%
  • yellow value is 42.16%
  • key color value is 60.00%

CMYK: (40,0,42,60)
C40M0Y42K60 (40%, 0%, 42%, 60%)
(0.40 / 0.00 / 0.42 / 0.60)

CMYK percentages

%40.2
%0
%42.16
%60

Codes

Color #3D663B in popluar color models

3D 66 3B
RGB 61 102 59
HSL 117° 26.71% 31.57%
HSB/HSV 117° 42.16% 40.00%
CMYK 40.20% 0.00% 42.16%
60.00%

Color #3D663B in popluar number systems.

HEX 3D 66 3B
Decimal 61 102 59
Binary 111101 1100110 111011
Octal 75 146 73

Shades and tints

Shades of #3D663B

#3D663B
(61,102,59)
#385D36
(56,93,54)
#335431
(51,84,49)
#2E4B2C
(46,75,44)
#294227
(41,66,39)
#243922
(36,57,34)
#1F301D
(31,48,29)
#1A2718
(26,39,24)
#151E13
(21,30,19)
#10150E
(16,21,14)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #3D663B

#3D663B
(61,102,59)
#4E734C
(78,115,76)
#5F805D
(95,128,93)
#708D6E
(112,141,110)
#819A7F
(129,154,127)
#92A790
(146,167,144)
#A3B4A1
(163,180,161)
#B4C1B2
(180,193,178)
#C5CEC3
(197,206,195)
#D6DBD4
(214,219,212)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D663B color. Also use rgb(61,102,59) instead hex code.

Text Font Color

.myTextColor { color: #3D663B; }

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

This text font color is #3D663B.

Background Color

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

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

This div background color is #3D663B.

Border color

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

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

This div border color is #3D663B.

Opacity

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

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

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

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

This text has shadow with #3D663B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D663B.

Preview

Color preview on black background

This text has color #3D663B on black background.


Color preview on white background

This text has color #3D663B on white background.


Black color preview on #3D663B background

This text has black color on #3D663B background.


White color preview on #3D663B background

This text has white color on #3D663B background.


Related colors

Complementary color

Complementary color for #hex is #C299C4.


I love getcolorcode.com

Triadic colors

1 #3B3D66 and #663B3D with #3D663B are triadic colors.

2 #3B663D and #663D3B with #3D663B are triadic colors.