COLOR #23383B

HEX: #23383B RGB: (35,56,59)

Color info

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

RGB color model

#23383B color RGB value is (35,56,59).

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

RGB channels and saturation

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

35
56
59

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

Portions of RGB colors in percentages

R + G + B = 35 + 56 + 59 = 150 (100%)
R 35 of 150 ~ 23.33%
G 56 of 150 ~ 37.33%
B 59 of 150 ~ 39.33'%

%23.33
%37.33
%39.33

CMYK color model

#23383B color CMYK value is (41,5,0,77).

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

CMYK: (41,5,0,77)
C41M5Y0K77 (41%, 5%, 0%, 77%)
(0.41 / 0.05 / 0.00 / 0.77)

CMYK percentages

%40.68
%5.08
%0
%76.86

Codes

Color #23383B in popluar color models

23 38 3B
RGB 35 56 59
HSL 188° 25.53% 18.43%
HSB/HSV 188° 40.68% 23.14%
CMYK 40.68% 5.08% 0.00%
76.86%

Color #23383B in popluar number systems.

HEX 23 38 3B
Decimal 35 56 59
Binary 100011 111000 111011
Octal 43 70 73

Shades and tints

Shades of #23383B

#23383B
(35,56,59)
#203336
(32,51,54)
#1D2E31
(29,46,49)
#1A292C
(26,41,44)
#172427
(23,36,39)
#141F22
(20,31,34)
#111A1D
(17,26,29)
#0E1518
(14,21,24)
#0B1013
(11,16,19)
#080B0E
(8,11,14)
#050609
(5,6,9)
#000000
(0,0,0)

Tints of #23383B

#23383B
(35,56,59)
#374A4C
(55,74,76)
#4B5C5D
(75,92,93)
#5F6E6E
(95,110,110)
#73807F
(115,128,127)
#879290
(135,146,144)
#9BA4A1
(155,164,161)
#AFB6B2
(175,182,178)
#C3C8C3
(195,200,195)
#D7DAD4
(215,218,212)
#EBECE5
(235,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #23383B; }

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

This text font color is #23383B.

Background Color

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

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

This div background color is #23383B.

Border color

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

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

This div border color is #23383B.

Opacity

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

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

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

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

This text has shadow with #23383B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #23383B.

Preview

Color preview on black background

This text has color #23383B on black background.


Color preview on white background

This text has color #23383B on white background.


Black color preview on #23383B background

This text has black color on #23383B background.


White color preview on #23383B background

This text has white color on #23383B background.


Related colors

Complementary color

Complementary color for #hex is #DCC7C4.


I love getcolorcode.com

Triadic colors

1 #3B2338 and #383B23 with #23383B are triadic colors.

2 #3B3823 and #38233B with #23383B are triadic colors.