COLOR #313425

HEX: #313425
RGB: (49,52,37)

Color info

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

RGB color model

#313425 color RGB value is (49,52,37).

  • red value is 49;
  • green value is 52;
  • blue value is 37.
RGB:
(49,52,37)
(19%,20%,15%)

RGB channels and saturation

R 49 of 255 = 19%
G 52 of 255 = 20%
B 37 of 255 = 15%

49
52
37

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

Portions of RGB colors in percentages

R + G + B =
49 + 52 + 37 = 138 (100%)
R 49 of 138 ~ 35.51%
G 52 of 138 ~ 37.68%
B 37 of 138 ~ 26.81%

%35.51
%37.68
%26.81

CMYK color model

#313425 color CMYK value is (6,0,29,80).

  • cyan value is 5.77%
  • magenta value is 0.00%
  • yellow value is 28.85%
  • key color value is 79.61%
CMYK:
(6,0,29,80)
C6M0Y29K80 
(6%,0%,29%,80%)
(0.06/0.00/0.29/0.80)	

CMYK percentages

%5.77
%0
%28.85
%79.61

Codes

Color #313425 in popluar color models

313425
RGB495237
HSL72°16.85%17.45%
HSB/HSV72°28.85%20.39%
CMYK5.77%0.00%28.85%
79.61%

Color #313425 in popluar number systems.

HEX313425
Decimal495237
Binary110001110100100101
Octal616445

Shades and tints

Shades of #313425

#313425
(49,52,37)
#2D3022
(45,48,34)
#292C1F
(41,44,31)
#25281C
(37,40,28)
#212419
(33,36,25)
#1D2016
(29,32,22)
#191C13
(25,28,19)
#151810
(21,24,16)
#11140D
(17,20,13)
#0D100A
(13,16,10)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #313425

#313425
(49,52,37)
#434638
(67,70,56)
#55584B
(85,88,75)
#676A5E
(103,106,94)
#797C71
(121,124,113)
#8B8E84
(139,142,132)
#9DA097
(157,160,151)
#AFB2AA
(175,178,170)
#C1C4BD
(193,196,189)
#D3D6D0
(211,214,208)
#E5E8E3
(229,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313425 color. Also use rgb(49,52,37) instead hex code.

Text Font Color

.myTextColor { color: #313425; }

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

This text font color is #313425.


Background Color

.myBgColor { background-color: #313425; }

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

This div background color is #313425.


Border color

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

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

This div border color is #313425.


Opacity

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

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

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

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

This text has shadow with #313425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313425 on black background.


Color preview on white background

This text has color #313425 on white background.



Black color preview on #313425 background

This text has black color on #313425 background.


White color preview on #313425 background

This text has white color on #313425 background.