COLOR #3D5085

HEX: #3D5085
RGB: (61,80,133)

Color info

#3D5085 contains mainly green and blue colors. Web safe color of #3D5085 is #336699 (or #369).

RGB color model

#3D5085 color RGB value is (61,80,133).

  • red value is 61;
  • green value is 80;
  • blue value is 133.
RGB:
(61,80,133)
(24%,31%,52%)

RGB channels and saturation

R 61 of 255 = 24%
G 80 of 255 = 31%
B 133 of 255 = 52%

61
80
133

R + G + B ~ 36%. #3D5085 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 80 + 133 = 274 (100%)
R 61 of 274 ~ 22.26%
G 80 of 274 ~ 29.2%
B 133 of 274 ~ 48.54%

%22.26
%29.2
%48.54

CMYK color model

#3D5085 color CMYK value is (54,40,0,48).

  • cyan value is 54.14%
  • magenta value is 39.85%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(54,40,0,48)
C54M40Y0K48 
(54%,40%,0%,48%)
(0.54/0.40/0.00/0.48)	

CMYK percentages

%54.14
%39.85
%0
%47.84

Codes

Color #3D5085 in popluar color models

3D5085
RGB6180133
HSL224°37.11%38.04%
HSB/HSV224°54.14%52.16%
CMYK54.14%39.85%0.00%
47.84%

Color #3D5085 in popluar number systems.

HEX3D5085
Decimal6180133
Binary111101101000010000101
Octal75120205

Shades and tints

Shades of #3D5085

#3D5085
(61,80,133)
#384979
(56,73,121)
#33426D
(51,66,109)
#2E3B61
(46,59,97)
#293455
(41,52,85)
#242D49
(36,45,73)
#1F263D
(31,38,61)
#1A1F31
(26,31,49)
#151825
(21,24,37)
#101119
(16,17,25)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #3D5085

#3D5085
(61,80,133)
#4E5F90
(78,95,144)
#5F6E9B
(95,110,155)
#707DA6
(112,125,166)
#818CB1
(129,140,177)
#929BBC
(146,155,188)
#A3AAC7
(163,170,199)
#B4B9D2
(180,185,210)
#C5C8DD
(197,200,221)
#D6D7E8
(214,215,232)
#E7E6F3
(231,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5085 color. Also use rgb(61,80,133) instead hex code.

Text Font Color

.myTextColor { color: #3D5085; }

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

This text font color is #3D5085.


Background Color

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

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

This div background color is #3D5085.


Border color

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

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

This div border color is #3D5085.


Opacity

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

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

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

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

This text has shadow with #3D5085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5085 on black background.


Color preview on white background

This text has color #3D5085 on white background.



Black color preview on #3D5085 background

This text has black color on #3D5085 background.


White color preview on #3D5085 background

This text has white color on #3D5085 background.