COLOR #333238

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

51
50
56

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

Portions of RGB colors in percentages

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

%32.48
%31.85
%35.67

CMYK color model

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

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

CMYK percentages

%8.93
%10.71
%0
%78.04

Codes

Color #333238 in popluar color models

333238
RGB515056
HSL250°5.66%20.78%
HSB/HSV250°10.71%21.96%
CMYK8.93%10.71%0.00%
78.04%

Color #333238 in popluar number systems.

HEX333238
Decimal515056
Binary110011110010111000
Octal636270

Shades and tints

Shades of #333238

#333238
(51,50,56)
#2F2E33
(47,46,51)
#2B2A2E
(43,42,46)
#272629
(39,38,41)
#232224
(35,34,36)
#1F1E1F
(31,30,31)
#1B1A1A
(27,26,26)
#171615
(23,22,21)
#131210
(19,18,16)
#0F0E0B
(15,14,11)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #333238

#333238
(51,50,56)
#45444A
(69,68,74)
#57565C
(87,86,92)
#69686E
(105,104,110)
#7B7A80
(123,122,128)
#8D8C92
(141,140,146)
#9F9EA4
(159,158,164)
#B1B0B6
(177,176,182)
#C3C2C8
(195,194,200)
#D5D4DA
(213,212,218)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333238; }

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

This text font color is #333238.


Background Color

.myBgColor { background-color: #333238; }

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

This div background color is #333238.


Border color

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

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

This div border color is #333238.


Opacity

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

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

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

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

This text has shadow with #333238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333238 on black background.


Color preview on white background

This text has color #333238 on white background.



Black color preview on #333238 background

This text has black color on #333238 background.


White color preview on #333238 background

This text has white color on #333238 background.