COLOR #3B374A

HEX: #3B374A
RGB: (59,55,74)

Color info

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

RGB color model

#3B374A color RGB value is (59,55,74).

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

RGB channels and saturation

R 59 of 255 = 23%
G 55 of 255 = 22%
B 74 of 255 = 29%

59
55
74

R + G + B ~ 25%. #3B374A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 55 + 74 = 188 (100%)
R 59 of 188 ~ 31.38%
G 55 of 188 ~ 29.26%
B 74 of 188 ~ 39.36%

%31.38
%29.26
%39.36

CMYK color model

#3B374A color CMYK value is (20,26,0,71).

  • cyan value is 20.27%
  • magenta value is 25.68%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(20,26,0,71)
C20M26Y0K71 
(20%,26%,0%,71%)
(0.20/0.26/0.00/0.71)	

CMYK percentages

%20.27
%25.68
%0
%70.98

Codes

Color #3B374A in popluar color models

3B374A
RGB595574
HSL253°14.73%25.29%
HSB/HSV253°25.68%29.02%
CMYK20.27%25.68%0.00%
70.98%

Color #3B374A in popluar number systems.

HEX3B374A
Decimal595574
Binary1110111101111001010
Octal7367112

Shades and tints

Shades of #3B374A

#3B374A
(59,55,74)
#363244
(54,50,68)
#312D3E
(49,45,62)
#2C2838
(44,40,56)
#272332
(39,35,50)
#221E2C
(34,30,44)
#1D1926
(29,25,38)
#181420
(24,20,32)
#130F1A
(19,15,26)
#0E0A14
(14,10,20)
#09050E
(9,5,14)
#000000
(0,0,0)

Tints of #3B374A

#3B374A
(59,55,74)
#4C495A
(76,73,90)
#5D5B6A
(93,91,106)
#6E6D7A
(110,109,122)
#7F7F8A
(127,127,138)
#90919A
(144,145,154)
#A1A3AA
(161,163,170)
#B2B5BA
(178,181,186)
#C3C7CA
(195,199,202)
#D4D9DA
(212,217,218)
#E5EBEA
(229,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B374A; }

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

This text font color is #3B374A.


Background Color

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

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

This div background color is #3B374A.


Border color

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

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

This div border color is #3B374A.


Opacity

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

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

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

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

This text has shadow with #3B374A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B374A on black background.


Color preview on white background

This text has color #3B374A on white background.



Black color preview on #3B374A background

This text has black color on #3B374A background.


White color preview on #3B374A background

This text has white color on #3B374A background.