COLOR #3B414A

HEX: #3B414A
RGB: (59,65,74)

Color info

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

RGB color model

#3B414A color RGB value is (59,65,74).

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

RGB channels and saturation

R 59 of 255 = 23%
G 65 of 255 = 25%
B 74 of 255 = 29%

59
65
74

R + G + B ~ 26%. #3B414A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 65 + 74 = 198 (100%)
R 59 of 198 ~ 29.8%
G 65 of 198 ~ 32.83%
B 74 of 198 ~ 37.37%

%29.8
%32.83
%37.37

CMYK color model

#3B414A color CMYK value is (20,12,0,71).

  • cyan value is 20.27%
  • magenta value is 12.16%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(20,12,0,71)
C20M12Y0K71 
(20%,12%,0%,71%)
(0.20/0.12/0.00/0.71)	

CMYK percentages

%20.27
%12.16
%0
%70.98

Codes

Color #3B414A in popluar color models

3B414A
RGB596574
HSL216°11.28%26.08%
HSB/HSV216°20.27%29.02%
CMYK20.27%12.16%0.00%
70.98%

Color #3B414A in popluar number systems.

HEX3B414A
Decimal596574
Binary11101110000011001010
Octal73101112

Shades and tints

Shades of #3B414A

#3B414A
(59,65,74)
#363C44
(54,60,68)
#31373E
(49,55,62)
#2C3238
(44,50,56)
#272D32
(39,45,50)
#22282C
(34,40,44)
#1D2326
(29,35,38)
#181E20
(24,30,32)
#13191A
(19,25,26)
#0E1414
(14,20,20)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #3B414A

#3B414A
(59,65,74)
#4C525A
(76,82,90)
#5D636A
(93,99,106)
#6E747A
(110,116,122)
#7F858A
(127,133,138)
#90969A
(144,150,154)
#A1A7AA
(161,167,170)
#B2B8BA
(178,184,186)
#C3C9CA
(195,201,202)
#D4DADA
(212,218,218)
#E5EBEA
(229,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B414A; }

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

This text font color is #3B414A.


Background Color

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

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

This div background color is #3B414A.


Border color

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

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

This div border color is #3B414A.


Opacity

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

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

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

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

This text has shadow with #3B414A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B414A on black background.


Color preview on white background

This text has color #3B414A on white background.



Black color preview on #3B414A background

This text has black color on #3B414A background.


White color preview on #3B414A background

This text has white color on #3B414A background.