COLOR #33464B

HEX: #33464B
RGB: (51,70,75)

Color info

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

RGB color model

#33464B color RGB value is (51,70,75).

  • red value is 51;
  • green value is 70;
  • blue value is 75.
RGB:
(51,70,75)
(20%,27%,29%)

RGB channels and saturation

R 51 of 255 = 20%
G 70 of 255 = 27%
B 75 of 255 = 29%

51
70
75

R + G + B ~ 25%. #33464B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 70 + 75 = 196 (100%)
R 51 of 196 ~ 26.02%
G 70 of 196 ~ 35.71%
B 75 of 196 ~ 38.27%

%26.02
%35.71
%38.27

CMYK color model

#33464B color CMYK value is (32,7,0,71).

  • cyan value is 32.00%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(32,7,0,71)
C32M7Y0K71 
(32%,7%,0%,71%)
(0.32/0.07/0.00/0.71)	

CMYK percentages

%32
%6.67
%0
%70.59

Codes

Color #33464B in popluar color models

33464B
RGB517075
HSL193°19.05%24.71%
HSB/HSV193°32.00%29.41%
CMYK32.00%6.67%0.00%
70.59%

Color #33464B in popluar number systems.

HEX33464B
Decimal517075
Binary11001110001101001011
Octal63106113

Shades and tints

Shades of #33464B

#33464B
(51,70,75)
#2F4045
(47,64,69)
#2B3A3F
(43,58,63)
#273439
(39,52,57)
#232E33
(35,46,51)
#1F282D
(31,40,45)
#1B2227
(27,34,39)
#171C21
(23,28,33)
#13161B
(19,22,27)
#0F1015
(15,16,21)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #33464B

#33464B
(51,70,75)
#45565B
(69,86,91)
#57666B
(87,102,107)
#69767B
(105,118,123)
#7B868B
(123,134,139)
#8D969B
(141,150,155)
#9FA6AB
(159,166,171)
#B1B6BB
(177,182,187)
#C3C6CB
(195,198,203)
#D5D6DB
(213,214,219)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33464B color. Also use rgb(51,70,75) instead hex code.

Text Font Color

.myTextColor { color: #33464B; }

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

This text font color is #33464B.


Background Color

.myBgColor { background-color: #33464B; }

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

This div background color is #33464B.


Border color

.myBorderColor { border: 1px solid #33464B; }

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

This div border color is #33464B.


Opacity

.myOpacity80 { color: #33464B; opacity: 0.8; }

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

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

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

This text has shadow with #33464B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33464B on black background.


Color preview on white background

This text has color #33464B on white background.



Black color preview on #33464B background

This text has black color on #33464B background.


White color preview on #33464B background

This text has white color on #33464B background.