COLOR #33334B

HEX: #33334B RGB: (51,51,75)

Color info

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

RGB color model

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

RGB: (51,51,75) (20%, 20%, 29%)

RGB channels and saturation

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

51
51
75

R + G + B ~ 23%. #33334B is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 51 + 75 = 177 (100%)
R 51 of 177 ~ 28.81%
G 51 of 177 ~ 28.81%
B 75 of 177 ~ 42.37'%

%28.81
%28.81
%42.37

CMYK color model

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

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

CMYK percentages

%32
%32
%0
%70.59

Codes

Color #33334B in popluar color models

33 33 4B
RGB 51 51 75
HSL 240° 19.05% 24.71%
HSB/HSV 240° 32.00% 29.41%
CMYK 32.00% 32.00% 0.00%
70.59%

Color #33334B in popluar number systems.

HEX 33 33 4B
Decimal 51 51 75
Binary 110011 110011 1001011
Octal 63 63 113

Shades and tints

Shades of #33334B

#33334B
(51,51,75)
#2F2F45
(47,47,69)
#2B2B3F
(43,43,63)
#272739
(39,39,57)
#232333
(35,35,51)
#1F1F2D
(31,31,45)
#1B1B27
(27,27,39)
#171721
(23,23,33)
#13131B
(19,19,27)
#0F0F15
(15,15,21)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #33334B

#33334B
(51,51,75)
#45455B
(69,69,91)
#57576B
(87,87,107)
#69697B
(105,105,123)
#7B7B8B
(123,123,139)
#8D8D9B
(141,141,155)
#9F9FAB
(159,159,171)
#B1B1BB
(177,177,187)
#C3C3CB
(195,195,203)
#D5D5DB
(213,213,219)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33334B; }

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

This text font color is #33334B.

Background Color

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

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

This div background color is #33334B.

Border color

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

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

This div border color is #33334B.

Opacity

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

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

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

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

This text has shadow with #33334B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33334B.

Preview

Color preview on black background

This text has color #33334B on black background.


Color preview on white background

This text has color #33334B on white background.


Black color preview on #33334B background

This text has black color on #33334B background.


White color preview on #33334B background

This text has white color on #33334B background.


Related colors

Complementary color

Complementary color for #hex is #CCCCB4.


I love getcolorcode.com