COLOR #333540

HEX: #333540
RGB: (51,53,64)

Color info

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

RGB color model

#333540 color RGB value is (51,53,64).

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

RGB channels and saturation

R 51 of 255 = 20%
G 53 of 255 = 21%
B 64 of 255 = 25%

51
53
64

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

Portions of RGB colors in percentages

R + G + B =
51 + 53 + 64 = 168 (100%)
R 51 of 168 ~ 30.36%
G 53 of 168 ~ 31.55%
B 64 of 168 ~ 38.1%

%30.36
%31.55
%38.1

CMYK color model

#333540 color CMYK value is (20,17,0,75).

  • cyan value is 20.31%
  • magenta value is 17.19%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(20,17,0,75)
C20M17Y0K75 
(20%,17%,0%,75%)
(0.20/0.17/0.00/0.75)	

CMYK percentages

%20.31
%17.19
%0
%74.9

Codes

Color #333540 in popluar color models

333540
RGB515364
HSL231°11.30%22.55%
HSB/HSV231°20.31%25.10%
CMYK20.31%17.19%0.00%
74.90%

Color #333540 in popluar number systems.

HEX333540
Decimal515364
Binary1100111101011000000
Octal6365100

Shades and tints

Shades of #333540

#333540
(51,53,64)
#2F313B
(47,49,59)
#2B2D36
(43,45,54)
#272931
(39,41,49)
#23252C
(35,37,44)
#1F2127
(31,33,39)
#1B1D22
(27,29,34)
#17191D
(23,25,29)
#131518
(19,21,24)
#0F1113
(15,17,19)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #333540

#333540
(51,53,64)
#454751
(69,71,81)
#575962
(87,89,98)
#696B73
(105,107,115)
#7B7D84
(123,125,132)
#8D8F95
(141,143,149)
#9FA1A6
(159,161,166)
#B1B3B7
(177,179,183)
#C3C5C8
(195,197,200)
#D5D7D9
(213,215,217)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333540; }

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

This text font color is #333540.


Background Color

.myBgColor { background-color: #333540; }

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

This div background color is #333540.


Border color

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

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

This div border color is #333540.


Opacity

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

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

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

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

This text has shadow with #333540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333540 on black background.


Color preview on white background

This text has color #333540 on white background.



Black color preview on #333540 background

This text has black color on #333540 background.


White color preview on #333540 background

This text has white color on #333540 background.