COLOR #333541

HEX: #333541 RGB: (51,53,65)

Color info

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

RGB color model

#333541 color RGB value is (51,53,65).

RGB: (51,53,65) (20%, 21%, 25%)

RGB channels and saturation

R 51 of 255 = 20%
G 53 of 255 = 21%
B 65 of 255 = 25%

51
53
65

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

Portions of RGB colors in percentages

R + G + B = 51 + 53 + 65 = 169 (100%)
R 51 of 169 ~ 30.18%
G 53 of 169 ~ 31.36%
B 65 of 169 ~ 38.46'%

%30.18
%31.36
%38.46

CMYK color model

#333541 color CMYK value is (22,18,0,75).

  • cyan value is 21.54%
  • magenta value is 18.46%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK: (22,18,0,75) C22M18Y0K75 (22%,18%,0%,75%) (0.22/0.18/0.00/0.75) 

CMYK percentages

%21.54
%18.46
%0
%74.51

Codes

Color #333541 in popluar color models

33 35 41
RGB 51 53 65
HSL 231° 12.07% 22.75%
HSB/HSV 231° 21.54% 25.49%
CMYK 21.54% 18.46% 0.00%
74.51%

Color #333541 in popluar number systems.

HEX 33 35 41
Decimal 51 53 65
Binary 110011 110101 1000001
Octal 63 65 101

Shades and tints

Shades of #333541

#333541
(51,53,65)
#2F313C
(47,49,60)
#2B2D37
(43,45,55)
#272932
(39,41,50)
#23252D
(35,37,45)
#1F2128
(31,33,40)
#1B1D23
(27,29,35)
#17191E
(23,25,30)
#131519
(19,21,25)
#0F1114
(15,17,20)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #333541

#333541
(51,53,65)
#454752
(69,71,82)
#575963
(87,89,99)
#696B74
(105,107,116)
#7B7D85
(123,125,133)
#8D8F96
(141,143,150)
#9FA1A7
(159,161,167)
#B1B3B8
(177,179,184)
#C3C5C9
(195,197,201)
#D5D7DA
(213,215,218)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333541; }

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

This text font color is #333541.

Background Color

.myBgColor { background-color: #333541; }

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

This div background color is #333541.

Border color

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

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

This div border color is #333541.

Opacity

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

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

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

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

This text has shadow with #333541 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333541.

Preview

Color preview on black background

This text has color #333541 on black background.


Color preview on white background

This text has color #333541 on white background.


Black color preview on #333541 background

This text has black color on #333541 background.


White color preview on #333541 background

This text has white color on #333541 background.


Related colors

Complementary color

Complementary color for #hex is #CCCABE.


I love getcolorcode.com

Triadic colors

1 #413335 and #354133 with #333541 are triadic colors.

2 #413533 and #353341 with #333541 are triadic colors.