COLOR #333240

HEX: #333240
RGB: (51,50,64)

Color info

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

RGB color model

#333240 color RGB value is (51,50,64).

  • red value is 51;
  • green value is 50;
  • blue value is 64.
RGB:
(51,50,64)
(20%,20%,25%)

RGB channels and saturation

R 51 of 255 = 20%
G 50 of 255 = 20%
B 64 of 255 = 25%

51
50
64

R + G + B ~ 22%. #333240 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 50 + 64 = 165 (100%)
R 51 of 165 ~ 30.91%
G 50 of 165 ~ 30.3%
B 64 of 165 ~ 38.79%

%30.91
%30.3
%38.79

CMYK color model

#333240 color CMYK value is (20,22,0,75).

  • cyan value is 20.31%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(20,22,0,75)
C20M22Y0K75 
(20%,22%,0%,75%)
(0.20/0.22/0.00/0.75)	

CMYK percentages

%20.31
%21.88
%0
%74.9

Codes

Color #333240 in popluar color models

333240
RGB515064
HSL244°12.28%22.35%
HSB/HSV244°21.88%25.10%
CMYK20.31%21.88%0.00%
74.90%

Color #333240 in popluar number systems.

HEX333240
Decimal515064
Binary1100111100101000000
Octal6362100

Shades and tints

Shades of #333240

#333240
(51,50,64)
#2F2E3B
(47,46,59)
#2B2A36
(43,42,54)
#272631
(39,38,49)
#23222C
(35,34,44)
#1F1E27
(31,30,39)
#1B1A22
(27,26,34)
#17161D
(23,22,29)
#131218
(19,18,24)
#0F0E13
(15,14,19)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #333240

#333240
(51,50,64)
#454451
(69,68,81)
#575662
(87,86,98)
#696873
(105,104,115)
#7B7A84
(123,122,132)
#8D8C95
(141,140,149)
#9F9EA6
(159,158,166)
#B1B0B7
(177,176,183)
#C3C2C8
(195,194,200)
#D5D4D9
(213,212,217)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333240 color. Also use rgb(51,50,64) instead hex code.

Text Font Color

.myTextColor { color: #333240; }

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

This text font color is #333240.


Background Color

.myBgColor { background-color: #333240; }

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

This div background color is #333240.


Border color

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

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

This div border color is #333240.


Opacity

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

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

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

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

This text has shadow with #333240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333240 on black background.


Color preview on white background

This text has color #333240 on white background.



Black color preview on #333240 background

This text has black color on #333240 background.


White color preview on #333240 background

This text has white color on #333240 background.