COLOR #23393B

HEX: #23393B RGB: (35,57,59)

Color info

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

RGB color model

#23393B color RGB value is (35,57,59).

RGB: (35,57,59) (14%, 22%, 23%)

RGB channels and saturation

R 35 of 255 = 14%
G 57 of 255 = 22%
B 59 of 255 = 23%

35
57
59

R + G + B ~ 20%. #23393B is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 57 + 59 = 151 (100%)
R 35 of 151 ~ 23.18%
G 57 of 151 ~ 37.75%
B 59 of 151 ~ 39.07'%

%23.18
%37.75
%39.07

CMYK color model

#23393B color CMYK value is (41,3,0,77).

  • cyan value is 40.68%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (41,3,0,77)
C41M3Y0K77 (41%, 3%, 0%, 77%)
(0.41 / 0.03 / 0.00 / 0.77)

CMYK percentages

%40.68
%3.39
%0
%76.86

Codes

Color #23393B in popluar color models

23 39 3B
RGB 35 57 59
HSL 185° 25.53% 18.43%
HSB/HSV 185° 40.68% 23.14%
CMYK 40.68% 3.39% 0.00%
76.86%

Color #23393B in popluar number systems.

HEX 23 39 3B
Decimal 35 57 59
Binary 100011 111001 111011
Octal 43 71 73

Shades and tints

Shades of #23393B

#23393B
(35,57,59)
#203436
(32,52,54)
#1D2F31
(29,47,49)
#1A2A2C
(26,42,44)
#172527
(23,37,39)
#142022
(20,32,34)
#111B1D
(17,27,29)
#0E1618
(14,22,24)
#0B1113
(11,17,19)
#080C0E
(8,12,14)
#050709
(5,7,9)
#000000
(0,0,0)

Tints of #23393B

#23393B
(35,57,59)
#374B4C
(55,75,76)
#4B5D5D
(75,93,93)
#5F6F6E
(95,111,110)
#73817F
(115,129,127)
#879390
(135,147,144)
#9BA5A1
(155,165,161)
#AFB7B2
(175,183,178)
#C3C9C3
(195,201,195)
#D7DBD4
(215,219,212)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23393B color. Also use rgb(35,57,59) instead hex code.

Text Font Color

.myTextColor { color: #23393B; }

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

This text font color is #23393B.

Background Color

.myBgColor { background-color: #23393B; }

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

This div background color is #23393B.

Border color

.myBorderColor { border: 1px solid #23393B; }

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

This div border color is #23393B.

Opacity

.myOpacity80 { color: #23393B; opacity: 0.8; }

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

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

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

This text has shadow with #23393B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #23393B.

Preview

Color preview on black background

This text has color #23393B on black background.


Color preview on white background

This text has color #23393B on white background.


Black color preview on #23393B background

This text has black color on #23393B background.


White color preview on #23393B background

This text has white color on #23393B background.


Related colors

Complementary color

Complementary color for #hex is #DCC6C4.


I love getcolorcode.com

Triadic colors

1 #3B2339 and #393B23 with #23393B are triadic colors.

2 #3B3923 and #39233B with #23393B are triadic colors.