COLOR #3B334A

HEX: #3B334A
RGB: (59,51,74)

Color info

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

RGB color model

#3B334A color RGB value is (59,51,74).

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

RGB channels and saturation

R 59 of 255 = 23%
G 51 of 255 = 20%
B 74 of 255 = 29%

59
51
74

R + G + B ~ 24%. #3B334A is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 51 + 74 = 184 (100%)
R 59 of 184 ~ 32.07%
G 51 of 184 ~ 27.72%
B 74 of 184 ~ 40.22%

%32.07
%27.72
%40.22

CMYK color model

#3B334A color CMYK value is (20,31,0,71).

  • cyan value is 20.27%
  • magenta value is 31.08%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(20,31,0,71)
C20M31Y0K71 
(20%,31%,0%,71%)
(0.20/0.31/0.00/0.71)	

CMYK percentages

%20.27
%31.08
%0
%70.98

Codes

Color #3B334A in popluar color models

3B334A
RGB595174
HSL261°18.40%24.51%
HSB/HSV261°31.08%29.02%
CMYK20.27%31.08%0.00%
70.98%

Color #3B334A in popluar number systems.

HEX3B334A
Decimal595174
Binary1110111100111001010
Octal7363112

Shades and tints

Shades of #3B334A

#3B334A
(59,51,74)
#362F44
(54,47,68)
#312B3E
(49,43,62)
#2C2738
(44,39,56)
#272332
(39,35,50)
#221F2C
(34,31,44)
#1D1B26
(29,27,38)
#181720
(24,23,32)
#13131A
(19,19,26)
#0E0F14
(14,15,20)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #3B334A

#3B334A
(59,51,74)
#4C455A
(76,69,90)
#5D576A
(93,87,106)
#6E697A
(110,105,122)
#7F7B8A
(127,123,138)
#908D9A
(144,141,154)
#A19FAA
(161,159,170)
#B2B1BA
(178,177,186)
#C3C3CA
(195,195,202)
#D4D5DA
(212,213,218)
#E5E7EA
(229,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B334A; }

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

This text font color is #3B334A.


Background Color

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

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

This div background color is #3B334A.


Border color

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

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

This div border color is #3B334A.


Opacity

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

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

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

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

This text has shadow with #3B334A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B334A on black background.


Color preview on white background

This text has color #3B334A on white background.



Black color preview on #3B334A background

This text has black color on #3B334A background.


White color preview on #3B334A background

This text has white color on #3B334A background.