COLOR #333341

HEX: #333341 RGB: (51,51,65)

Color info

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

RGB color model

#333341 color RGB value is (51,51,65).

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

RGB channels and saturation

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

51
51
65

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

Portions of RGB colors in percentages

R + G + B = 51 + 51 + 65 = 167 (100%)
R 51 of 167 ~ 30.54%
G 51 of 167 ~ 30.54%
B 65 of 167 ~ 38.92'%

%30.54
%30.54
%38.92

CMYK color model

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

  • cyan value is 21.54%
  • magenta value is 21.54%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (22,22,0,75)
C22M22Y0K75 (22%, 22%, 0%, 75%)
(0.22 / 0.22 / 0.00 / 0.75)

CMYK percentages

%21.54
%21.54
%0
%74.51

Codes

Color #333341 in popluar color models

33 33 41
RGB 51 51 65
HSL 240° 12.07% 22.75%
HSB/HSV 240° 21.54% 25.49%
CMYK 21.54% 21.54% 0.00%
74.51%

Color #333341 in popluar number systems.

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

Shades and tints

Shades of #333341

#333341
(51,51,65)
#2F2F3C
(47,47,60)
#2B2B37
(43,43,55)
#272732
(39,39,50)
#23232D
(35,35,45)
#1F1F28
(31,31,40)
#1B1B23
(27,27,35)
#17171E
(23,23,30)
#131319
(19,19,25)
#0F0F14
(15,15,20)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #333341

#333341
(51,51,65)
#454552
(69,69,82)
#575763
(87,87,99)
#696974
(105,105,116)
#7B7B85
(123,123,133)
#8D8D96
(141,141,150)
#9F9FA7
(159,159,167)
#B1B1B8
(177,177,184)
#C3C3C9
(195,195,201)
#D5D5DA
(213,213,218)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333341; }

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

This text font color is #333341.

Background Color

.myBgColor { background-color: #333341; }

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

This div background color is #333341.

Border color

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

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

This div border color is #333341.

Opacity

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

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

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

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

This text has shadow with #333341 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333341.

Preview

Color preview on black background

This text has color #333341 on black background.


Color preview on white background

This text has color #333341 on white background.


Black color preview on #333341 background

This text has black color on #333341 background.


White color preview on #333341 background

This text has white color on #333341 background.


Related colors

Complementary color

Complementary color for #hex is #CCCCBE.


I love getcolorcode.com