COLOR #23492F

HEX: #23492F
RGB: (35,73,47)

Color info

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

RGB color model

#23492F color RGB value is (35,73,47).

  • red value is 35;
  • green value is 73;
  • blue value is 47.
RGB:
(35,73,47)
(14%,29%,18%)

RGB channels and saturation

R 35 of 255 = 14%
G 73 of 255 = 29%
B 47 of 255 = 18%

35
73
47

R + G + B ~ 20%. #23492F is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 73 + 47 = 155 (100%)
R 35 of 155 ~ 22.58%
G 73 of 155 ~ 47.1%
B 47 of 155 ~ 30.32%

%22.58
%47.1
%30.32

CMYK color model

#23492F color CMYK value is (52,0,36,71).

  • cyan value is 52.05%
  • magenta value is 0.00%
  • yellow value is 35.62%
  • key color value is 71.37%
CMYK:
(52,0,36,71)
C52M0Y36K71 
(52%,0%,36%,71%)
(0.52/0.00/0.36/0.71)	

CMYK percentages

%52.05
%0
%35.62
%71.37

Codes

Color #23492F in popluar color models

23492F
RGB357347
HSL139°35.19%21.18%
HSB/HSV139°52.05%28.63%
CMYK52.05%0.00%35.62%
71.37%

Color #23492F in popluar number systems.

HEX23492F
Decimal357347
Binary1000111001001101111
Octal4311157

Shades and tints

Shades of #23492F

#23492F
(35,73,47)
#20432B
(32,67,43)
#1D3D27
(29,61,39)
#1A3723
(26,55,35)
#17311F
(23,49,31)
#142B1B
(20,43,27)
#112517
(17,37,23)
#0E1F13
(14,31,19)
#0B190F
(11,25,15)
#08130B
(8,19,11)
#050D07
(5,13,7)
#000000
(0,0,0)

Tints of #23492F

#23492F
(35,73,47)
#375941
(55,89,65)
#4B6953
(75,105,83)
#5F7965
(95,121,101)
#738977
(115,137,119)
#879989
(135,153,137)
#9BA99B
(155,169,155)
#AFB9AD
(175,185,173)
#C3C9BF
(195,201,191)
#D7D9D1
(215,217,209)
#EBE9E3
(235,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23492F color. Also use rgb(35,73,47) instead hex code.

Text Font Color

.myTextColor { color: #23492F; }

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

This text font color is #23492F.


Background Color

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

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

This div background color is #23492F.


Border color

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

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

This div border color is #23492F.


Opacity

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

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

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

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

This text has shadow with #23492F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #23492F on black background.


Color preview on white background

This text has color #23492F on white background.



Black color preview on #23492F background

This text has black color on #23492F background.


White color preview on #23492F background

This text has white color on #23492F background.