COLOR #23353B

HEX: #23353B RGB: (35,53,59)

Color info

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

RGB color model

#23353B color RGB value is (35,53,59).

RGB: (35,53,59) (14%, 21%, 23%)

RGB channels and saturation

R 35 of 255 = 14%
G 53 of 255 = 21%
B 59 of 255 = 23%

35
53
59

R + G + B ~ 19%. #23353B is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 53 + 59 = 147 (100%)
R 35 of 147 ~ 23.81%
G 53 of 147 ~ 36.05%
B 59 of 147 ~ 40.14'%

%23.81
%36.05
%40.14

CMYK color model

#23353B color CMYK value is (41,10,0,77).

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

CMYK: (41,10,0,77)
C41M10Y0K77 (41%, 10%, 0%, 77%)
(0.41 / 0.10 / 0.00 / 0.77)

CMYK percentages

%40.68
%10.17
%0
%76.86

Codes

Color #23353B in popluar color models

23 35 3B
RGB 35 53 59
HSL 195° 25.53% 18.43%
HSB/HSV 195° 40.68% 23.14%
CMYK 40.68% 10.17% 0.00%
76.86%

Color #23353B in popluar number systems.

HEX 23 35 3B
Decimal 35 53 59
Binary 100011 110101 111011
Octal 43 65 73

Shades and tints

Shades of #23353B

#23353B
(35,53,59)
#203136
(32,49,54)
#1D2D31
(29,45,49)
#1A292C
(26,41,44)
#172527
(23,37,39)
#142122
(20,33,34)
#111D1D
(17,29,29)
#0E1918
(14,25,24)
#0B1513
(11,21,19)
#08110E
(8,17,14)
#050D09
(5,13,9)
#000000
(0,0,0)

Tints of #23353B

#23353B
(35,53,59)
#37474C
(55,71,76)
#4B595D
(75,89,93)
#5F6B6E
(95,107,110)
#737D7F
(115,125,127)
#878F90
(135,143,144)
#9BA1A1
(155,161,161)
#AFB3B2
(175,179,178)
#C3C5C3
(195,197,195)
#D7D7D4
(215,215,212)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #23353B; }

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

This text font color is #23353B.

Background Color

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

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

This div background color is #23353B.

Border color

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

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

This div border color is #23353B.

Opacity

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

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

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

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

This text has shadow with #23353B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #23353B.

Preview

Color preview on black background

This text has color #23353B on black background.


Color preview on white background

This text has color #23353B on white background.


Black color preview on #23353B background

This text has black color on #23353B background.


White color preview on #23353B background

This text has white color on #23353B background.


Related colors

Complementary color

Complementary color for #hex is #DCCAC4.


I love getcolorcode.com

Triadic colors

1 #3B2335 and #353B23 with #23353B are triadic colors.

2 #3B3523 and #35233B with #23353B are triadic colors.