COLOR #3D423F

HEX: #3D423F RGB: (61,66,63)

Color info

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

RGB color model

#3D423F color RGB value is (61,66,63).

RGB: (61,66,63) (24%, 26%, 25%)

RGB channels and saturation

R 61 of 255 = 24%
G 66 of 255 = 26%
B 63 of 255 = 25%

61
66
63

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

Portions of RGB colors in percentages

R + G + B = 61 + 66 + 63 = 190 (100%)
R 61 of 190 ~ 32.11%
G 66 of 190 ~ 34.74%
B 63 of 190 ~ 33.16'%

%32.11
%34.74
%33.16

CMYK color model

#3D423F color CMYK value is (8,0,5,74).

  • cyan value is 7.58%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 74.12%
CMYK: (8,0,5,74) C8M0Y5K74 (8%,0%,5%,74%) (0.08/0.00/0.05/0.74) 

CMYK percentages

%7.58
%0
%4.55
%74.12

Codes

Color #3D423F in popluar color models

3D 42 3F
RGB 61 66 63
HSL 144° 3.94% 24.90%
HSB/HSV 144° 7.58% 25.88%
CMYK 7.58% 0.00% 4.55%
74.12%

Color #3D423F in popluar number systems.

HEX 3D 42 3F
Decimal 61 66 63
Binary 111101 1000010 111111
Octal 75 102 77

Shades and tints

Shades of #3D423F

#3D423F
(61,66,63)
#383C3A
(56,60,58)
#333635
(51,54,53)
#2E3030
(46,48,48)
#292A2B
(41,42,43)
#242426
(36,36,38)
#1F1E21
(31,30,33)
#1A181C
(26,24,28)
#151217
(21,18,23)
#100C12
(16,12,18)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #3D423F

#3D423F
(61,66,63)
#4E5350
(78,83,80)
#5F6461
(95,100,97)
#707572
(112,117,114)
#818683
(129,134,131)
#929794
(146,151,148)
#A3A8A5
(163,168,165)
#B4B9B6
(180,185,182)
#C5CAC7
(197,202,199)
#D6DBD8
(214,219,216)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D423F color. Also use rgb(61,66,63) instead hex code.

Text Font Color

.myTextColor { color: #3D423F; }

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

This text font color is #3D423F.

Background Color

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

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

This div background color is #3D423F.

Border color

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

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

This div border color is #3D423F.

Opacity

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

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

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

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

This text has shadow with #3D423F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D423F.

Preview

Color preview on black background

This text has color #3D423F on black background.


Color preview on white background

This text has color #3D423F on white background.


Black color preview on #3D423F background

This text has black color on #3D423F background.


White color preview on #3D423F background

This text has white color on #3D423F background.


Related colors

Complementary color

Complementary color for #hex is #C2BDC0.


I love getcolorcode.com

Triadic colors

1 #3F3D42 and #423F3D with #3D423F are triadic colors.

2 #3F423D and #423D3F with #3D423F are triadic colors.