COLOR #333041

HEX: #333041
RGB: (51,48,65)

Color info

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

RGB color model

#333041 color RGB value is (51,48,65).

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

RGB channels and saturation

R 51 of 255 = 20%
G 48 of 255 = 19%
B 65 of 255 = 25%

51
48
65

R + G + B ~ 21%. #333041 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 48 + 65 = 164 (100%)
R 51 of 164 ~ 31.1%
G 48 of 164 ~ 29.27%
B 65 of 164 ~ 39.63%

%31.1
%29.27
%39.63

CMYK color model

#333041 color CMYK value is (22,26,0,75).

  • cyan value is 21.54%
  • magenta value is 26.15%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(22,26,0,75)
C22M26Y0K75 
(22%,26%,0%,75%)
(0.22/0.26/0.00/0.75)	

CMYK percentages

%21.54
%26.15
%0
%74.51

Codes

Color #333041 in popluar color models

333041
RGB514865
HSL251°15.04%22.16%
HSB/HSV251°26.15%25.49%
CMYK21.54%26.15%0.00%
74.51%

Color #333041 in popluar number systems.

HEX333041
Decimal514865
Binary1100111100001000001
Octal6360101

Shades and tints

Shades of #333041

#333041
(51,48,65)
#2F2C3C
(47,44,60)
#2B2837
(43,40,55)
#272432
(39,36,50)
#23202D
(35,32,45)
#1F1C28
(31,28,40)
#1B1823
(27,24,35)
#17141E
(23,20,30)
#131019
(19,16,25)
#0F0C14
(15,12,20)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #333041

#333041
(51,48,65)
#454252
(69,66,82)
#575463
(87,84,99)
#696674
(105,102,116)
#7B7885
(123,120,133)
#8D8A96
(141,138,150)
#9F9CA7
(159,156,167)
#B1AEB8
(177,174,184)
#C3C0C9
(195,192,201)
#D5D2DA
(213,210,218)
#E7E4EB
(231,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333041; }

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

This text font color is #333041.


Background Color

.myBgColor { background-color: #333041; }

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

This div background color is #333041.


Border color

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

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

This div border color is #333041.


Opacity

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

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

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

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

This text has shadow with #333041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333041 on black background.


Color preview on white background

This text has color #333041 on white background.



Black color preview on #333041 background

This text has black color on #333041 background.


White color preview on #333041 background

This text has white color on #333041 background.