COLOR #23273B

HEX: #23273B
RGB: (35,39,59)

Color info

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

RGB color model

#23273B color RGB value is (35,39,59).

  • red value is 35;
  • green value is 39;
  • blue value is 59.
RGB:
(35,39,59)
(14%,15%,23%)

RGB channels and saturation

R 35 of 255 = 14%
G 39 of 255 = 15%
B 59 of 255 = 23%

35
39
59

R + G + B ~ 17%. #23273B is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 39 + 59 = 133 (100%)
R 35 of 133 ~ 26.32%
G 39 of 133 ~ 29.32%
B 59 of 133 ~ 44.36%

%26.32
%29.32
%44.36

CMYK color model

#23273B color CMYK value is (41,34,0,77).

  • cyan value is 40.68%
  • magenta value is 33.90%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(41,34,0,77)
C41M34Y0K77 
(41%,34%,0%,77%)
(0.41/0.34/0.00/0.77)	

CMYK percentages

%40.68
%33.9
%0
%76.86

Codes

Color #23273B in popluar color models

23273B
RGB353959
HSL230°25.53%18.43%
HSB/HSV230°40.68%23.14%
CMYK40.68%33.90%0.00%
76.86%

Color #23273B in popluar number systems.

HEX23273B
Decimal353959
Binary100011100111111011
Octal434773

Shades and tints

Shades of #23273B

#23273B
(35,39,59)
#202436
(32,36,54)
#1D2131
(29,33,49)
#1A1E2C
(26,30,44)
#171B27
(23,27,39)
#141822
(20,24,34)
#11151D
(17,21,29)
#0E1218
(14,18,24)
#0B0F13
(11,15,19)
#080C0E
(8,12,14)
#050909
(5,9,9)
#000000
(0,0,0)

Tints of #23273B

#23273B
(35,39,59)
#373A4C
(55,58,76)
#4B4D5D
(75,77,93)
#5F606E
(95,96,110)
#73737F
(115,115,127)
#878690
(135,134,144)
#9B99A1
(155,153,161)
#AFACB2
(175,172,178)
#C3BFC3
(195,191,195)
#D7D2D4
(215,210,212)
#EBE5E5
(235,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #23273B; }

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

This text font color is #23273B.


Background Color

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

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

This div background color is #23273B.


Border color

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

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

This div border color is #23273B.


Opacity

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

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

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

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

This text has shadow with #23273B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #23273B on black background.


Color preview on white background

This text has color #23273B on white background.



Black color preview on #23273B background

This text has black color on #23273B background.


White color preview on #23273B background

This text has white color on #23273B background.