COLOR #23393A

HEX: #23393A RGB: (35,57,58)

Color info

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

RGB color model

#23393A color RGB value is (35,57,58).

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

RGB channels and saturation

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

35
57
58

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

Portions of RGB colors in percentages

R + G + B = 35 + 57 + 58 = 150 (100%)
R 35 of 150 ~ 23.33%
G 57 of 150 ~ 38%
B 58 of 150 ~ 38.67'%

%23.33
%38
%38.67

CMYK color model

#23393A color CMYK value is (40,2,0,77).

  • cyan value is 39.66%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (40,2,0,77)
C40M2Y0K77 (40%, 2%, 0%, 77%)
(0.40 / 0.02 / 0.00 / 0.77)

CMYK percentages

%39.66
%1.72
%0
%77.25

Codes

Color #23393A in popluar color models

23 39 3A
RGB 35 57 58
HSL 183° 24.73% 18.24%
HSB/HSV 183° 39.66% 22.75%
CMYK 39.66% 1.72% 0.00%
77.25%

Color #23393A in popluar number systems.

HEX 23 39 3A
Decimal 35 57 58
Binary 100011 111001 111010
Octal 43 71 72

Shades and tints

Shades of #23393A

#23393A
(35,57,58)
#203435
(32,52,53)
#1D2F30
(29,47,48)
#1A2A2B
(26,42,43)
#172526
(23,37,38)
#142021
(20,32,33)
#111B1C
(17,27,28)
#0E1617
(14,22,23)
#0B1112
(11,17,18)
#080C0D
(8,12,13)
#050708
(5,7,8)
#000000
(0,0,0)

Tints of #23393A

#23393A
(35,57,58)
#374B4B
(55,75,75)
#4B5D5C
(75,93,92)
#5F6F6D
(95,111,109)
#73817E
(115,129,126)
#87938F
(135,147,143)
#9BA5A0
(155,165,160)
#AFB7B1
(175,183,177)
#C3C9C2
(195,201,194)
#D7DBD3
(215,219,211)
#EBEDE4
(235,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #23393A; }

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

This text font color is #23393A.

Background Color

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

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

This div background color is #23393A.

Border color

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

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

This div border color is #23393A.

Opacity

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

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

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

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

This text has shadow with #23393A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #23393A.

Preview

Color preview on black background

This text has color #23393A on black background.


Color preview on white background

This text has color #23393A on white background.


Black color preview on #23393A background

This text has black color on #23393A background.


White color preview on #23393A background

This text has white color on #23393A background.


Related colors

Complementary color

Complementary color for #hex is #DCC6C5.


I love getcolorcode.com

Triadic colors

1 #3A2339 and #393A23 with #23393A are triadic colors.

2 #3A3923 and #39233A with #23393A are triadic colors.