COLOR #33393C

HEX: #33393C
RGB: (51,57,60)

Color info

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

RGB color model

#33393C color RGB value is (51,57,60).

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

RGB channels and saturation

R 51 of 255 = 20%
G 57 of 255 = 22%
B 60 of 255 = 24%

51
57
60

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

Portions of RGB colors in percentages

R + G + B =
51 + 57 + 60 = 168 (100%)
R 51 of 168 ~ 30.36%
G 57 of 168 ~ 33.93%
B 60 of 168 ~ 35.71%

%30.36
%33.93
%35.71

CMYK color model

#33393C color CMYK value is (15,5,0,76).

  • cyan value is 15.00%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(15,5,0,76)
C15M5Y0K76 
(15%,5%,0%,76%)
(0.15/0.05/0.00/0.76)	

CMYK percentages

%15
%5
%0
%76.47

Codes

Color #33393C in popluar color models

33393C
RGB515760
HSL200°8.11%21.76%
HSB/HSV200°15.00%23.53%
CMYK15.00%5.00%0.00%
76.47%

Color #33393C in popluar number systems.

HEX33393C
Decimal515760
Binary110011111001111100
Octal637174

Shades and tints

Shades of #33393C

#33393C
(51,57,60)
#2F3437
(47,52,55)
#2B2F32
(43,47,50)
#272A2D
(39,42,45)
#232528
(35,37,40)
#1F2023
(31,32,35)
#1B1B1E
(27,27,30)
#171619
(23,22,25)
#131114
(19,17,20)
#0F0C0F
(15,12,15)
#0B070A
(11,7,10)
#000000
(0,0,0)

Tints of #33393C

#33393C
(51,57,60)
#454B4D
(69,75,77)
#575D5E
(87,93,94)
#696F6F
(105,111,111)
#7B8180
(123,129,128)
#8D9391
(141,147,145)
#9FA5A2
(159,165,162)
#B1B7B3
(177,183,179)
#C3C9C4
(195,201,196)
#D5DBD5
(213,219,213)
#E7EDE6
(231,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33393C; }

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

This text font color is #33393C.


Background Color

.myBgColor { background-color: #33393C; }

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

This div background color is #33393C.


Border color

.myBorderColor { border: 1px solid #33393C; }

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

This div border color is #33393C.


Opacity

.myOpacity80 { color: #33393C; opacity: 0.8; }

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

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

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

This text has shadow with #33393C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33393C on black background.


Color preview on white background

This text has color #33393C on white background.



Black color preview on #33393C background

This text has black color on #33393C background.


White color preview on #33393C background

This text has white color on #33393C background.