COLOR #3D443B

HEX: #3D443B RGB: (61,68,59)

Color info

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

RGB color model

#3D443B color RGB value is (61,68,59).

RGB: (61,68,59) (24%, 27%, 23%)

RGB channels and saturation

R 61 of 255 = 24%
G 68 of 255 = 27%
B 59 of 255 = 23%

61
68
59

R + G + B ~ 25%. #3D443B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 68 + 59 = 188 (100%)
R 61 of 188 ~ 32.45%
G 68 of 188 ~ 36.17%
B 59 of 188 ~ 31.38'%

%32.45
%36.17
%31.38

CMYK color model

#3D443B color CMYK value is (10,0,13,73).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 73.33%

CMYK: (10,0,13,73)
C10M0Y13K73 (10%, 0%, 13%, 73%)
(0.10 / 0.00 / 0.13 / 0.73)

CMYK percentages

%10.29
%0
%13.24
%73.33

Codes

Color #3D443B in popluar color models

3D 44 3B
RGB 61 68 59
HSL 107° 7.09% 24.90%
HSB/HSV 107° 13.24% 26.67%
CMYK 10.29% 0.00% 13.24%
73.33%

Color #3D443B in popluar number systems.

HEX 3D 44 3B
Decimal 61 68 59
Binary 111101 1000100 111011
Octal 75 104 73

Shades and tints

Shades of #3D443B

#3D443B
(61,68,59)
#383E36
(56,62,54)
#333831
(51,56,49)
#2E322C
(46,50,44)
#292C27
(41,44,39)
#242622
(36,38,34)
#1F201D
(31,32,29)
#1A1A18
(26,26,24)
#151413
(21,20,19)
#100E0E
(16,14,14)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #3D443B

#3D443B
(61,68,59)
#4E554C
(78,85,76)
#5F665D
(95,102,93)
#70776E
(112,119,110)
#81887F
(129,136,127)
#929990
(146,153,144)
#A3AAA1
(163,170,161)
#B4BBB2
(180,187,178)
#C5CCC3
(197,204,195)
#D6DDD4
(214,221,212)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D443B; }

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

This text font color is #3D443B.

Background Color

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

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

This div background color is #3D443B.

Border color

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

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

This div border color is #3D443B.

Opacity

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

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

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

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

This text has shadow with #3D443B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D443B.

Preview

Color preview on black background

This text has color #3D443B on black background.


Color preview on white background

This text has color #3D443B on white background.


Black color preview on #3D443B background

This text has black color on #3D443B background.


White color preview on #3D443B background

This text has white color on #3D443B background.


Related colors

Complementary color

Complementary color for #hex is #C2BBC4.


I love getcolorcode.com

Triadic colors

1 #3B3D44 and #443B3D with #3D443B are triadic colors.

2 #3B443D and #443D3B with #3D443B are triadic colors.