COLOR #33353F

HEX: #33353F
RGB: (51,53,63)

Color info

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

RGB color model

#33353F color RGB value is (51,53,63).

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

RGB channels and saturation

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

51
53
63

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

Portions of RGB colors in percentages

R + G + B =
51 + 53 + 63 = 167 (100%)
R 51 of 167 ~ 30.54%
G 53 of 167 ~ 31.74%
B 63 of 167 ~ 37.72%

%30.54
%31.74
%37.72

CMYK color model

#33353F color CMYK value is (19,16,0,75).

  • cyan value is 19.05%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(19,16,0,75)
C19M16Y0K75 
(19%,16%,0%,75%)
(0.19/0.16/0.00/0.75)	

CMYK percentages

%19.05
%15.87
%0
%75.29

Codes

Color #33353F in popluar color models

33353F
RGB515363
HSL230°10.53%22.35%
HSB/HSV230°19.05%24.71%
CMYK19.05%15.87%0.00%
75.29%

Color #33353F in popluar number systems.

HEX33353F
Decimal515363
Binary110011110101111111
Octal636577

Shades and tints

Shades of #33353F

#33353F
(51,53,63)
#2F313A
(47,49,58)
#2B2D35
(43,45,53)
#272930
(39,41,48)
#23252B
(35,37,43)
#1F2126
(31,33,38)
#1B1D21
(27,29,33)
#17191C
(23,25,28)
#131517
(19,21,23)
#0F1112
(15,17,18)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #33353F

#33353F
(51,53,63)
#454750
(69,71,80)
#575961
(87,89,97)
#696B72
(105,107,114)
#7B7D83
(123,125,131)
#8D8F94
(141,143,148)
#9FA1A5
(159,161,165)
#B1B3B6
(177,179,182)
#C3C5C7
(195,197,199)
#D5D7D8
(213,215,216)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33353F; }

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

This text font color is #33353F.


Background Color

.myBgColor { background-color: #33353F; }

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

This div background color is #33353F.


Border color

.myBorderColor { border: 1px solid #33353F; }

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

This div border color is #33353F.


Opacity

.myOpacity80 { color: #33353F; opacity: 0.8; }

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

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

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

This text has shadow with #33353F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33353F on black background.


Color preview on white background

This text has color #33353F on white background.



Black color preview on #33353F background

This text has black color on #33353F background.


White color preview on #33353F background

This text has white color on #33353F background.