COLOR #3B3D58

HEX: #3B3D58 RGB: (59,61,88)

Color info

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

RGB color model

#3B3D58 color RGB value is (59,61,88).

RGB: (59,61,88) (23%, 24%, 35%)

RGB channels and saturation

R 59 of 255 = 23%
G 61 of 255 = 24%
B 88 of 255 = 35%

59
61
88

R + G + B ~ 27%. #3B3D58 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 61 + 88 = 208 (100%)
R 59 of 208 ~ 28.37%
G 61 of 208 ~ 29.33%
B 88 of 208 ~ 42.31'%

%28.37
%29.33
%42.31

CMYK color model

#3B3D58 color CMYK value is (33,31,0,65).

  • cyan value is 32.95%
  • magenta value is 30.68%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (33,31,0,65)
C33M31Y0K65 (33%, 31%, 0%, 65%)
(0.33 / 0.31 / 0.00 / 0.65)

CMYK percentages

%32.95
%30.68
%0
%65.49

Codes

Color #3B3D58 in popluar color models

3B 3D 58
RGB 59 61 88
HSL 236° 19.73% 28.82%
HSB/HSV 236° 32.95% 34.51%
CMYK 32.95% 30.68% 0.00%
65.49%

Color #3B3D58 in popluar number systems.

HEX 3B 3D 58
Decimal 59 61 88
Binary 111011 111101 1011000
Octal 73 75 130

Shades and tints

Shades of #3B3D58

#3B3D58
(59,61,88)
#363850
(54,56,80)
#313348
(49,51,72)
#2C2E40
(44,46,64)
#272938
(39,41,56)
#222430
(34,36,48)
#1D1F28
(29,31,40)
#181A20
(24,26,32)
#131518
(19,21,24)
#0E1010
(14,16,16)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #3B3D58

#3B3D58
(59,61,88)
#4C4E67
(76,78,103)
#5D5F76
(93,95,118)
#6E7085
(110,112,133)
#7F8194
(127,129,148)
#9092A3
(144,146,163)
#A1A3B2
(161,163,178)
#B2B4C1
(178,180,193)
#C3C5D0
(195,197,208)
#D4D6DF
(212,214,223)
#E5E7EE
(229,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3D58; }

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

This text font color is #3B3D58.

Background Color

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

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

This div background color is #3B3D58.

Border color

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

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

This div border color is #3B3D58.

Opacity

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

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

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

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

This text has shadow with #3B3D58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B3D58.

Preview

Color preview on black background

This text has color #3B3D58 on black background.


Color preview on white background

This text has color #3B3D58 on white background.


Black color preview on #3B3D58 background

This text has black color on #3B3D58 background.


White color preview on #3B3D58 background

This text has white color on #3B3D58 background.


Related colors

Complementary color

Complementary color for #hex is #C4C2A7.


I love getcolorcode.com

Triadic colors

1 #583B3D and #3D583B with #3B3D58 are triadic colors.

2 #583D3B and #3D3B58 with #3B3D58 are triadic colors.