COLOR #23573F

HEX: #23573F
RGB: (35,87,63)

Color info

#23573F contains red, green and blue colors in about the same proportion. Web safe color of #23573F is #336633 (or #363).

RGB color model

#23573F color RGB value is (35,87,63).

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

RGB channels and saturation

R 35 of 255 = 14%
G 87 of 255 = 34%
B 63 of 255 = 25%

35
87
63

R + G + B ~ 24%. #23573F is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 87 + 63 = 185 (100%)
R 35 of 185 ~ 18.92%
G 87 of 185 ~ 47.03%
B 63 of 185 ~ 34.05%

%18.92
%47.03
%34.05

CMYK color model

#23573F color CMYK value is (60,0,28,66).

  • cyan value is 59.77%
  • magenta value is 0.00%
  • yellow value is 27.59%
  • key color value is 65.88%
CMYK:
(60,0,28,66)
C60M0Y28K66 
(60%,0%,28%,66%)
(0.60/0.00/0.28/0.66)	

CMYK percentages

%59.77
%0
%27.59
%65.88

Codes

Color #23573F in popluar color models

23573F
RGB358763
HSL152°42.62%23.92%
HSB/HSV152°59.77%34.12%
CMYK59.77%0.00%27.59%
65.88%

Color #23573F in popluar number systems.

HEX23573F
Decimal358763
Binary1000111010111111111
Octal4312777

Shades and tints

Shades of #23573F

#23573F
(35,87,63)
#20503A
(32,80,58)
#1D4935
(29,73,53)
#1A4230
(26,66,48)
#173B2B
(23,59,43)
#143426
(20,52,38)
#112D21
(17,45,33)
#0E261C
(14,38,28)
#0B1F17
(11,31,23)
#081812
(8,24,18)
#05110D
(5,17,13)
#000000
(0,0,0)

Tints of #23573F

#23573F
(35,87,63)
#376650
(55,102,80)
#4B7561
(75,117,97)
#5F8472
(95,132,114)
#739383
(115,147,131)
#87A294
(135,162,148)
#9BB1A5
(155,177,165)
#AFC0B6
(175,192,182)
#C3CFC7
(195,207,199)
#D7DED8
(215,222,216)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23573F color. Also use rgb(35,87,63) instead hex code.

Text Font Color

.myTextColor { color: #23573F; }

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

This text font color is #23573F.


Background Color

.myBgColor { background-color: #23573F; }

<div style="background-color:#23573F">Inner text</div>

This div background color is #23573F.


Border color

.myBorderColor { border: 1px solid #23573F; }

<div style="border:3px solid #23573F">Div</div>

This div border color is #23573F.


Opacity

.myOpacity80 { color: #23573F; opacity: 0.8; }

<p style="color:#23573F;opacity:0.8;">80%</p>

Text with #23573F 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 #23573F;}

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

This text has shadow with #23573F color.

.textShadow {text-shadow: 3px 3px 1px #23573F, 3px 3px 1px red;}

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

This text has shadow with #23573F primary color and red secondary color.


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

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

This text has shadow with #23573F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #23573F on black background.


Color preview on white background

This text has color #23573F on white background.



Black color preview on #23573F background

This text has black color on #23573F background.


White color preview on #23573F background

This text has white color on #23573F background.