COLOR #332B3F

HEX: #332B3F
RGB: (51,43,63)

Color info

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

RGB color model

#332B3F color RGB value is (51,43,63).

  • red value is 51;
  • green value is 43;
  • blue value is 63.
RGB:
(51,43,63)
(20%,17%,25%)

RGB channels and saturation

R 51 of 255 = 20%
G 43 of 255 = 17%
B 63 of 255 = 25%

51
43
63

R + G + B ~ 21%. #332B3F is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 43 + 63 = 157 (100%)
R 51 of 157 ~ 32.48%
G 43 of 157 ~ 27.39%
B 63 of 157 ~ 40.13%

%32.48
%27.39
%40.13

CMYK color model

#332B3F color CMYK value is (19,32,0,75).

  • cyan value is 19.05%
  • magenta value is 31.75%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(19,32,0,75)
C19M32Y0K75 
(19%,32%,0%,75%)
(0.19/0.32/0.00/0.75)	

CMYK percentages

%19.05
%31.75
%0
%75.29

Codes

Color #332B3F in popluar color models

332B3F
RGB514363
HSL264°18.87%20.78%
HSB/HSV264°31.75%24.71%
CMYK19.05%31.75%0.00%
75.29%

Color #332B3F in popluar number systems.

HEX332B3F
Decimal514363
Binary110011101011111111
Octal635377

Shades and tints

Shades of #332B3F

#332B3F
(51,43,63)
#2F283A
(47,40,58)
#2B2535
(43,37,53)
#272230
(39,34,48)
#231F2B
(35,31,43)
#1F1C26
(31,28,38)
#1B1921
(27,25,33)
#17161C
(23,22,28)
#131317
(19,19,23)
#0F1012
(15,16,18)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #332B3F

#332B3F
(51,43,63)
#453E50
(69,62,80)
#575161
(87,81,97)
#696472
(105,100,114)
#7B7783
(123,119,131)
#8D8A94
(141,138,148)
#9F9DA5
(159,157,165)
#B1B0B6
(177,176,182)
#C3C3C7
(195,195,199)
#D5D6D8
(213,214,216)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332B3F color. Also use rgb(51,43,63) instead hex code.

Text Font Color

.myTextColor { color: #332B3F; }

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

This text font color is #332B3F.


Background Color

.myBgColor { background-color: #332B3F; }

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

This div background color is #332B3F.


Border color

.myBorderColor { border: 1px solid #332B3F; }

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

This div border color is #332B3F.


Opacity

.myOpacity80 { color: #332B3F; opacity: 0.8; }

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

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

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

This text has shadow with #332B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332B3F on black background.


Color preview on white background

This text has color #332B3F on white background.



Black color preview on #332B3F background

This text has black color on #332B3F background.


White color preview on #332B3F background

This text has white color on #332B3F background.