COLOR #333230

HEX: #333230
RGB: (51,50,48)

Color info

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

RGB color model

#333230 color RGB value is (51,50,48).

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

RGB channels and saturation

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

51
50
48

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

Portions of RGB colors in percentages

R + G + B =
51 + 50 + 48 = 149 (100%)
R 51 of 149 ~ 34.23%
G 50 of 149 ~ 33.56%
B 48 of 149 ~ 32.21%

%34.23
%33.56
%32.21

CMYK color model

#333230 color CMYK value is (0,2,6,80).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 5.88%
  • key color value is 80.00%
CMYK:
(0,2,6,80)
C0M2Y6K80 
(0%,2%,6%,80%)
(0.00/0.02/0.06/0.80)	

CMYK percentages

%0
%1.96
%5.88
%80

Codes

Color #333230 in popluar color models

333230
RGB515048
HSL40°3.03%19.41%
HSB/HSV40°5.88%20.00%
CMYK0.00%1.96%5.88%
80.00%

Color #333230 in popluar number systems.

HEX333230
Decimal515048
Binary110011110010110000
Octal636260

Shades and tints

Shades of #333230

#333230
(51,50,48)
#2F2E2C
(47,46,44)
#2B2A28
(43,42,40)
#272624
(39,38,36)
#232220
(35,34,32)
#1F1E1C
(31,30,28)
#1B1A18
(27,26,24)
#171614
(23,22,20)
#131210
(19,18,16)
#0F0E0C
(15,14,12)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #333230

#333230
(51,50,48)
#454442
(69,68,66)
#575654
(87,86,84)
#696866
(105,104,102)
#7B7A78
(123,122,120)
#8D8C8A
(141,140,138)
#9F9E9C
(159,158,156)
#B1B0AE
(177,176,174)
#C3C2C0
(195,194,192)
#D5D4D2
(213,212,210)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333230; }

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

This text font color is #333230.


Background Color

.myBgColor { background-color: #333230; }

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

This div background color is #333230.


Border color

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

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

This div border color is #333230.


Opacity

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

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

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

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

This text has shadow with #333230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333230 on black background.


Color preview on white background

This text has color #333230 on white background.



Black color preview on #333230 background

This text has black color on #333230 background.


White color preview on #333230 background

This text has white color on #333230 background.