COLOR #323D41

HEX: #323D41
RGB: (50,61,65)

Color info

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

RGB color model

#323D41 color RGB value is (50,61,65).

  • red value is 50;
  • green value is 61;
  • blue value is 65.
RGB:
(50,61,65)
(20%,24%,25%)

RGB channels and saturation

R 50 of 255 = 20%
G 61 of 255 = 24%
B 65 of 255 = 25%

50
61
65

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

Portions of RGB colors in percentages

R + G + B =
50 + 61 + 65 = 176 (100%)
R 50 of 176 ~ 28.41%
G 61 of 176 ~ 34.66%
B 65 of 176 ~ 36.93%

%28.41
%34.66
%36.93

CMYK color model

#323D41 color CMYK value is (23,6,0,75).

  • cyan value is 23.08%
  • magenta value is 6.15%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(23,6,0,75)
C23M6Y0K75 
(23%,6%,0%,75%)
(0.23/0.06/0.00/0.75)	

CMYK percentages

%23.08
%6.15
%0
%74.51

Codes

Color #323D41 in popluar color models

323D41
RGB506165
HSL196°13.04%22.55%
HSB/HSV196°23.08%25.49%
CMYK23.08%6.15%0.00%
74.51%

Color #323D41 in popluar number systems.

HEX323D41
Decimal506165
Binary1100101111011000001
Octal6275101

Shades and tints

Shades of #323D41

#323D41
(50,61,65)
#2E383C
(46,56,60)
#2A3337
(42,51,55)
#262E32
(38,46,50)
#22292D
(34,41,45)
#1E2428
(30,36,40)
#1A1F23
(26,31,35)
#161A1E
(22,26,30)
#121519
(18,21,25)
#0E1014
(14,16,20)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #323D41

#323D41
(50,61,65)
#444E52
(68,78,82)
#565F63
(86,95,99)
#687074
(104,112,116)
#7A8185
(122,129,133)
#8C9296
(140,146,150)
#9EA3A7
(158,163,167)
#B0B4B8
(176,180,184)
#C2C5C9
(194,197,201)
#D4D6DA
(212,214,218)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323D41; }

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

This text font color is #323D41.


Background Color

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

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

This div background color is #323D41.


Border color

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

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

This div border color is #323D41.


Opacity

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

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

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

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

This text has shadow with #323D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323D41 on black background.


Color preview on white background

This text has color #323D41 on white background.



Black color preview on #323D41 background

This text has black color on #323D41 background.


White color preview on #323D41 background

This text has white color on #323D41 background.