COLOR #3B4754

HEX: #3B4754
RGB: (59,71,84)

Color info

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

RGB color model

#3B4754 color RGB value is (59,71,84).

  • red value is 59;
  • green value is 71;
  • blue value is 84.
RGB:
(59,71,84)
(23%,28%,33%)

RGB channels and saturation

R 59 of 255 = 23%
G 71 of 255 = 28%
B 84 of 255 = 33%

59
71
84

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

Portions of RGB colors in percentages

R + G + B =
59 + 71 + 84 = 214 (100%)
R 59 of 214 ~ 27.57%
G 71 of 214 ~ 33.18%
B 84 of 214 ~ 39.25%

%27.57
%33.18
%39.25

CMYK color model

#3B4754 color CMYK value is (30,15,0,67).

  • cyan value is 29.76%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(30,15,0,67)
C30M15Y0K67 
(30%,15%,0%,67%)
(0.30/0.15/0.00/0.67)	

CMYK percentages

%29.76
%15.48
%0
%67.06

Codes

Color #3B4754 in popluar color models

3B4754
RGB597184
HSL211°17.48%28.04%
HSB/HSV211°29.76%32.94%
CMYK29.76%15.48%0.00%
67.06%

Color #3B4754 in popluar number systems.

HEX3B4754
Decimal597184
Binary11101110001111010100
Octal73107124

Shades and tints

Shades of #3B4754

#3B4754
(59,71,84)
#36414D
(54,65,77)
#313B46
(49,59,70)
#2C353F
(44,53,63)
#272F38
(39,47,56)
#222931
(34,41,49)
#1D232A
(29,35,42)
#181D23
(24,29,35)
#13171C
(19,23,28)
#0E1115
(14,17,21)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #3B4754

#3B4754
(59,71,84)
#4C5763
(76,87,99)
#5D6772
(93,103,114)
#6E7781
(110,119,129)
#7F8790
(127,135,144)
#90979F
(144,151,159)
#A1A7AE
(161,167,174)
#B2B7BD
(178,183,189)
#C3C7CC
(195,199,204)
#D4D7DB
(212,215,219)
#E5E7EA
(229,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4754 color. Also use rgb(59,71,84) instead hex code.

Text Font Color

.myTextColor { color: #3B4754; }

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

This text font color is #3B4754.


Background Color

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

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

This div background color is #3B4754.


Border color

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

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

This div border color is #3B4754.


Opacity

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

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

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

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

This text has shadow with #3B4754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4754 on black background.


Color preview on white background

This text has color #3B4754 on white background.



Black color preview on #3B4754 background

This text has black color on #3B4754 background.


White color preview on #3B4754 background

This text has white color on #3B4754 background.