COLOR #33353A

HEX: #33353A
RGB: (51,53,58)

Color info

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

RGB color model

#33353A color RGB value is (51,53,58).

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

RGB channels and saturation

R 51 of 255 = 20%
G 53 of 255 = 21%
B 58 of 255 = 23%

51
53
58

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

Portions of RGB colors in percentages

R + G + B =
51 + 53 + 58 = 162 (100%)
R 51 of 162 ~ 31.48%
G 53 of 162 ~ 32.72%
B 58 of 162 ~ 35.8%

%31.48
%32.72
%35.8

CMYK color model

#33353A color CMYK value is (12,9,0,77).

  • cyan value is 12.07%
  • magenta value is 8.62%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(12,9,0,77)
C12M9Y0K77 
(12%,9%,0%,77%)
(0.12/0.09/0.00/0.77)	

CMYK percentages

%12.07
%8.62
%0
%77.25

Codes

Color #33353A in popluar color models

33353A
RGB515358
HSL223°6.42%21.37%
HSB/HSV223°12.07%22.75%
CMYK12.07%8.62%0.00%
77.25%

Color #33353A in popluar number systems.

HEX33353A
Decimal515358
Binary110011110101111010
Octal636572

Shades and tints

Shades of #33353A

#33353A
(51,53,58)
#2F3135
(47,49,53)
#2B2D30
(43,45,48)
#27292B
(39,41,43)
#232526
(35,37,38)
#1F2121
(31,33,33)
#1B1D1C
(27,29,28)
#171917
(23,25,23)
#131512
(19,21,18)
#0F110D
(15,17,13)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #33353A

#33353A
(51,53,58)
#45474B
(69,71,75)
#57595C
(87,89,92)
#696B6D
(105,107,109)
#7B7D7E
(123,125,126)
#8D8F8F
(141,143,143)
#9FA1A0
(159,161,160)
#B1B3B1
(177,179,177)
#C3C5C2
(195,197,194)
#D5D7D3
(213,215,211)
#E7E9E4
(231,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33353A; }

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

This text font color is #33353A.


Background Color

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

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

This div background color is #33353A.


Border color

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

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

This div border color is #33353A.


Opacity

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

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

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

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

This text has shadow with #33353A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33353A on black background.


Color preview on white background

This text has color #33353A on white background.



Black color preview on #33353A background

This text has black color on #33353A background.


White color preview on #33353A background

This text has white color on #33353A background.