COLOR #23374D

HEX: #23374D
RGB: (35,55,77)

Color info

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

RGB color model

#23374D color RGB value is (35,55,77).

  • red value is 35;
  • green value is 55;
  • blue value is 77.
RGB:
(35,55,77)
(14%,22%,30%)

RGB channels and saturation

R 35 of 255 = 14%
G 55 of 255 = 22%
B 77 of 255 = 30%

35
55
77

R + G + B ~ 22%. #23374D is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 55 + 77 = 167 (100%)
R 35 of 167 ~ 20.96%
G 55 of 167 ~ 32.93%
B 77 of 167 ~ 46.11%

%20.96
%32.93
%46.11

CMYK color model

#23374D color CMYK value is (55,29,0,70).

  • cyan value is 54.55%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(55,29,0,70)
C55M29Y0K70 
(55%,29%,0%,70%)
(0.55/0.29/0.00/0.70)	

CMYK percentages

%54.55
%28.57
%0
%69.8

Codes

Color #23374D in popluar color models

23374D
RGB355577
HSL211°37.50%21.96%
HSB/HSV211°54.55%30.20%
CMYK54.55%28.57%0.00%
69.80%

Color #23374D in popluar number systems.

HEX23374D
Decimal355577
Binary1000111101111001101
Octal4367115

Shades and tints

Shades of #23374D

#23374D
(35,55,77)
#203246
(32,50,70)
#1D2D3F
(29,45,63)
#1A2838
(26,40,56)
#172331
(23,35,49)
#141E2A
(20,30,42)
#111923
(17,25,35)
#0E141C
(14,20,28)
#0B0F15
(11,15,21)
#080A0E
(8,10,14)
#050507
(5,5,7)
#000000
(0,0,0)

Tints of #23374D

#23374D
(35,55,77)
#37495D
(55,73,93)
#4B5B6D
(75,91,109)
#5F6D7D
(95,109,125)
#737F8D
(115,127,141)
#87919D
(135,145,157)
#9BA3AD
(155,163,173)
#AFB5BD
(175,181,189)
#C3C7CD
(195,199,205)
#D7D9DD
(215,217,221)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #23374D; }

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

This text font color is #23374D.


Background Color

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

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

This div background color is #23374D.


Border color

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

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

This div border color is #23374D.


Opacity

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

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

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

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

This text has shadow with #23374D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #23374D on black background.


Color preview on white background

This text has color #23374D on white background.



Black color preview on #23374D background

This text has black color on #23374D background.


White color preview on #23374D background

This text has white color on #23374D background.