COLOR #333034

HEX: #333034 RGB: (51,48,52)

Color info

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

RGB color model

#333034 color RGB value is (51,48,52).

RGB: (51,48,52) (20%, 19%, 20%)

RGB channels and saturation

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

51
48
52

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

Portions of RGB colors in percentages

R + G + B = 51 + 48 + 52 = 151 (100%)
R 51 of 151 ~ 33.77%
G 48 of 151 ~ 31.79%
B 52 of 151 ~ 34.44'%

%33.77
%31.79
%34.44

CMYK color model

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

  • cyan value is 1.92%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 79.61%

CMYK: (2,8,0,80)
C2M8Y0K80 (2%, 8%, 0%, 80%)
(0.02 / 0.08 / 0.00 / 0.80)

CMYK percentages

%1.92
%7.69
%0
%79.61

Codes

Color #333034 in popluar color models

33 30 34
RGB 51 48 52
HSL 285° 4.00% 19.61%
HSB/HSV 285° 7.69% 20.39%
CMYK 1.92% 7.69% 0.00%
79.61%

Color #333034 in popluar number systems.

HEX 33 30 34
Decimal 51 48 52
Binary 110011 110000 110100
Octal 63 60 64

Shades and tints

Shades of #333034

#333034
(51,48,52)
#2F2C30
(47,44,48)
#2B282C
(43,40,44)
#272428
(39,36,40)
#232024
(35,32,36)
#1F1C20
(31,28,32)
#1B181C
(27,24,28)
#171418
(23,20,24)
#131014
(19,16,20)
#0F0C10
(15,12,16)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #333034

#333034
(51,48,52)
#454246
(69,66,70)
#575458
(87,84,88)
#69666A
(105,102,106)
#7B787C
(123,120,124)
#8D8A8E
(141,138,142)
#9F9CA0
(159,156,160)
#B1AEB2
(177,174,178)
#C3C0C4
(195,192,196)
#D5D2D6
(213,210,214)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333034; }

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

This text font color is #333034.

Background Color

.myBgColor { background-color: #333034; }

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

This div background color is #333034.

Border color

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

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

This div border color is #333034.

Opacity

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

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

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

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

This text has shadow with #333034 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333034.

Preview

Color preview on black background

This text has color #333034 on black background.


Color preview on white background

This text has color #333034 on white background.


Black color preview on #333034 background

This text has black color on #333034 background.


White color preview on #333034 background

This text has white color on #333034 background.


Related colors

Complementary color

Complementary color for #hex is #CCCFCB.


I love getcolorcode.com

Triadic colors

1 #343330 and #303433 with #333034 are triadic colors.

2 #343033 and #303334 with #333034 are triadic colors.