COLOR #333231

HEX: #333231 RGB: (51,50,49)

Color info

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

RGB color model

#333231 color RGB value is (51,50,49).

RGB: (51,50,49) (20%, 20%, 19%)

RGB channels and saturation

R 51 of 255 = 20%
G 50 of 255 = 20%
B 49 of 255 = 19%

51
50
49

R + G + B ~ 20%. #333231 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 50 + 49 = 150 (100%)
R 51 of 150 ~ 34%
G 50 of 150 ~ 33.33%
B 49 of 150 ~ 32.67'%

%34
%33.33
%32.67

CMYK color model

#333231 color CMYK value is (0,2,4,80).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 3.92%
  • key color value is 80.00%
CMYK: (0,2,4,80) C0M2Y4K80 (0%,2%,4%,80%) (0.00/0.02/0.04/0.80) 

CMYK percentages

%0
%1.96
%3.92
%80

Codes

Color #333231 in popluar color models

33 32 31
RGB 51 50 49
HSL 30° 2.00% 19.61%
HSB/HSV 30° 3.92% 20.00%
CMYK 0.00% 1.96% 3.92%
80.00%

Color #333231 in popluar number systems.

HEX 33 32 31
Decimal 51 50 49
Binary 110011 110010 110001
Octal 63 62 61

Shades and tints

Shades of #333231

#333231
(51,50,49)
#2F2E2D
(47,46,45)
#2B2A29
(43,42,41)
#272625
(39,38,37)
#232221
(35,34,33)
#1F1E1D
(31,30,29)
#1B1A19
(27,26,25)
#171615
(23,22,21)
#131211
(19,18,17)
#0F0E0D
(15,14,13)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #333231

#333231
(51,50,49)
#454443
(69,68,67)
#575655
(87,86,85)
#696867
(105,104,103)
#7B7A79
(123,122,121)
#8D8C8B
(141,140,139)
#9F9E9D
(159,158,157)
#B1B0AF
(177,176,175)
#C3C2C1
(195,194,193)
#D5D4D3
(213,212,211)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333231; }

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

This text font color is #333231.

Background Color

.myBgColor { background-color: #333231; }

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

This div background color is #333231.

Border color

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

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

This div border color is #333231.

Opacity

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

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

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

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

This text has shadow with #333231 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333231.

Preview

Color preview on black background

This text has color #333231 on black background.


Color preview on white background

This text has color #333231 on white background.


Black color preview on #333231 background

This text has black color on #333231 background.


White color preview on #333231 background

This text has white color on #333231 background.


Related colors

Complementary color

Complementary color for #hex is #CCCDCE.


I love getcolorcode.com

Triadic colors

1 #313332 and #323133 with #333231 are triadic colors.

2 #313233 and #323331 with #333231 are triadic colors.