COLOR #3B4058

HEX: #3B4058
RGB: (59,64,88)

Color info

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

RGB color model

#3B4058 color RGB value is (59,64,88).

  • red value is 59;
  • green value is 64;
  • blue value is 88.
RGB:
(59,64,88)
(23%,25%,35%)

RGB channels and saturation

R 59 of 255 = 23%
G 64 of 255 = 25%
B 88 of 255 = 35%

59
64
88

R + G + B ~ 28%. #3B4058 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 64 + 88 = 211 (100%)
R 59 of 211 ~ 27.96%
G 64 of 211 ~ 30.33%
B 88 of 211 ~ 41.71%

%27.96
%30.33
%41.71

CMYK color model

#3B4058 color CMYK value is (33,27,0,65).

  • cyan value is 32.95%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(33,27,0,65)
C33M27Y0K65 
(33%,27%,0%,65%)
(0.33/0.27/0.00/0.65)	

CMYK percentages

%32.95
%27.27
%0
%65.49

Codes

Color #3B4058 in popluar color models

3B4058
RGB596488
HSL230°19.73%28.82%
HSB/HSV230°32.95%34.51%
CMYK32.95%27.27%0.00%
65.49%

Color #3B4058 in popluar number systems.

HEX3B4058
Decimal596488
Binary11101110000001011000
Octal73100130

Shades and tints

Shades of #3B4058

#3B4058
(59,64,88)
#363B50
(54,59,80)
#313648
(49,54,72)
#2C3140
(44,49,64)
#272C38
(39,44,56)
#222730
(34,39,48)
#1D2228
(29,34,40)
#181D20
(24,29,32)
#131818
(19,24,24)
#0E1310
(14,19,16)
#090E08
(9,14,8)
#000000
(0,0,0)

Tints of #3B4058

#3B4058
(59,64,88)
#4C5167
(76,81,103)
#5D6276
(93,98,118)
#6E7385
(110,115,133)
#7F8494
(127,132,148)
#9095A3
(144,149,163)
#A1A6B2
(161,166,178)
#B2B7C1
(178,183,193)
#C3C8D0
(195,200,208)
#D4D9DF
(212,217,223)
#E5EAEE
(229,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4058; }

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

This text font color is #3B4058.


Background Color

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

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

This div background color is #3B4058.


Border color

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

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

This div border color is #3B4058.


Opacity

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

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

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

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

This text has shadow with #3B4058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4058 on black background.


Color preview on white background

This text has color #3B4058 on white background.



Black color preview on #3B4058 background

This text has black color on #3B4058 background.


White color preview on #3B4058 background

This text has white color on #3B4058 background.