COLOR #23393D

HEX: #23393D
RGB: (35,57,61)

Color info

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

RGB color model

#23393D color RGB value is (35,57,61).

  • red value is 35;
  • green value is 57;
  • blue value is 61.
RGB:
(35,57,61)
(14%,22%,24%)

RGB channels and saturation

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

35
57
61

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

Portions of RGB colors in percentages

R + G + B =
35 + 57 + 61 = 153 (100%)
R 35 of 153 ~ 22.88%
G 57 of 153 ~ 37.25%
B 61 of 153 ~ 39.87%

%22.88
%37.25
%39.87

CMYK color model

#23393D color CMYK value is (43,7,0,76).

  • cyan value is 42.62%
  • magenta value is 6.56%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(43,7,0,76)
C43M7Y0K76 
(43%,7%,0%,76%)
(0.43/0.07/0.00/0.76)	

CMYK percentages

%42.62
%6.56
%0
%76.08

Codes

Color #23393D in popluar color models

23393D
RGB355761
HSL189°27.08%18.82%
HSB/HSV189°42.62%23.92%
CMYK42.62%6.56%0.00%
76.08%

Color #23393D in popluar number systems.

HEX23393D
Decimal355761
Binary100011111001111101
Octal437175

Shades and tints

Shades of #23393D

#23393D
(35,57,61)
#203438
(32,52,56)
#1D2F33
(29,47,51)
#1A2A2E
(26,42,46)
#172529
(23,37,41)
#142024
(20,32,36)
#111B1F
(17,27,31)
#0E161A
(14,22,26)
#0B1115
(11,17,21)
#080C10
(8,12,16)
#05070B
(5,7,11)
#000000
(0,0,0)

Tints of #23393D

#23393D
(35,57,61)
#374B4E
(55,75,78)
#4B5D5F
(75,93,95)
#5F6F70
(95,111,112)
#738181
(115,129,129)
#879392
(135,147,146)
#9BA5A3
(155,165,163)
#AFB7B4
(175,183,180)
#C3C9C5
(195,201,197)
#D7DBD6
(215,219,214)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #23393D; }

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

This text font color is #23393D.


Background Color

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

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

This div background color is #23393D.


Border color

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

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

This div border color is #23393D.


Opacity

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

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

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

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

This text has shadow with #23393D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #23393D on black background.


Color preview on white background

This text has color #23393D on white background.



Black color preview on #23393D background

This text has black color on #23393D background.


White color preview on #23393D background

This text has white color on #23393D background.