COLOR #23576D

HEX: #23576D
RGB: (35,87,109)

Color info

#23576D contains mainly green and blue colors. Web safe color of #23576D is #336666 (or #366).

RGB color model

#23576D color RGB value is (35,87,109).

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

RGB channels and saturation

R 35 of 255 = 14%
G 87 of 255 = 34%
B 109 of 255 = 43%

35
87
109

R + G + B ~ 30%. #23576D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 87 + 109 = 231 (100%)
R 35 of 231 ~ 15.15%
G 87 of 231 ~ 37.66%
B 109 of 231 ~ 47.19%

%15.15
%37.66
%47.19

CMYK color model

#23576D color CMYK value is (68,20,0,57).

  • cyan value is 67.89%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(68,20,0,57)
C68M20Y0K57 
(68%,20%,0%,57%)
(0.68/0.20/0.00/0.57)	

CMYK percentages

%67.89
%20.18
%0
%57.25

Codes

Color #23576D in popluar color models

23576D
RGB3587109
HSL198°51.39%28.24%
HSB/HSV198°67.89%42.75%
CMYK67.89%20.18%0.00%
57.25%

Color #23576D in popluar number systems.

HEX23576D
Decimal3587109
Binary10001110101111101101
Octal43127155

Shades and tints

Shades of #23576D

#23576D
(35,87,109)
#205064
(32,80,100)
#1D495B
(29,73,91)
#1A4252
(26,66,82)
#173B49
(23,59,73)
#143440
(20,52,64)
#112D37
(17,45,55)
#0E262E
(14,38,46)
#0B1F25
(11,31,37)
#08181C
(8,24,28)
#051113
(5,17,19)
#000000
(0,0,0)

Tints of #23576D

#23576D
(35,87,109)
#37667A
(55,102,122)
#4B7587
(75,117,135)
#5F8494
(95,132,148)
#7393A1
(115,147,161)
#87A2AE
(135,162,174)
#9BB1BB
(155,177,187)
#AFC0C8
(175,192,200)
#C3CFD5
(195,207,213)
#D7DEE2
(215,222,226)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23576D color. Also use rgb(35,87,109) instead hex code.

Text Font Color

.myTextColor { color: #23576D; }

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

This text font color is #23576D.


Background Color

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

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

This div background color is #23576D.


Border color

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

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

This div border color is #23576D.


Opacity

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

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

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

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

This text has shadow with #23576D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #23576D on black background.


Color preview on white background

This text has color #23576D on white background.



Black color preview on #23576D background

This text has black color on #23576D background.


White color preview on #23576D background

This text has white color on #23576D background.