COLOR #3B4A4D

HEX: #3B4A4D
RGB: (59,74,77)

Color info

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

RGB color model

#3B4A4D color RGB value is (59,74,77).

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

RGB channels and saturation

R 59 of 255 = 23%
G 74 of 255 = 29%
B 77 of 255 = 30%

59
74
77

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

Portions of RGB colors in percentages

R + G + B =
59 + 74 + 77 = 210 (100%)
R 59 of 210 ~ 28.1%
G 74 of 210 ~ 35.24%
B 77 of 210 ~ 36.67%

%28.1
%35.24
%36.67

CMYK color model

#3B4A4D color CMYK value is (23,4,0,70).

  • cyan value is 23.38%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(23,4,0,70)
C23M4Y0K70 
(23%,4%,0%,70%)
(0.23/0.04/0.00/0.70)	

CMYK percentages

%23.38
%3.9
%0
%69.8

Codes

Color #3B4A4D in popluar color models

3B4A4D
RGB597477
HSL190°13.24%26.67%
HSB/HSV190°23.38%30.20%
CMYK23.38%3.90%0.00%
69.80%

Color #3B4A4D in popluar number systems.

HEX3B4A4D
Decimal597477
Binary11101110010101001101
Octal73112115

Shades and tints

Shades of #3B4A4D

#3B4A4D
(59,74,77)
#364446
(54,68,70)
#313E3F
(49,62,63)
#2C3838
(44,56,56)
#273231
(39,50,49)
#222C2A
(34,44,42)
#1D2623
(29,38,35)
#18201C
(24,32,28)
#131A15
(19,26,21)
#0E140E
(14,20,14)
#090E07
(9,14,7)
#000000
(0,0,0)

Tints of #3B4A4D

#3B4A4D
(59,74,77)
#4C5A5D
(76,90,93)
#5D6A6D
(93,106,109)
#6E7A7D
(110,122,125)
#7F8A8D
(127,138,141)
#909A9D
(144,154,157)
#A1AAAD
(161,170,173)
#B2BABD
(178,186,189)
#C3CACD
(195,202,205)
#D4DADD
(212,218,221)
#E5EAED
(229,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4A4D; }

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

This text font color is #3B4A4D.


Background Color

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

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

This div background color is #3B4A4D.


Border color

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

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

This div border color is #3B4A4D.


Opacity

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

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

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

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

This text has shadow with #3B4A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4A4D on black background.


Color preview on white background

This text has color #3B4A4D on white background.



Black color preview on #3B4A4D background

This text has black color on #3B4A4D background.


White color preview on #3B4A4D background

This text has white color on #3B4A4D background.