COLOR #3B344A

HEX: #3B344A
RGB: (59,52,74)

Color info

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

RGB color model

#3B344A color RGB value is (59,52,74).

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

RGB channels and saturation

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

59
52
74

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

Portions of RGB colors in percentages

R + G + B =
59 + 52 + 74 = 185 (100%)
R 59 of 185 ~ 31.89%
G 52 of 185 ~ 28.11%
B 74 of 185 ~ 40%

%31.89
%28.11
%40

CMYK color model

#3B344A color CMYK value is (20,30,0,71).

  • cyan value is 20.27%
  • magenta value is 29.73%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(20,30,0,71)
C20M30Y0K71 
(20%,30%,0%,71%)
(0.20/0.30/0.00/0.71)	

CMYK percentages

%20.27
%29.73
%0
%70.98

Codes

Color #3B344A in popluar color models

3B344A
RGB595274
HSL259°17.46%24.71%
HSB/HSV259°29.73%29.02%
CMYK20.27%29.73%0.00%
70.98%

Color #3B344A in popluar number systems.

HEX3B344A
Decimal595274
Binary1110111101001001010
Octal7364112

Shades and tints

Shades of #3B344A

#3B344A
(59,52,74)
#363044
(54,48,68)
#312C3E
(49,44,62)
#2C2838
(44,40,56)
#272432
(39,36,50)
#22202C
(34,32,44)
#1D1C26
(29,28,38)
#181820
(24,24,32)
#13141A
(19,20,26)
#0E1014
(14,16,20)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #3B344A

#3B344A
(59,52,74)
#4C465A
(76,70,90)
#5D586A
(93,88,106)
#6E6A7A
(110,106,122)
#7F7C8A
(127,124,138)
#908E9A
(144,142,154)
#A1A0AA
(161,160,170)
#B2B2BA
(178,178,186)
#C3C4CA
(195,196,202)
#D4D6DA
(212,214,218)
#E5E8EA
(229,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B344A; }

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

This text font color is #3B344A.


Background Color

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

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

This div background color is #3B344A.


Border color

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

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

This div border color is #3B344A.


Opacity

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

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

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

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

This text has shadow with #3B344A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B344A on black background.


Color preview on white background

This text has color #3B344A on white background.



Black color preview on #3B344A background

This text has black color on #3B344A background.


White color preview on #3B344A background

This text has white color on #3B344A background.