COLOR #333047

HEX: #333047
RGB: (51,48,71)

Color info

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

RGB color model

#333047 color RGB value is (51,48,71).

  • red value is 51;
  • green value is 48;
  • blue value is 71.
RGB:
(51,48,71)
(20%,19%,28%)

RGB channels and saturation

R 51 of 255 = 20%
G 48 of 255 = 19%
B 71 of 255 = 28%

51
48
71

R + G + B ~ 22%. #333047 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 48 + 71 = 170 (100%)
R 51 of 170 ~ 30%
G 48 of 170 ~ 28.24%
B 71 of 170 ~ 41.76%

%30
%28.24
%41.76

CMYK color model

#333047 color CMYK value is (28,32,0,72).

  • cyan value is 28.17%
  • magenta value is 32.39%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(28,32,0,72)
C28M32Y0K72 
(28%,32%,0%,72%)
(0.28/0.32/0.00/0.72)	

CMYK percentages

%28.17
%32.39
%0
%72.16

Codes

Color #333047 in popluar color models

333047
RGB514871
HSL248°19.33%23.33%
HSB/HSV248°32.39%27.84%
CMYK28.17%32.39%0.00%
72.16%

Color #333047 in popluar number systems.

HEX333047
Decimal514871
Binary1100111100001000111
Octal6360107

Shades and tints

Shades of #333047

#333047
(51,48,71)
#2F2C41
(47,44,65)
#2B283B
(43,40,59)
#272435
(39,36,53)
#23202F
(35,32,47)
#1F1C29
(31,28,41)
#1B1823
(27,24,35)
#17141D
(23,20,29)
#131017
(19,16,23)
#0F0C11
(15,12,17)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #333047

#333047
(51,48,71)
#454257
(69,66,87)
#575467
(87,84,103)
#696677
(105,102,119)
#7B7887
(123,120,135)
#8D8A97
(141,138,151)
#9F9CA7
(159,156,167)
#B1AEB7
(177,174,183)
#C3C0C7
(195,192,199)
#D5D2D7
(213,210,215)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333047; }

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

This text font color is #333047.


Background Color

.myBgColor { background-color: #333047; }

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

This div background color is #333047.


Border color

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

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

This div border color is #333047.


Opacity

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

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

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

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

This text has shadow with #333047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333047 on black background.


Color preview on white background

This text has color #333047 on white background.



Black color preview on #333047 background

This text has black color on #333047 background.


White color preview on #333047 background

This text has white color on #333047 background.