COLOR #332741

HEX: #332741
RGB: (51,39,65)

Color info

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

RGB color model

#332741 color RGB value is (51,39,65).

  • red value is 51;
  • green value is 39;
  • blue value is 65.
RGB:
(51,39,65)
(20%,15%,25%)

RGB channels and saturation

R 51 of 255 = 20%
G 39 of 255 = 15%
B 65 of 255 = 25%

51
39
65

R + G + B ~ 20%. #332741 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 39 + 65 = 155 (100%)
R 51 of 155 ~ 32.9%
G 39 of 155 ~ 25.16%
B 65 of 155 ~ 41.94%

%32.9
%25.16
%41.94

CMYK color model

#332741 color CMYK value is (22,40,0,75).

  • cyan value is 21.54%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(22,40,0,75)
C22M40Y0K75 
(22%,40%,0%,75%)
(0.22/0.40/0.00/0.75)	

CMYK percentages

%21.54
%40
%0
%74.51

Codes

Color #332741 in popluar color models

332741
RGB513965
HSL268°25.00%20.39%
HSB/HSV268°40.00%25.49%
CMYK21.54%40.00%0.00%
74.51%

Color #332741 in popluar number systems.

HEX332741
Decimal513965
Binary1100111001111000001
Octal6347101

Shades and tints

Shades of #332741

#332741
(51,39,65)
#2F243C
(47,36,60)
#2B2137
(43,33,55)
#271E32
(39,30,50)
#231B2D
(35,27,45)
#1F1828
(31,24,40)
#1B1523
(27,21,35)
#17121E
(23,18,30)
#130F19
(19,15,25)
#0F0C14
(15,12,20)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #332741

#332741
(51,39,65)
#453A52
(69,58,82)
#574D63
(87,77,99)
#696074
(105,96,116)
#7B7385
(123,115,133)
#8D8696
(141,134,150)
#9F99A7
(159,153,167)
#B1ACB8
(177,172,184)
#C3BFC9
(195,191,201)
#D5D2DA
(213,210,218)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332741 color. Also use rgb(51,39,65) instead hex code.

Text Font Color

.myTextColor { color: #332741; }

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

This text font color is #332741.


Background Color

.myBgColor { background-color: #332741; }

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

This div background color is #332741.


Border color

.myBorderColor { border: 1px solid #332741; }

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

This div border color is #332741.


Opacity

.myOpacity80 { color: #332741; opacity: 0.8; }

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

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

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

This text has shadow with #332741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332741 on black background.


Color preview on white background

This text has color #332741 on white background.



Black color preview on #332741 background

This text has black color on #332741 background.


White color preview on #332741 background

This text has white color on #332741 background.