COLOR #3B304C

HEX: #3B304C RGB: (59,48,76)

Color info

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

RGB color model

#3B304C color RGB value is (59,48,76).

RGB: (59,48,76) (23%, 19%, 30%)

RGB channels and saturation

R 59 of 255 = 23%
G 48 of 255 = 19%
B 76 of 255 = 30%

59
48
76

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

Portions of RGB colors in percentages

R + G + B = 59 + 48 + 76 = 183 (100%)
R 59 of 183 ~ 32.24%
G 48 of 183 ~ 26.23%
B 76 of 183 ~ 41.53'%

%32.24
%26.23
%41.53

CMYK color model

#3B304C color CMYK value is (22,37,0,70).

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

CMYK: (22,37,0,70)
C22M37Y0K70 (22%, 37%, 0%, 70%)
(0.22 / 0.37 / 0.00 / 0.70)

CMYK percentages

%22.37
%36.84
%0
%70.2

Codes

Color #3B304C in popluar color models

3B 30 4C
RGB 59 48 76
HSL 264° 22.58% 24.31%
HSB/HSV 264° 36.84% 29.80%
CMYK 22.37% 36.84% 0.00%
70.20%

Color #3B304C in popluar number systems.

HEX 3B 30 4C
Decimal 59 48 76
Binary 111011 110000 1001100
Octal 73 60 114

Shades and tints

Shades of #3B304C

#3B304C
(59,48,76)
#362C46
(54,44,70)
#312840
(49,40,64)
#2C243A
(44,36,58)
#272034
(39,32,52)
#221C2E
(34,28,46)
#1D1828
(29,24,40)
#181422
(24,20,34)
#13101C
(19,16,28)
#0E0C16
(14,12,22)
#090810
(9,8,16)
#000000
(0,0,0)

Tints of #3B304C

#3B304C
(59,48,76)
#4C425C
(76,66,92)
#5D546C
(93,84,108)
#6E667C
(110,102,124)
#7F788C
(127,120,140)
#908A9C
(144,138,156)
#A19CAC
(161,156,172)
#B2AEBC
(178,174,188)
#C3C0CC
(195,192,204)
#D4D2DC
(212,210,220)
#E5E4EC
(229,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B304C; }

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

This text font color is #3B304C.

Background Color

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

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

This div background color is #3B304C.

Border color

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

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

This div border color is #3B304C.

Opacity

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

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

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

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

This text has shadow with #3B304C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B304C.

Preview

Color preview on black background

This text has color #3B304C on black background.


Color preview on white background

This text has color #3B304C on white background.


Black color preview on #3B304C background

This text has black color on #3B304C background.


White color preview on #3B304C background

This text has white color on #3B304C background.


Related colors

Complementary color

Complementary color for #hex is #C4CFB3.


I love getcolorcode.com

Triadic colors

1 #4C3B30 and #304C3B with #3B304C are triadic colors.

2 #4C303B and #303B4C with #3B304C are triadic colors.