COLOR #333539

HEX: #333539
RGB: (51,53,57)

Color info

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

RGB color model

#333539 color RGB value is (51,53,57).

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

RGB channels and saturation

R 51 of 255 = 20%
G 53 of 255 = 21%
B 57 of 255 = 22%

51
53
57

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

Portions of RGB colors in percentages

R + G + B =
51 + 53 + 57 = 161 (100%)
R 51 of 161 ~ 31.68%
G 53 of 161 ~ 32.92%
B 57 of 161 ~ 35.4%

%31.68
%32.92
%35.4

CMYK color model

#333539 color CMYK value is (11,7,0,78).

  • cyan value is 10.53%
  • magenta value is 7.02%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(11,7,0,78)
C11M7Y0K78 
(11%,7%,0%,78%)
(0.11/0.07/0.00/0.78)	

CMYK percentages

%10.53
%7.02
%0
%77.65

Codes

Color #333539 in popluar color models

333539
RGB515357
HSL220°5.56%21.18%
HSB/HSV220°10.53%22.35%
CMYK10.53%7.02%0.00%
77.65%

Color #333539 in popluar number systems.

HEX333539
Decimal515357
Binary110011110101111001
Octal636571

Shades and tints

Shades of #333539

#333539
(51,53,57)
#2F3134
(47,49,52)
#2B2D2F
(43,45,47)
#27292A
(39,41,42)
#232525
(35,37,37)
#1F2120
(31,33,32)
#1B1D1B
(27,29,27)
#171916
(23,25,22)
#131511
(19,21,17)
#0F110C
(15,17,12)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #333539

#333539
(51,53,57)
#45474B
(69,71,75)
#57595D
(87,89,93)
#696B6F
(105,107,111)
#7B7D81
(123,125,129)
#8D8F93
(141,143,147)
#9FA1A5
(159,161,165)
#B1B3B7
(177,179,183)
#C3C5C9
(195,197,201)
#D5D7DB
(213,215,219)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333539; }

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

This text font color is #333539.


Background Color

.myBgColor { background-color: #333539; }

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

This div background color is #333539.


Border color

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

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

This div border color is #333539.


Opacity

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

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

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

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

This text has shadow with #333539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333539 on black background.


Color preview on white background

This text has color #333539 on white background.



Black color preview on #333539 background

This text has black color on #333539 background.


White color preview on #333539 background

This text has white color on #333539 background.