COLOR #3D425C

HEX: #3D425C
RGB: (61,66,92)

Color info

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

RGB color model

#3D425C color RGB value is (61,66,92).

  • red value is 61;
  • green value is 66;
  • blue value is 92.
RGB:
(61,66,92)
(24%,26%,36%)

RGB channels and saturation

R 61 of 255 = 24%
G 66 of 255 = 26%
B 92 of 255 = 36%

61
66
92

R + G + B ~ 29%. #3D425C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 66 + 92 = 219 (100%)
R 61 of 219 ~ 27.85%
G 66 of 219 ~ 30.14%
B 92 of 219 ~ 42.01%

%27.85
%30.14
%42.01

CMYK color model

#3D425C color CMYK value is (34,28,0,64).

  • cyan value is 33.70%
  • magenta value is 28.26%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(34,28,0,64)
C34M28Y0K64 
(34%,28%,0%,64%)
(0.34/0.28/0.00/0.64)	

CMYK percentages

%33.7
%28.26
%0
%63.92

Codes

Color #3D425C in popluar color models

3D425C
RGB616692
HSL230°20.26%30.00%
HSB/HSV230°33.70%36.08%
CMYK33.70%28.26%0.00%
63.92%

Color #3D425C in popluar number systems.

HEX3D425C
Decimal616692
Binary11110110000101011100
Octal75102134

Shades and tints

Shades of #3D425C

#3D425C
(61,66,92)
#383C54
(56,60,84)
#33364C
(51,54,76)
#2E3044
(46,48,68)
#292A3C
(41,42,60)
#242434
(36,36,52)
#1F1E2C
(31,30,44)
#1A1824
(26,24,36)
#15121C
(21,18,28)
#100C14
(16,12,20)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #3D425C

#3D425C
(61,66,92)
#4E536A
(78,83,106)
#5F6478
(95,100,120)
#707586
(112,117,134)
#818694
(129,134,148)
#9297A2
(146,151,162)
#A3A8B0
(163,168,176)
#B4B9BE
(180,185,190)
#C5CACC
(197,202,204)
#D6DBDA
(214,219,218)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D425C; }

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

This text font color is #3D425C.


Background Color

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

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

This div background color is #3D425C.


Border color

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

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

This div border color is #3D425C.


Opacity

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

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

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

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

This text has shadow with #3D425C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D425C on black background.


Color preview on white background

This text has color #3D425C on white background.



Black color preview on #3D425C background

This text has black color on #3D425C background.


White color preview on #3D425C background

This text has white color on #3D425C background.