COLOR #3D4043

HEX: #3D4043 RGB: (61,64,67)

Color info

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

RGB color model

#3D4043 color RGB value is (61,64,67).

RGB: (61,64,67) (24%, 25%, 26%)

RGB channels and saturation

R 61 of 255 = 24%
G 64 of 255 = 25%
B 67 of 255 = 26%

61
64
67

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

Portions of RGB colors in percentages

R + G + B = 61 + 64 + 67 = 192 (100%)
R 61 of 192 ~ 31.77%
G 64 of 192 ~ 33.33%
B 67 of 192 ~ 34.9'%

%31.77
%33.33
%34.9

CMYK color model

#3D4043 color CMYK value is (9,4,0,74).

  • cyan value is 8.96%
  • magenta value is 4.48%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (9,4,0,74)
C9M4Y0K74 (9%, 4%, 0%, 74%)
(0.09 / 0.04 / 0.00 / 0.74)

CMYK percentages

%8.96
%4.48
%0
%73.73

Codes

Color #3D4043 in popluar color models

3D 40 43
RGB 61 64 67
HSL 210° 4.69% 25.10%
HSB/HSV 210° 8.96% 26.27%
CMYK 8.96% 4.48% 0.00%
73.73%

Color #3D4043 in popluar number systems.

HEX 3D 40 43
Decimal 61 64 67
Binary 111101 1000000 1000011
Octal 75 100 103

Shades and tints

Shades of #3D4043

#3D4043
(61,64,67)
#383B3D
(56,59,61)
#333637
(51,54,55)
#2E3131
(46,49,49)
#292C2B
(41,44,43)
#242725
(36,39,37)
#1F221F
(31,34,31)
#1A1D19
(26,29,25)
#151813
(21,24,19)
#10130D
(16,19,13)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #3D4043

#3D4043
(61,64,67)
#4E5154
(78,81,84)
#5F6265
(95,98,101)
#707376
(112,115,118)
#818487
(129,132,135)
#929598
(146,149,152)
#A3A6A9
(163,166,169)
#B4B7BA
(180,183,186)
#C5C8CB
(197,200,203)
#D6D9DC
(214,217,220)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4043; }

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

This text font color is #3D4043.

Background Color

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

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

This div background color is #3D4043.

Border color

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

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

This div border color is #3D4043.

Opacity

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

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

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

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

This text has shadow with #3D4043 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D4043.

Preview

Color preview on black background

This text has color #3D4043 on black background.


Color preview on white background

This text has color #3D4043 on white background.


Black color preview on #3D4043 background

This text has black color on #3D4043 background.


White color preview on #3D4043 background

This text has white color on #3D4043 background.


Related colors

Complementary color

Complementary color for #hex is #C2BFBC.


I love getcolorcode.com

Triadic colors

1 #433D40 and #40433D with #3D4043 are triadic colors.

2 #43403D and #403D43 with #3D4043 are triadic colors.