COLOR #3D384C

HEX: #3D384C RGB: (61,56,76)

Color info

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

RGB color model

#3D384C color RGB value is (61,56,76).

RGB: (61,56,76) (24%, 22%, 30%)

RGB channels and saturation

R 61 of 255 = 24%
G 56 of 255 = 22%
B 76 of 255 = 30%

61
56
76

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

Portions of RGB colors in percentages

R + G + B = 61 + 56 + 76 = 193 (100%)
R 61 of 193 ~ 31.61%
G 56 of 193 ~ 29.02%
B 76 of 193 ~ 39.38'%

%31.61
%29.02
%39.38

CMYK color model

#3D384C color CMYK value is (20,26,0,70).

  • cyan value is 19.74%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (20,26,0,70)
C20M26Y0K70 (20%, 26%, 0%, 70%)
(0.20 / 0.26 / 0.00 / 0.70)

CMYK percentages

%19.74
%26.32
%0
%70.2

Codes

Color #3D384C in popluar color models

3D 38 4C
RGB 61 56 76
HSL 255° 15.15% 25.88%
HSB/HSV 255° 26.32% 29.80%
CMYK 19.74% 26.32% 0.00%
70.20%

Color #3D384C in popluar number systems.

HEX 3D 38 4C
Decimal 61 56 76
Binary 111101 111000 1001100
Octal 75 70 114

Shades and tints

Shades of #3D384C

#3D384C
(61,56,76)
#383346
(56,51,70)
#332E40
(51,46,64)
#2E293A
(46,41,58)
#292434
(41,36,52)
#241F2E
(36,31,46)
#1F1A28
(31,26,40)
#1A1522
(26,21,34)
#15101C
(21,16,28)
#100B16
(16,11,22)
#0B0610
(11,6,16)
#000000
(0,0,0)

Tints of #3D384C

#3D384C
(61,56,76)
#4E4A5C
(78,74,92)
#5F5C6C
(95,92,108)
#706E7C
(112,110,124)
#81808C
(129,128,140)
#92929C
(146,146,156)
#A3A4AC
(163,164,172)
#B4B6BC
(180,182,188)
#C5C8CC
(197,200,204)
#D6DADC
(214,218,220)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D384C color. Also use rgb(61,56,76) instead hex code.

Text Font Color

.myTextColor { color: #3D384C; }

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

This text font color is #3D384C.

Background Color

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

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

This div background color is #3D384C.

Border color

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

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

This div border color is #3D384C.

Opacity

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

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

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

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

This text has shadow with #3D384C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D384C.

Preview

Color preview on black background

This text has color #3D384C on black background.


Color preview on white background

This text has color #3D384C on white background.


Black color preview on #3D384C background

This text has black color on #3D384C background.


White color preview on #3D384C background

This text has white color on #3D384C background.


Related colors

Complementary color

Complementary color for #hex is #C2C7B3.


I love getcolorcode.com

Triadic colors

1 #4C3D38 and #384C3D with #3D384C are triadic colors.

2 #4C383D and #383D4C with #3D384C are triadic colors.