COLOR #3B464D

HEX: #3B464D
RGB: (59,70,77)

Color info

#3B464D contains red, green and blue colors in about the same proportion. Web safe color of #3B464D is #333333 (or #333).

RGB color model

#3B464D color RGB value is (59,70,77).

  • red value is 59;
  • green value is 70;
  • blue value is 77.
RGB:
(59,70,77)
(23%,27%,30%)

RGB channels and saturation

R 59 of 255 = 23%
G 70 of 255 = 27%
B 77 of 255 = 30%

59
70
77

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

Portions of RGB colors in percentages

R + G + B =
59 + 70 + 77 = 206 (100%)
R 59 of 206 ~ 28.64%
G 70 of 206 ~ 33.98%
B 77 of 206 ~ 37.38%

%28.64
%33.98
%37.38

CMYK color model

#3B464D color CMYK value is (23,9,0,70).

  • cyan value is 23.38%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(23,9,0,70)
C23M9Y0K70 
(23%,9%,0%,70%)
(0.23/0.09/0.00/0.70)	

CMYK percentages

%23.38
%9.09
%0
%69.8

Codes

Color #3B464D in popluar color models

3B464D
RGB597077
HSL203°13.24%26.67%
HSB/HSV203°23.38%30.20%
CMYK23.38%9.09%0.00%
69.80%

Color #3B464D in popluar number systems.

HEX3B464D
Decimal597077
Binary11101110001101001101
Octal73106115

Shades and tints

Shades of #3B464D

#3B464D
(59,70,77)
#364046
(54,64,70)
#313A3F
(49,58,63)
#2C3438
(44,52,56)
#272E31
(39,46,49)
#22282A
(34,40,42)
#1D2223
(29,34,35)
#181C1C
(24,28,28)
#131615
(19,22,21)
#0E100E
(14,16,14)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #3B464D

#3B464D
(59,70,77)
#4C565D
(76,86,93)
#5D666D
(93,102,109)
#6E767D
(110,118,125)
#7F868D
(127,134,141)
#90969D
(144,150,157)
#A1A6AD
(161,166,173)
#B2B6BD
(178,182,189)
#C3C6CD
(195,198,205)
#D4D6DD
(212,214,221)
#E5E6ED
(229,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B464D color. Also use rgb(59,70,77) instead hex code.

Text Font Color

.myTextColor { color: #3B464D; }

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

This text font color is #3B464D.


Background Color

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

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

This div background color is #3B464D.


Border color

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

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

This div border color is #3B464D.


Opacity

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

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

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

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

This text has shadow with #3B464D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B464D on black background.


Color preview on white background

This text has color #3B464D on white background.



Black color preview on #3B464D background

This text has black color on #3B464D background.


White color preview on #3B464D background

This text has white color on #3B464D background.