COLOR #333042

HEX: #333042 RGB: (51,48,66)

Color info

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

RGB color model

#333042 color RGB value is (51,48,66).

RGB: (51,48,66) (20%, 19%, 26%)

RGB channels and saturation

R 51 of 255 = 20%
G 48 of 255 = 19%
B 66 of 255 = 26%

51
48
66

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

Portions of RGB colors in percentages

R + G + B = 51 + 48 + 66 = 165 (100%)
R 51 of 165 ~ 30.91%
G 48 of 165 ~ 29.09%
B 66 of 165 ~ 40'%

%30.91
%29.09
%40

CMYK color model

#333042 color CMYK value is (23,27,0,74).

  • cyan value is 22.73%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK: (23,27,0,74) C23M27Y0K74 (23%,27%,0%,74%) (0.23/0.27/0.00/0.74) 

CMYK percentages

%22.73
%27.27
%0
%74.12

Codes

Color #333042 in popluar color models

33 30 42
RGB 51 48 66
HSL 250° 15.79% 22.35%
HSB/HSV 250° 27.27% 25.88%
CMYK 22.73% 27.27% 0.00%
74.12%

Color #333042 in popluar number systems.

HEX 33 30 42
Decimal 51 48 66
Binary 110011 110000 1000010
Octal 63 60 102

Shades and tints

Shades of #333042

#333042
(51,48,66)
#2F2C3C
(47,44,60)
#2B2836
(43,40,54)
#272430
(39,36,48)
#23202A
(35,32,42)
#1F1C24
(31,28,36)
#1B181E
(27,24,30)
#171418
(23,20,24)
#131012
(19,16,18)
#0F0C0C
(15,12,12)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #333042

#333042
(51,48,66)
#454253
(69,66,83)
#575464
(87,84,100)
#696675
(105,102,117)
#7B7886
(123,120,134)
#8D8A97
(141,138,151)
#9F9CA8
(159,156,168)
#B1AEB9
(177,174,185)
#C3C0CA
(195,192,202)
#D5D2DB
(213,210,219)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333042; }

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

This text font color is #333042.

Background Color

.myBgColor { background-color: #333042; }

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

This div background color is #333042.

Border color

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

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

This div border color is #333042.

Opacity

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

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

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

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

This text has shadow with #333042 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333042.

Preview

Color preview on black background

This text has color #333042 on black background.


Color preview on white background

This text has color #333042 on white background.


Black color preview on #333042 background

This text has black color on #333042 background.


White color preview on #333042 background

This text has white color on #333042 background.


Related colors

Complementary color

Complementary color for #hex is #CCCFBD.


I love getcolorcode.com

Triadic colors

1 #423330 and #304233 with #333042 are triadic colors.

2 #423033 and #303342 with #333042 are triadic colors.