COLOR #33364B

HEX: #33364B
RGB: (51,54,75)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

51
54
75

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

Portions of RGB colors in percentages

R + G + B =
51 + 54 + 75 = 180 (100%)
R 51 of 180 ~ 28.33%
G 54 of 180 ~ 30%
B 75 of 180 ~ 41.67%

%28.33
%30
%41.67

CMYK color model

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

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

CMYK percentages

%32
%28
%0
%70.59

Codes

Color #33364B in popluar color models

33364B
RGB515475
HSL233°19.05%24.71%
HSB/HSV233°32.00%29.41%
CMYK32.00%28.00%0.00%
70.59%

Color #33364B in popluar number systems.

HEX33364B
Decimal515475
Binary1100111101101001011
Octal6366113

Shades and tints

Shades of #33364B

#33364B
(51,54,75)
#2F3245
(47,50,69)
#2B2E3F
(43,46,63)
#272A39
(39,42,57)
#232633
(35,38,51)
#1F222D
(31,34,45)
#1B1E27
(27,30,39)
#171A21
(23,26,33)
#13161B
(19,22,27)
#0F1215
(15,18,21)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #33364B

#33364B
(51,54,75)
#45485B
(69,72,91)
#575A6B
(87,90,107)
#696C7B
(105,108,123)
#7B7E8B
(123,126,139)
#8D909B
(141,144,155)
#9FA2AB
(159,162,171)
#B1B4BB
(177,180,187)
#C3C6CB
(195,198,203)
#D5D8DB
(213,216,219)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33364B; }

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

This text font color is #33364B.


Background Color

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

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

This div background color is #33364B.


Border color

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

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

This div border color is #33364B.


Opacity

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

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

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

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

This text has shadow with #33364B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33364B on black background.


Color preview on white background

This text has color #33364B on white background.



Black color preview on #33364B background

This text has black color on #33364B background.


White color preview on #33364B background

This text has white color on #33364B background.