COLOR #323F41

HEX: #323F41 RGB: (50,63,65)

Color info

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

RGB color model

#323F41 color RGB value is (50,63,65).

RGB: (50,63,65) (20%, 25%, 25%)

RGB channels and saturation

R 50 of 255 = 20%
G 63 of 255 = 25%
B 65 of 255 = 25%

50
63
65

R + G + B ~ 23%. #323F41 is dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 63 + 65 = 178 (100%)
R 50 of 178 ~ 28.09%
G 63 of 178 ~ 35.39%
B 65 of 178 ~ 36.52'%

%28.09
%35.39
%36.52

CMYK color model

#323F41 color CMYK value is (23,3,0,75).

  • cyan value is 23.08%
  • magenta value is 3.08%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (23,3,0,75)
C23M3Y0K75 (23%, 3%, 0%, 75%)
(0.23 / 0.03 / 0.00 / 0.75)

CMYK percentages

%23.08
%3.08
%0
%74.51

Codes

Color #323F41 in popluar color models

32 3F 41
RGB 50 63 65
HSL 188° 13.04% 22.55%
HSB/HSV 188° 23.08% 25.49%
CMYK 23.08% 3.08% 0.00%
74.51%

Color #323F41 in popluar number systems.

HEX 32 3F 41
Decimal 50 63 65
Binary 110010 111111 1000001
Octal 62 77 101

Shades and tints

Shades of #323F41

#323F41
(50,63,65)
#2E3A3C
(46,58,60)
#2A3537
(42,53,55)
#263032
(38,48,50)
#222B2D
(34,43,45)
#1E2628
(30,38,40)
#1A2123
(26,33,35)
#161C1E
(22,28,30)
#121719
(18,23,25)
#0E1214
(14,18,20)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #323F41

#323F41
(50,63,65)
#445052
(68,80,82)
#566163
(86,97,99)
#687274
(104,114,116)
#7A8385
(122,131,133)
#8C9496
(140,148,150)
#9EA5A7
(158,165,167)
#B0B6B8
(176,182,184)
#C2C7C9
(194,199,201)
#D4D8DA
(212,216,218)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323F41 color. Also use rgb(50,63,65) instead hex code.

Text Font Color

.myTextColor { color: #323F41; }

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

This text font color is #323F41.

Background Color

.myBgColor { background-color: #323F41; }

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

This div background color is #323F41.

Border color

.myBorderColor { border: 1px solid #323F41; }

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

This div border color is #323F41.

Opacity

.myOpacity80 { color: #323F41; opacity: 0.8; }

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

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

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

This text has shadow with #323F41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #323F41.

Preview

Color preview on black background

This text has color #323F41 on black background.


Color preview on white background

This text has color #323F41 on white background.


Black color preview on #323F41 background

This text has black color on #323F41 background.


White color preview on #323F41 background

This text has white color on #323F41 background.


Related colors

Complementary color

Complementary color for #hex is #CDC0BE.


I love getcolorcode.com

Triadic colors

1 #41323F and #3F4132 with #323F41 are triadic colors.

2 #413F32 and #3F3241 with #323F41 are triadic colors.