COLOR #3D4253

HEX: #3D4253 RGB: (61,66,83)

Color info

#3D4253 contains red, green and blue colors in about the same proportion. Web safe color of #3D4253 is #333366 (or #336).

RGB color model

#3D4253 color RGB value is (61,66,83).

RGB: (61,66,83) (24%, 26%, 33%)

RGB channels and saturation

R 61 of 255 = 24%
G 66 of 255 = 26%
B 83 of 255 = 33%

61
66
83

R + G + B ~ 28%. #3D4253 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 66 + 83 = 210 (100%)
R 61 of 210 ~ 29.05%
G 66 of 210 ~ 31.43%
B 83 of 210 ~ 39.52'%

%29.05
%31.43
%39.52

CMYK color model

#3D4253 color CMYK value is (27,20,0,67).

  • cyan value is 26.51%
  • magenta value is 20.48%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (27,20,0,67)
C27M20Y0K67 (27%, 20%, 0%, 67%)
(0.27 / 0.20 / 0.00 / 0.67)

CMYK percentages

%26.51
%20.48
%0
%67.45

Codes

Color #3D4253 in popluar color models

3D 42 53
RGB 61 66 83
HSL 226° 15.28% 28.24%
HSB/HSV 226° 26.51% 32.55%
CMYK 26.51% 20.48% 0.00%
67.45%

Color #3D4253 in popluar number systems.

HEX 3D 42 53
Decimal 61 66 83
Binary 111101 1000010 1010011
Octal 75 102 123

Shades and tints

Shades of #3D4253

#3D4253
(61,66,83)
#383C4C
(56,60,76)
#333645
(51,54,69)
#2E303E
(46,48,62)
#292A37
(41,42,55)
#242430
(36,36,48)
#1F1E29
(31,30,41)
#1A1822
(26,24,34)
#15121B
(21,18,27)
#100C14
(16,12,20)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #3D4253

#3D4253
(61,66,83)
#4E5362
(78,83,98)
#5F6471
(95,100,113)
#707580
(112,117,128)
#81868F
(129,134,143)
#92979E
(146,151,158)
#A3A8AD
(163,168,173)
#B4B9BC
(180,185,188)
#C5CACB
(197,202,203)
#D6DBDA
(214,219,218)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4253; }

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

This text font color is #3D4253.

Background Color

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

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

This div background color is #3D4253.

Border color

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

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

This div border color is #3D4253.

Opacity

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

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

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

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

This text has shadow with #3D4253 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D4253.

Preview

Color preview on black background

This text has color #3D4253 on black background.


Color preview on white background

This text has color #3D4253 on white background.


Black color preview on #3D4253 background

This text has black color on #3D4253 background.


White color preview on #3D4253 background

This text has white color on #3D4253 background.


Related colors

Complementary color

Complementary color for #hex is #C2BDAC.


I love getcolorcode.com

Triadic colors

1 #533D42 and #42533D with #3D4253 are triadic colors.

2 #53423D and #423D53 with #3D4253 are triadic colors.