COLOR #313823

HEX: #313823
RGB: (49,56,35)

Color info

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

RGB color model

#313823 color RGB value is (49,56,35).

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

RGB channels and saturation

R 49 of 255 = 19%
G 56 of 255 = 22%
B 35 of 255 = 14%

49
56
35

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

Portions of RGB colors in percentages

R + G + B =
49 + 56 + 35 = 140 (100%)
R 49 of 140 ~ 35%
G 56 of 140 ~ 40%
B 35 of 140 ~ 25%

%35
%40
%25

CMYK color model

#313823 color CMYK value is (13,0,38,78).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 78.04%
CMYK:
(13,0,38,78)
C13M0Y38K78 
(13%,0%,38%,78%)
(0.13/0.00/0.38/0.78)	

CMYK percentages

%12.5
%0
%37.5
%78.04

Codes

Color #313823 in popluar color models

313823
RGB495635
HSL80°23.08%17.84%
HSB/HSV80°37.50%21.96%
CMYK12.50%0.00%37.50%
78.04%

Color #313823 in popluar number systems.

HEX313823
Decimal495635
Binary110001111000100011
Octal617043

Shades and tints

Shades of #313823

#313823
(49,56,35)
#2D3320
(45,51,32)
#292E1D
(41,46,29)
#25291A
(37,41,26)
#212417
(33,36,23)
#1D1F14
(29,31,20)
#191A11
(25,26,17)
#15150E
(21,21,14)
#11100B
(17,16,11)
#0D0B08
(13,11,8)
#090605
(9,6,5)
#000000
(0,0,0)

Tints of #313823

#313823
(49,56,35)
#434A37
(67,74,55)
#555C4B
(85,92,75)
#676E5F
(103,110,95)
#798073
(121,128,115)
#8B9287
(139,146,135)
#9DA49B
(157,164,155)
#AFB6AF
(175,182,175)
#C1C8C3
(193,200,195)
#D3DAD7
(211,218,215)
#E5ECEB
(229,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313823; }

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

This text font color is #313823.


Background Color

.myBgColor { background-color: #313823; }

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

This div background color is #313823.


Border color

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

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

This div border color is #313823.


Opacity

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

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

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

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

This text has shadow with #313823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313823 on black background.


Color preview on white background

This text has color #313823 on white background.



Black color preview on #313823 background

This text has black color on #313823 background.


White color preview on #313823 background

This text has white color on #313823 background.