COLOR #23575B

HEX: #23575B
RGB: (35,87,91)

Color info

#23575B contains red, green and blue colors in about the same proportion. Web safe color of #23575B is #336666 (or #366).

RGB color model

#23575B color RGB value is (35,87,91).

  • red value is 35;
  • green value is 87;
  • blue value is 91.
RGB:
(35,87,91)
(14%,34%,36%)

RGB channels and saturation

R 35 of 255 = 14%
G 87 of 255 = 34%
B 91 of 255 = 36%

35
87
91

R + G + B ~ 28%. #23575B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 87 + 91 = 213 (100%)
R 35 of 213 ~ 16.43%
G 87 of 213 ~ 40.85%
B 91 of 213 ~ 42.72%

%16.43
%40.85
%42.72

CMYK color model

#23575B color CMYK value is (62,4,0,64).

  • cyan value is 61.54%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(62,4,0,64)
C62M4Y0K64 
(62%,4%,0%,64%)
(0.62/0.04/0.00/0.64)	

CMYK percentages

%61.54
%4.4
%0
%64.31

Codes

Color #23575B in popluar color models

23575B
RGB358791
HSL184°44.44%24.71%
HSB/HSV184°61.54%35.69%
CMYK61.54%4.40%0.00%
64.31%

Color #23575B in popluar number systems.

HEX23575B
Decimal358791
Binary10001110101111011011
Octal43127133

Shades and tints

Shades of #23575B

#23575B
(35,87,91)
#205053
(32,80,83)
#1D494B
(29,73,75)
#1A4243
(26,66,67)
#173B3B
(23,59,59)
#143433
(20,52,51)
#112D2B
(17,45,43)
#0E2623
(14,38,35)
#0B1F1B
(11,31,27)
#081813
(8,24,19)
#05110B
(5,17,11)
#000000
(0,0,0)

Tints of #23575B

#23575B
(35,87,91)
#376669
(55,102,105)
#4B7577
(75,117,119)
#5F8485
(95,132,133)
#739393
(115,147,147)
#87A2A1
(135,162,161)
#9BB1AF
(155,177,175)
#AFC0BD
(175,192,189)
#C3CFCB
(195,207,203)
#D7DED9
(215,222,217)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23575B color. Also use rgb(35,87,91) instead hex code.

Text Font Color

.myTextColor { color: #23575B; }

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

This text font color is #23575B.


Background Color

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

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

This div background color is #23575B.


Border color

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

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

This div border color is #23575B.


Opacity

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

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

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

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

This text has shadow with #23575B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #23575B on black background.


Color preview on white background

This text has color #23575B on white background.



Black color preview on #23575B background

This text has black color on #23575B background.


White color preview on #23575B background

This text has white color on #23575B background.