COLOR #333338

HEX: #333338
RGB: (51,51,56)

Color info

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

RGB color model

#333338 color RGB value is (51,51,56).

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

RGB channels and saturation

R 51 of 255 = 20%
G 51 of 255 = 20%
B 56 of 255 = 22%

51
51
56

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

Portions of RGB colors in percentages

R + G + B =
51 + 51 + 56 = 158 (100%)
R 51 of 158 ~ 32.28%
G 51 of 158 ~ 32.28%
B 56 of 158 ~ 35.44%

%32.28
%32.28
%35.44

CMYK color model

#333338 color CMYK value is (9,9,0,78).

  • cyan value is 8.93%
  • magenta value is 8.93%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(9,9,0,78)
C9M9Y0K78 
(9%,9%,0%,78%)
(0.09/0.09/0.00/0.78)	

CMYK percentages

%8.93
%8.93
%0
%78.04

Codes

Color #333338 in popluar color models

333338
RGB515156
HSL240°4.67%20.98%
HSB/HSV240°8.93%21.96%
CMYK8.93%8.93%0.00%
78.04%

Color #333338 in popluar number systems.

HEX333338
Decimal515156
Binary110011110011111000
Octal636370

Shades and tints

Shades of #333338

#333338
(51,51,56)
#2F2F33
(47,47,51)
#2B2B2E
(43,43,46)
#272729
(39,39,41)
#232324
(35,35,36)
#1F1F1F
(31,31,31)
#1B1B1A
(27,27,26)
#171715
(23,23,21)
#131310
(19,19,16)
#0F0F0B
(15,15,11)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #333338

#333338
(51,51,56)
#45454A
(69,69,74)
#57575C
(87,87,92)
#69696E
(105,105,110)
#7B7B80
(123,123,128)
#8D8D92
(141,141,146)
#9F9FA4
(159,159,164)
#B1B1B6
(177,177,182)
#C3C3C8
(195,195,200)
#D5D5DA
(213,213,218)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333338; }

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

This text font color is #333338.


Background Color

.myBgColor { background-color: #333338; }

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

This div background color is #333338.


Border color

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

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

This div border color is #333338.


Opacity

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

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

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

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

This text has shadow with #333338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333338 on black background.


Color preview on white background

This text has color #333338 on white background.



Black color preview on #333338 background

This text has black color on #333338 background.


White color preview on #333338 background

This text has white color on #333338 background.