COLOR #3D5876

HEX: #3D5876
RGB: (61,88,118)

Color info

#3D5876 contains red, green and blue colors in about the same proportion. Web safe color of #3D5876 is #336666 (or #366).

RGB color model

#3D5876 color RGB value is (61,88,118).

  • red value is 61;
  • green value is 88;
  • blue value is 118.
RGB:
(61,88,118)
(24%,35%,46%)

RGB channels and saturation

R 61 of 255 = 24%
G 88 of 255 = 35%
B 118 of 255 = 46%

61
88
118

R + G + B ~ 35%. #3D5876 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 88 + 118 = 267 (100%)
R 61 of 267 ~ 22.85%
G 88 of 267 ~ 32.96%
B 118 of 267 ~ 44.19%

%22.85
%32.96
%44.19

CMYK color model

#3D5876 color CMYK value is (48,25,0,54).

  • cyan value is 48.31%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(48,25,0,54)
C48M25Y0K54 
(48%,25%,0%,54%)
(0.48/0.25/0.00/0.54)	

CMYK percentages

%48.31
%25.42
%0
%53.73

Codes

Color #3D5876 in popluar color models

3D5876
RGB6188118
HSL212°31.84%35.10%
HSB/HSV212°48.31%46.27%
CMYK48.31%25.42%0.00%
53.73%

Color #3D5876 in popluar number systems.

HEX3D5876
Decimal6188118
Binary11110110110001110110
Octal75130166

Shades and tints

Shades of #3D5876

#3D5876
(61,88,118)
#38506C
(56,80,108)
#334862
(51,72,98)
#2E4058
(46,64,88)
#29384E
(41,56,78)
#243044
(36,48,68)
#1F283A
(31,40,58)
#1A2030
(26,32,48)
#151826
(21,24,38)
#10101C
(16,16,28)
#0B0812
(11,8,18)
#000000
(0,0,0)

Tints of #3D5876

#3D5876
(61,88,118)
#4E6782
(78,103,130)
#5F768E
(95,118,142)
#70859A
(112,133,154)
#8194A6
(129,148,166)
#92A3B2
(146,163,178)
#A3B2BE
(163,178,190)
#B4C1CA
(180,193,202)
#C5D0D6
(197,208,214)
#D6DFE2
(214,223,226)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5876 color. Also use rgb(61,88,118) instead hex code.

Text Font Color

.myTextColor { color: #3D5876; }

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

This text font color is #3D5876.


Background Color

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

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

This div background color is #3D5876.


Border color

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

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

This div border color is #3D5876.


Opacity

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

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

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

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

This text has shadow with #3D5876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5876 on black background.


Color preview on white background

This text has color #3D5876 on white background.



Black color preview on #3D5876 background

This text has black color on #3D5876 background.


White color preview on #3D5876 background

This text has white color on #3D5876 background.