COLOR #323338

HEX: #323338
RGB: (50,51,56)

Color info

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

RGB color model

#323338 color RGB value is (50,51,56).

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

RGB channels and saturation

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

50
51
56

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

Portions of RGB colors in percentages

R + G + B =
50 + 51 + 56 = 157 (100%)
R 50 of 157 ~ 31.85%
G 51 of 157 ~ 32.48%
B 56 of 157 ~ 35.67%

%31.85
%32.48
%35.67

CMYK color model

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

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

CMYK percentages

%10.71
%8.93
%0
%78.04

Codes

Color #323338 in popluar color models

323338
RGB505156
HSL230°5.66%20.78%
HSB/HSV230°10.71%21.96%
CMYK10.71%8.93%0.00%
78.04%

Color #323338 in popluar number systems.

HEX323338
Decimal505156
Binary110010110011111000
Octal626370

Shades and tints

Shades of #323338

#323338
(50,51,56)
#2E2F33
(46,47,51)
#2A2B2E
(42,43,46)
#262729
(38,39,41)
#222324
(34,35,36)
#1E1F1F
(30,31,31)
#1A1B1A
(26,27,26)
#161715
(22,23,21)
#121310
(18,19,16)
#0E0F0B
(14,15,11)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #323338

#323338
(50,51,56)
#44454A
(68,69,74)
#56575C
(86,87,92)
#68696E
(104,105,110)
#7A7B80
(122,123,128)
#8C8D92
(140,141,146)
#9E9FA4
(158,159,164)
#B0B1B6
(176,177,182)
#C2C3C8
(194,195,200)
#D4D5DA
(212,213,218)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323338; }

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

This text font color is #323338.


Background Color

.myBgColor { background-color: #323338; }

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

This div background color is #323338.


Border color

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

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

This div border color is #323338.


Opacity

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

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

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

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

This text has shadow with #323338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323338 on black background.


Color preview on white background

This text has color #323338 on white background.



Black color preview on #323338 background

This text has black color on #323338 background.


White color preview on #323338 background

This text has white color on #323338 background.