COLOR #333334

HEX: #333334
RGB: (51,51,52)

Color info

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

RGB color model

#333334 color RGB value is (51,51,52).

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

RGB channels and saturation

R 51 of 255 = 20%
G 51 of 255 = 20%
B 52 of 255 = 20%

51
51
52

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

Portions of RGB colors in percentages

R + G + B =
51 + 51 + 52 = 154 (100%)
R 51 of 154 ~ 33.12%
G 51 of 154 ~ 33.12%
B 52 of 154 ~ 33.77%

%33.12
%33.12
%33.77

CMYK color model

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

  • cyan value is 1.92%
  • magenta value is 1.92%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(2,2,0,80)
C2M2Y0K80 
(2%,2%,0%,80%)
(0.02/0.02/0.00/0.80)	

CMYK percentages

%1.92
%1.92
%0
%79.61

Codes

Color #333334 in popluar color models

333334
RGB515152
HSL240°0.97%20.20%
HSB/HSV240°1.92%20.39%
CMYK1.92%1.92%0.00%
79.61%

Color #333334 in popluar number systems.

HEX333334
Decimal515152
Binary110011110011110100
Octal636364

Shades and tints

Shades of #333334

#333334
(51,51,52)
#2F2F30
(47,47,48)
#2B2B2C
(43,43,44)
#272728
(39,39,40)
#232324
(35,35,36)
#1F1F20
(31,31,32)
#1B1B1C
(27,27,28)
#171718
(23,23,24)
#131314
(19,19,20)
#0F0F10
(15,15,16)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #333334

#333334
(51,51,52)
#454546
(69,69,70)
#575758
(87,87,88)
#69696A
(105,105,106)
#7B7B7C
(123,123,124)
#8D8D8E
(141,141,142)
#9F9FA0
(159,159,160)
#B1B1B2
(177,177,178)
#C3C3C4
(195,195,196)
#D5D5D6
(213,213,214)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333334; }

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

This text font color is #333334.


Background Color

.myBgColor { background-color: #333334; }

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

This div background color is #333334.


Border color

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

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

This div border color is #333334.


Opacity

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

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

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

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

This text has shadow with #333334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333334 on black background.


Color preview on white background

This text has color #333334 on white background.



Black color preview on #333334 background

This text has black color on #333334 background.


White color preview on #333334 background

This text has white color on #333334 background.