COLOR #333841

HEX: #333841
RGB: (51,56,65)

Color info

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

RGB color model

#333841 color RGB value is (51,56,65).

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

RGB channels and saturation

R 51 of 255 = 20%
G 56 of 255 = 22%
B 65 of 255 = 25%

51
56
65

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

Portions of RGB colors in percentages

R + G + B =
51 + 56 + 65 = 172 (100%)
R 51 of 172 ~ 29.65%
G 56 of 172 ~ 32.56%
B 65 of 172 ~ 37.79%

%29.65
%32.56
%37.79

CMYK color model

#333841 color CMYK value is (22,14,0,75).

  • cyan value is 21.54%
  • magenta value is 13.85%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(22,14,0,75)
C22M14Y0K75 
(22%,14%,0%,75%)
(0.22/0.14/0.00/0.75)	

CMYK percentages

%21.54
%13.85
%0
%74.51

Codes

Color #333841 in popluar color models

333841
RGB515665
HSL219°12.07%22.75%
HSB/HSV219°21.54%25.49%
CMYK21.54%13.85%0.00%
74.51%

Color #333841 in popluar number systems.

HEX333841
Decimal515665
Binary1100111110001000001
Octal6370101

Shades and tints

Shades of #333841

#333841
(51,56,65)
#2F333C
(47,51,60)
#2B2E37
(43,46,55)
#272932
(39,41,50)
#23242D
(35,36,45)
#1F1F28
(31,31,40)
#1B1A23
(27,26,35)
#17151E
(23,21,30)
#131019
(19,16,25)
#0F0B14
(15,11,20)
#0B060F
(11,6,15)
#000000
(0,0,0)

Tints of #333841

#333841
(51,56,65)
#454A52
(69,74,82)
#575C63
(87,92,99)
#696E74
(105,110,116)
#7B8085
(123,128,133)
#8D9296
(141,146,150)
#9FA4A7
(159,164,167)
#B1B6B8
(177,182,184)
#C3C8C9
(195,200,201)
#D5DADA
(213,218,218)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333841; }

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

This text font color is #333841.


Background Color

.myBgColor { background-color: #333841; }

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

This div background color is #333841.


Border color

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

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

This div border color is #333841.


Opacity

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

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

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

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

This text has shadow with #333841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333841 on black background.


Color preview on white background

This text has color #333841 on white background.



Black color preview on #333841 background

This text has black color on #333841 background.


White color preview on #333841 background

This text has white color on #333841 background.