COLOR #3D4031

HEX: #3D4031 RGB: (61,64,49)

Color info

#3D4031 contains red, green and blue colors in about the same proportion. Web safe color of #3D4031 is #333333 (or #333).

RGB color model

#3D4031 color RGB value is (61,64,49).

RGB: (61,64,49) (24%, 25%, 19%)

RGB channels and saturation

R 61 of 255 = 24%
G 64 of 255 = 25%
B 49 of 255 = 19%

61
64
49

R + G + B ~ 23%. #3D4031 is dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 64 + 49 = 174 (100%)
R 61 of 174 ~ 35.06%
G 64 of 174 ~ 36.78%
B 49 of 174 ~ 28.16'%

%35.06
%36.78
%28.16

CMYK color model

#3D4031 color CMYK value is (5,0,23,75).

  • cyan value is 4.69%
  • magenta value is 0.00%
  • yellow value is 23.44%
  • key color value is 74.90%

CMYK: (5,0,23,75)
C5M0Y23K75 (5%, 0%, 23%, 75%)
(0.05 / 0.00 / 0.23 / 0.75)

CMYK percentages

%4.69
%0
%23.44
%74.9

Codes

Color #3D4031 in popluar color models

3D 40 31
RGB 61 64 49
HSL 72° 13.27% 22.16%
HSB/HSV 72° 23.44% 25.10%
CMYK 4.69% 0.00% 23.44%
74.90%

Color #3D4031 in popluar number systems.

HEX 3D 40 31
Decimal 61 64 49
Binary 111101 1000000 110001
Octal 75 100 61

Shades and tints

Shades of #3D4031

#3D4031
(61,64,49)
#383B2D
(56,59,45)
#333629
(51,54,41)
#2E3125
(46,49,37)
#292C21
(41,44,33)
#24271D
(36,39,29)
#1F2219
(31,34,25)
#1A1D15
(26,29,21)
#151811
(21,24,17)
#10130D
(16,19,13)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #3D4031

#3D4031
(61,64,49)
#4E5143
(78,81,67)
#5F6255
(95,98,85)
#707367
(112,115,103)
#818479
(129,132,121)
#92958B
(146,149,139)
#A3A69D
(163,166,157)
#B4B7AF
(180,183,175)
#C5C8C1
(197,200,193)
#D6D9D3
(214,217,211)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4031 color. Also use rgb(61,64,49) instead hex code.

Text Font Color

.myTextColor { color: #3D4031; }

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

This text font color is #3D4031.

Background Color

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

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

This div background color is #3D4031.

Border color

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

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

This div border color is #3D4031.

Opacity

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

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

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

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

This text has shadow with #3D4031 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D4031.

Preview

Color preview on black background

This text has color #3D4031 on black background.


Color preview on white background

This text has color #3D4031 on white background.


Black color preview on #3D4031 background

This text has black color on #3D4031 background.


White color preview on #3D4031 background

This text has white color on #3D4031 background.


Related colors

Complementary color

Complementary color for #hex is #C2BFCE.


I love getcolorcode.com

Triadic colors

1 #313D40 and #40313D with #3D4031 are triadic colors.

2 #31403D and #403D31 with #3D4031 are triadic colors.