COLOR #3D364B

HEX: #3D364B RGB: (61,54,75)

Color info

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

RGB color model

#3D364B color RGB value is (61,54,75).

RGB: (61,54,75) (24%, 21%, 29%)

RGB channels and saturation

R 61 of 255 = 24%
G 54 of 255 = 21%
B 75 of 255 = 29%

61
54
75

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

Portions of RGB colors in percentages

R + G + B = 61 + 54 + 75 = 190 (100%)
R 61 of 190 ~ 32.11%
G 54 of 190 ~ 28.42%
B 75 of 190 ~ 39.47'%

%32.11
%28.42
%39.47

CMYK color model

#3D364B color CMYK value is (19,28,0,71).

  • cyan value is 18.67%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (19,28,0,71)
C19M28Y0K71 (19%, 28%, 0%, 71%)
(0.19 / 0.28 / 0.00 / 0.71)

CMYK percentages

%18.67
%28
%0
%70.59

Codes

Color #3D364B in popluar color models

3D 36 4B
RGB 61 54 75
HSL 260° 16.28% 25.29%
HSB/HSV 260° 28.00% 29.41%
CMYK 18.67% 28.00% 0.00%
70.59%

Color #3D364B in popluar number systems.

HEX 3D 36 4B
Decimal 61 54 75
Binary 111101 110110 1001011
Octal 75 66 113

Shades and tints

Shades of #3D364B

#3D364B
(61,54,75)
#383245
(56,50,69)
#332E3F
(51,46,63)
#2E2A39
(46,42,57)
#292633
(41,38,51)
#24222D
(36,34,45)
#1F1E27
(31,30,39)
#1A1A21
(26,26,33)
#15161B
(21,22,27)
#101215
(16,18,21)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #3D364B

#3D364B
(61,54,75)
#4E485B
(78,72,91)
#5F5A6B
(95,90,107)
#706C7B
(112,108,123)
#817E8B
(129,126,139)
#92909B
(146,144,155)
#A3A2AB
(163,162,171)
#B4B4BB
(180,180,187)
#C5C6CB
(197,198,203)
#D6D8DB
(214,216,219)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D364B color. Also use rgb(61,54,75) instead hex code.

Text Font Color

.myTextColor { color: #3D364B; }

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

This text font color is #3D364B.

Background Color

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

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

This div background color is #3D364B.

Border color

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

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

This div border color is #3D364B.

Opacity

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

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

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

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

This text has shadow with #3D364B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D364B.

Preview

Color preview on black background

This text has color #3D364B on black background.


Color preview on white background

This text has color #3D364B on white background.


Black color preview on #3D364B background

This text has black color on #3D364B background.


White color preview on #3D364B background

This text has white color on #3D364B background.


Related colors

Complementary color

Complementary color for #hex is #C2C9B4.


I love getcolorcode.com

Triadic colors

1 #4B3D36 and #364B3D with #3D364B are triadic colors.

2 #4B363D and #363D4B with #3D364B are triadic colors.