COLOR #3B344C

HEX: #3B344C RGB: (59,52,76)

Color info

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

RGB color model

#3B344C color RGB value is (59,52,76).

RGB: (59,52,76) (23%, 20%, 30%)

RGB channels and saturation

R 59 of 255 = 23%
G 52 of 255 = 20%
B 76 of 255 = 30%

59
52
76

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

Portions of RGB colors in percentages

R + G + B = 59 + 52 + 76 = 187 (100%)
R 59 of 187 ~ 31.55%
G 52 of 187 ~ 27.81%
B 76 of 187 ~ 40.64'%

%31.55
%27.81
%40.64

CMYK color model

#3B344C color CMYK value is (22,32,0,70).

  • cyan value is 22.37%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (22,32,0,70)
C22M32Y0K70 (22%, 32%, 0%, 70%)
(0.22 / 0.32 / 0.00 / 0.70)

CMYK percentages

%22.37
%31.58
%0
%70.2

Codes

Color #3B344C in popluar color models

3B 34 4C
RGB 59 52 76
HSL 258° 18.75% 25.10%
HSB/HSV 258° 31.58% 29.80%
CMYK 22.37% 31.58% 0.00%
70.20%

Color #3B344C in popluar number systems.

HEX 3B 34 4C
Decimal 59 52 76
Binary 111011 110100 1001100
Octal 73 64 114

Shades and tints

Shades of #3B344C

#3B344C
(59,52,76)
#363046
(54,48,70)
#312C40
(49,44,64)
#2C283A
(44,40,58)
#272434
(39,36,52)
#22202E
(34,32,46)
#1D1C28
(29,28,40)
#181822
(24,24,34)
#13141C
(19,20,28)
#0E1016
(14,16,22)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #3B344C

#3B344C
(59,52,76)
#4C465C
(76,70,92)
#5D586C
(93,88,108)
#6E6A7C
(110,106,124)
#7F7C8C
(127,124,140)
#908E9C
(144,142,156)
#A1A0AC
(161,160,172)
#B2B2BC
(178,178,188)
#C3C4CC
(195,196,204)
#D4D6DC
(212,214,220)
#E5E8EC
(229,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B344C; }

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

This text font color is #3B344C.

Background Color

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

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

This div background color is #3B344C.

Border color

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

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

This div border color is #3B344C.

Opacity

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

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

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

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

This text has shadow with #3B344C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B344C.

Preview

Color preview on black background

This text has color #3B344C on black background.


Color preview on white background

This text has color #3B344C on white background.


Black color preview on #3B344C background

This text has black color on #3B344C background.


White color preview on #3B344C background

This text has white color on #3B344C background.


Related colors

Complementary color

Complementary color for #hex is #C4CBB3.


I love getcolorcode.com

Triadic colors

1 #4C3B34 and #344C3B with #3B344C are triadic colors.

2 #4C343B and #343B4C with #3B344C are triadic colors.