COLOR #333B4B

HEX: #333B4B
RGB: (51,59,75)

Color info

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

RGB color model

#333B4B color RGB value is (51,59,75).

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

RGB channels and saturation

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

51
59
75

R + G + B ~ 24%. #333B4B is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 59 + 75 = 185 (100%)
R 51 of 185 ~ 27.57%
G 59 of 185 ~ 31.89%
B 75 of 185 ~ 40.54%

%27.57
%31.89
%40.54

CMYK color model

#333B4B color CMYK value is (32,21,0,71).

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

CMYK percentages

%32
%21.33
%0
%70.59

Codes

Color #333B4B in popluar color models

333B4B
RGB515975
HSL220°19.05%24.71%
HSB/HSV220°32.00%29.41%
CMYK32.00%21.33%0.00%
70.59%

Color #333B4B in popluar number systems.

HEX333B4B
Decimal515975
Binary1100111110111001011
Octal6373113

Shades and tints

Shades of #333B4B

#333B4B
(51,59,75)
#2F3645
(47,54,69)
#2B313F
(43,49,63)
#272C39
(39,44,57)
#232733
(35,39,51)
#1F222D
(31,34,45)
#1B1D27
(27,29,39)
#171821
(23,24,33)
#13131B
(19,19,27)
#0F0E15
(15,14,21)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #333B4B

#333B4B
(51,59,75)
#454C5B
(69,76,91)
#575D6B
(87,93,107)
#696E7B
(105,110,123)
#7B7F8B
(123,127,139)
#8D909B
(141,144,155)
#9FA1AB
(159,161,171)
#B1B2BB
(177,178,187)
#C3C3CB
(195,195,203)
#D5D4DB
(213,212,219)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333B4B; }

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

This text font color is #333B4B.


Background Color

.myBgColor { background-color: #333B4B; }

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

This div background color is #333B4B.


Border color

.myBorderColor { border: 1px solid #333B4B; }

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

This div border color is #333B4B.


Opacity

.myOpacity80 { color: #333B4B; opacity: 0.8; }

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

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

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

This text has shadow with #333B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333B4B on black background.


Color preview on white background

This text has color #333B4B on white background.



Black color preview on #333B4B background

This text has black color on #333B4B background.


White color preview on #333B4B background

This text has white color on #333B4B background.