COLOR #23373D

HEX: #23373D RGB: (35,55,61)

Color info

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

RGB color model

#23373D color RGB value is (35,55,61).

RGB: (35,55,61) (14%, 22%, 24%)

RGB channels and saturation

R 35 of 255 = 14%
G 55 of 255 = 22%
B 61 of 255 = 24%

35
55
61

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

Portions of RGB colors in percentages

R + G + B = 35 + 55 + 61 = 151 (100%)
R 35 of 151 ~ 23.18%
G 55 of 151 ~ 36.42%
B 61 of 151 ~ 40.4'%

%23.18
%36.42
%40.4

CMYK color model

#23373D color CMYK value is (43,10,0,76).

  • cyan value is 42.62%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (43,10,0,76)
C43M10Y0K76 (43%, 10%, 0%, 76%)
(0.43 / 0.10 / 0.00 / 0.76)

CMYK percentages

%42.62
%9.84
%0
%76.08

Codes

Color #23373D in popluar color models

23 37 3D
RGB 35 55 61
HSL 194° 27.08% 18.82%
HSB/HSV 194° 42.62% 23.92%
CMYK 42.62% 9.84% 0.00%
76.08%

Color #23373D in popluar number systems.

HEX 23 37 3D
Decimal 35 55 61
Binary 100011 110111 111101
Octal 43 67 75

Shades and tints

Shades of #23373D

#23373D
(35,55,61)
#203238
(32,50,56)
#1D2D33
(29,45,51)
#1A282E
(26,40,46)
#172329
(23,35,41)
#141E24
(20,30,36)
#11191F
(17,25,31)
#0E141A
(14,20,26)
#0B0F15
(11,15,21)
#080A10
(8,10,16)
#05050B
(5,5,11)
#000000
(0,0,0)

Tints of #23373D

#23373D
(35,55,61)
#37494E
(55,73,78)
#4B5B5F
(75,91,95)
#5F6D70
(95,109,112)
#737F81
(115,127,129)
#879192
(135,145,146)
#9BA3A3
(155,163,163)
#AFB5B4
(175,181,180)
#C3C7C5
(195,199,197)
#D7D9D6
(215,217,214)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23373D color. Also use rgb(35,55,61) instead hex code.

Text Font Color

.myTextColor { color: #23373D; }

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

This text font color is #23373D.

Background Color

.myBgColor { background-color: #23373D; }

<div style="background-color:#23373D">Inner text</div>

This div background color is #23373D.

Border color

.myBorderColor { border: 1px solid #23373D; }

<div style="border:3px solid #23373D">Div</div>

This div border color is #23373D.

Opacity

.myOpacity80 { color: #23373D; opacity: 0.8; }

<p style="color:#23373D;opacity:0.8;">80%</p>

Text with #23373D 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 #23373D;}

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

This text has shadow with #23373D color.


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

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

This text has shadow with #23373D primary color and red secondary color.


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

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

This text has shadow with #23373D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #23373D.

Preview

Color preview on black background

This text has color #23373D on black background.


Color preview on white background

This text has color #23373D on white background.


Black color preview on #23373D background

This text has black color on #23373D background.


White color preview on #23373D background

This text has white color on #23373D background.


Related colors

Complementary color

Complementary color for #hex is #DCC8C2.


I love getcolorcode.com

Triadic colors

1 #3D2337 and #373D23 with #23373D are triadic colors.

2 #3D3723 and #37233D with #23373D are triadic colors.