COLOR #23473A

HEX: #23473A
RGB: (35,71,58)

Color info

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

RGB color model

#23473A color RGB value is (35,71,58).

  • red value is 35;
  • green value is 71;
  • blue value is 58.
RGB:
(35,71,58)
(14%,28%,23%)

RGB channels and saturation

R 35 of 255 = 14%
G 71 of 255 = 28%
B 58 of 255 = 23%

35
71
58

R + G + B ~ 22%. #23473A is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 71 + 58 = 164 (100%)
R 35 of 164 ~ 21.34%
G 71 of 164 ~ 43.29%
B 58 of 164 ~ 35.37%

%21.34
%43.29
%35.37

CMYK color model

#23473A color CMYK value is (51,0,18,72).

  • cyan value is 50.70%
  • magenta value is 0.00%
  • yellow value is 18.31%
  • key color value is 72.16%
CMYK:
(51,0,18,72)
C51M0Y18K72 
(51%,0%,18%,72%)
(0.51/0.00/0.18/0.72)	

CMYK percentages

%50.7
%0
%18.31
%72.16

Codes

Color #23473A in popluar color models

23473A
RGB357158
HSL158°33.96%20.78%
HSB/HSV158°50.70%27.84%
CMYK50.70%0.00%18.31%
72.16%

Color #23473A in popluar number systems.

HEX23473A
Decimal357158
Binary1000111000111111010
Octal4310772

Shades and tints

Shades of #23473A

#23473A
(35,71,58)
#204135
(32,65,53)
#1D3B30
(29,59,48)
#1A352B
(26,53,43)
#172F26
(23,47,38)
#142921
(20,41,33)
#11231C
(17,35,28)
#0E1D17
(14,29,23)
#0B1712
(11,23,18)
#08110D
(8,17,13)
#050B08
(5,11,8)
#000000
(0,0,0)

Tints of #23473A

#23473A
(35,71,58)
#37574B
(55,87,75)
#4B675C
(75,103,92)
#5F776D
(95,119,109)
#73877E
(115,135,126)
#87978F
(135,151,143)
#9BA7A0
(155,167,160)
#AFB7B1
(175,183,177)
#C3C7C2
(195,199,194)
#D7D7D3
(215,215,211)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23473A color. Also use rgb(35,71,58) instead hex code.

Text Font Color

.myTextColor { color: #23473A; }

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

This text font color is #23473A.


Background Color

.myBgColor { background-color: #23473A; }

<div style="background-color:#23473A">Inner text</div>

This div background color is #23473A.


Border color

.myBorderColor { border: 1px solid #23473A; }

<div style="border:3px solid #23473A">Div</div>

This div border color is #23473A.


Opacity

.myOpacity80 { color: #23473A; opacity: 0.8; }

<p style="color:#23473A;opacity:0.8;">80%</p>

Text with #23473A 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 #23473A;}

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

This text has shadow with #23473A color.

.textShadow {text-shadow: 3px 3px 1px #23473A, 3px 3px 1px red;}

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

This text has shadow with #23473A primary color and red secondary color.


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

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

This text has shadow with #23473A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #23473A on black background.


Color preview on white background

This text has color #23473A on white background.



Black color preview on #23473A background

This text has black color on #23473A background.


White color preview on #23473A background

This text has white color on #23473A background.