COLOR #313523

HEX: #313523
RGB: (49,53,35)

Color info

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

RGB color model

#313523 color RGB value is (49,53,35).

  • red value is 49;
  • green value is 53;
  • blue value is 35.
RGB:
(49,53,35)
(19%,21%,14%)

RGB channels and saturation

R 49 of 255 = 19%
G 53 of 255 = 21%
B 35 of 255 = 14%

49
53
35

R + G + B ~ 18%. #313523 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 53 + 35 = 137 (100%)
R 49 of 137 ~ 35.77%
G 53 of 137 ~ 38.69%
B 35 of 137 ~ 25.55%

%35.77
%38.69
%25.55

CMYK color model

#313523 color CMYK value is (8,0,34,79).

  • cyan value is 7.55%
  • magenta value is 0.00%
  • yellow value is 33.96%
  • key color value is 79.22%
CMYK:
(8,0,34,79)
C8M0Y34K79 
(8%,0%,34%,79%)
(0.08/0.00/0.34/0.79)	

CMYK percentages

%7.55
%0
%33.96
%79.22

Codes

Color #313523 in popluar color models

313523
RGB495335
HSL73°20.45%17.25%
HSB/HSV73°33.96%20.78%
CMYK7.55%0.00%33.96%
79.22%

Color #313523 in popluar number systems.

HEX313523
Decimal495335
Binary110001110101100011
Octal616543

Shades and tints

Shades of #313523

#313523
(49,53,35)
#2D3120
(45,49,32)
#292D1D
(41,45,29)
#25291A
(37,41,26)
#212517
(33,37,23)
#1D2114
(29,33,20)
#191D11
(25,29,17)
#15190E
(21,25,14)
#11150B
(17,21,11)
#0D1108
(13,17,8)
#090D05
(9,13,5)
#000000
(0,0,0)

Tints of #313523

#313523
(49,53,35)
#434737
(67,71,55)
#55594B
(85,89,75)
#676B5F
(103,107,95)
#797D73
(121,125,115)
#8B8F87
(139,143,135)
#9DA19B
(157,161,155)
#AFB3AF
(175,179,175)
#C1C5C3
(193,197,195)
#D3D7D7
(211,215,215)
#E5E9EB
(229,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313523 color. Also use rgb(49,53,35) instead hex code.

Text Font Color

.myTextColor { color: #313523; }

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

This text font color is #313523.


Background Color

.myBgColor { background-color: #313523; }

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

This div background color is #313523.


Border color

.myBorderColor { border: 1px solid #313523; }

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

This div border color is #313523.


Opacity

.myOpacity80 { color: #313523; opacity: 0.8; }

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

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

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

This text has shadow with #313523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313523 on black background.


Color preview on white background

This text has color #313523 on white background.



Black color preview on #313523 background

This text has black color on #313523 background.


White color preview on #313523 background

This text has white color on #313523 background.