COLOR #3D673E

HEX: #3D673E RGB: (61,103,62)

Color info

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

RGB color model

#3D673E color RGB value is (61,103,62).

RGB: (61,103,62) (24%, 40%, 24%)

RGB channels and saturation

R 61 of 255 = 24%
G 103 of 255 = 40%
B 62 of 255 = 24%

61
103
62

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

Portions of RGB colors in percentages

R + G + B = 61 + 103 + 62 = 226 (100%)
R 61 of 226 ~ 26.99%
G 103 of 226 ~ 45.58%
B 62 of 226 ~ 27.43'%

%26.99
%45.58
%27.43

CMYK color model

#3D673E color CMYK value is (41,0,40,60).

  • cyan value is 40.78%
  • magenta value is 0.00%
  • yellow value is 39.81%
  • key color value is 59.61%

CMYK: (41,0,40,60)
C41M0Y40K60 (41%, 0%, 40%, 60%)
(0.41 / 0.00 / 0.40 / 0.60)

CMYK percentages

%40.78
%0
%39.81
%59.61

Codes

Color #3D673E in popluar color models

3D 67 3E
RGB 61 103 62
HSL 121° 25.61% 32.16%
HSB/HSV 121° 40.78% 40.39%
CMYK 40.78% 0.00% 39.81%
59.61%

Color #3D673E in popluar number systems.

HEX 3D 67 3E
Decimal 61 103 62
Binary 111101 1100111 111110
Octal 75 147 76

Shades and tints

Shades of #3D673E

#3D673E
(61,103,62)
#385E39
(56,94,57)
#335534
(51,85,52)
#2E4C2F
(46,76,47)
#29432A
(41,67,42)
#243A25
(36,58,37)
#1F3120
(31,49,32)
#1A281B
(26,40,27)
#151F16
(21,31,22)
#101611
(16,22,17)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #3D673E

#3D673E
(61,103,62)
#4E744F
(78,116,79)
#5F8160
(95,129,96)
#708E71
(112,142,113)
#819B82
(129,155,130)
#92A893
(146,168,147)
#A3B5A4
(163,181,164)
#B4C2B5
(180,194,181)
#C5CFC6
(197,207,198)
#D6DCD7
(214,220,215)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D673E color. Also use rgb(61,103,62) instead hex code.

Text Font Color

.myTextColor { color: #3D673E; }

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

This text font color is #3D673E.

Background Color

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

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

This div background color is #3D673E.

Border color

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

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

This div border color is #3D673E.

Opacity

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

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

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

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

This text has shadow with #3D673E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D673E.

Preview

Color preview on black background

This text has color #3D673E on black background.


Color preview on white background

This text has color #3D673E on white background.


Black color preview on #3D673E background

This text has black color on #3D673E background.


White color preview on #3D673E background

This text has white color on #3D673E background.


Related colors

Complementary color

Complementary color for #hex is #C298C1.


I love getcolorcode.com

Triadic colors

1 #3E3D67 and #673E3D with #3D673E are triadic colors.

2 #3E673D and #673D3E with #3D673E are triadic colors.