COLOR #3D4D3A

HEX: #3D4D3A RGB: (61,77,58)

Color info

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

RGB color model

#3D4D3A color RGB value is (61,77,58).

RGB: (61,77,58) (24%, 30%, 23%)

RGB channels and saturation

R 61 of 255 = 24%
G 77 of 255 = 30%
B 58 of 255 = 23%

61
77
58

R + G + B ~ 26%. #3D4D3A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 77 + 58 = 196 (100%)
R 61 of 196 ~ 31.12%
G 77 of 196 ~ 39.29%
B 58 of 196 ~ 29.59'%

%31.12
%39.29
%29.59

CMYK color model

#3D4D3A color CMYK value is (21,0,25,70).

  • cyan value is 20.78%
  • magenta value is 0.00%
  • yellow value is 24.68%
  • key color value is 69.80%

CMYK: (21,0,25,70)
C21M0Y25K70 (21%, 0%, 25%, 70%)
(0.21 / 0.00 / 0.25 / 0.70)

CMYK percentages

%20.78
%0
%24.68
%69.8

Codes

Color #3D4D3A in popluar color models

3D 4D 3A
RGB 61 77 58
HSL 111° 14.07% 26.47%
HSB/HSV 111° 24.68% 30.20%
CMYK 20.78% 0.00% 24.68%
69.80%

Color #3D4D3A in popluar number systems.

HEX 3D 4D 3A
Decimal 61 77 58
Binary 111101 1001101 111010
Octal 75 115 72

Shades and tints

Shades of #3D4D3A

#3D4D3A
(61,77,58)
#384635
(56,70,53)
#333F30
(51,63,48)
#2E382B
(46,56,43)
#293126
(41,49,38)
#242A21
(36,42,33)
#1F231C
(31,35,28)
#1A1C17
(26,28,23)
#151512
(21,21,18)
#100E0D
(16,14,13)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #3D4D3A

#3D4D3A
(61,77,58)
#4E5D4B
(78,93,75)
#5F6D5C
(95,109,92)
#707D6D
(112,125,109)
#818D7E
(129,141,126)
#929D8F
(146,157,143)
#A3ADA0
(163,173,160)
#B4BDB1
(180,189,177)
#C5CDC2
(197,205,194)
#D6DDD3
(214,221,211)
#E7EDE4
(231,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4D3A color. Also use rgb(61,77,58) instead hex code.

Text Font Color

.myTextColor { color: #3D4D3A; }

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

This text font color is #3D4D3A.

Background Color

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

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

This div background color is #3D4D3A.

Border color

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

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

This div border color is #3D4D3A.

Opacity

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

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

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

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

This text has shadow with #3D4D3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D4D3A.

Preview

Color preview on black background

This text has color #3D4D3A on black background.


Color preview on white background

This text has color #3D4D3A on white background.


Black color preview on #3D4D3A background

This text has black color on #3D4D3A background.


White color preview on #3D4D3A background

This text has white color on #3D4D3A background.


Related colors

Complementary color

Complementary color for #hex is #C2B2C5.


I love getcolorcode.com

Triadic colors

1 #3A3D4D and #4D3A3D with #3D4D3A are triadic colors.

2 #3A4D3D and #4D3D3A with #3D4D3A are triadic colors.