COLOR #3B2754

HEX: #3B2754
RGB: (59,39,84)

Color info

#3B2754 contains red, green and blue colors in about the same proportion. Web safe color of #3B2754 is #333366 (or #336).

RGB color model

#3B2754 color RGB value is (59,39,84).

  • red value is 59;
  • green value is 39;
  • blue value is 84.
RGB:
(59,39,84)
(23%,15%,33%)

RGB channels and saturation

R 59 of 255 = 23%
G 39 of 255 = 15%
B 84 of 255 = 33%

59
39
84

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

Portions of RGB colors in percentages

R + G + B =
59 + 39 + 84 = 182 (100%)
R 59 of 182 ~ 32.42%
G 39 of 182 ~ 21.43%
B 84 of 182 ~ 46.15%

%32.42
%21.43
%46.15

CMYK color model

#3B2754 color CMYK value is (30,54,0,67).

  • cyan value is 29.76%
  • magenta value is 53.57%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(30,54,0,67)
C30M54Y0K67 
(30%,54%,0%,67%)
(0.30/0.54/0.00/0.67)	

CMYK percentages

%29.76
%53.57
%0
%67.06

Codes

Color #3B2754 in popluar color models

3B2754
RGB593984
HSL267°36.59%24.12%
HSB/HSV267°53.57%32.94%
CMYK29.76%53.57%0.00%
67.06%

Color #3B2754 in popluar number systems.

HEX3B2754
Decimal593984
Binary1110111001111010100
Octal7347124

Shades and tints

Shades of #3B2754

#3B2754
(59,39,84)
#36244D
(54,36,77)
#312146
(49,33,70)
#2C1E3F
(44,30,63)
#271B38
(39,27,56)
#221831
(34,24,49)
#1D152A
(29,21,42)
#181223
(24,18,35)
#130F1C
(19,15,28)
#0E0C15
(14,12,21)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #3B2754

#3B2754
(59,39,84)
#4C3A63
(76,58,99)
#5D4D72
(93,77,114)
#6E6081
(110,96,129)
#7F7390
(127,115,144)
#90869F
(144,134,159)
#A199AE
(161,153,174)
#B2ACBD
(178,172,189)
#C3BFCC
(195,191,204)
#D4D2DB
(212,210,219)
#E5E5EA
(229,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B2754 color. Also use rgb(59,39,84) instead hex code.

Text Font Color

.myTextColor { color: #3B2754; }

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

This text font color is #3B2754.


Background Color

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

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

This div background color is #3B2754.


Border color

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

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

This div border color is #3B2754.


Opacity

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

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

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

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

This text has shadow with #3B2754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2754 on black background.


Color preview on white background

This text has color #3B2754 on white background.



Black color preview on #3B2754 background

This text has black color on #3B2754 background.


White color preview on #3B2754 background

This text has white color on #3B2754 background.