COLOR #313625

HEX: #313625 RGB: (49,54,37)

Color info

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

RGB color model

#313625 color RGB value is (49,54,37).

RGB: (49,54,37) (19%, 21%, 15%)

RGB channels and saturation

R 49 of 255 = 19%
G 54 of 255 = 21%
B 37 of 255 = 15%

49
54
37

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

Portions of RGB colors in percentages

R + G + B = 49 + 54 + 37 = 140 (100%)
R 49 of 140 ~ 35%
G 54 of 140 ~ 38.57%
B 37 of 140 ~ 26.43'%

%35
%38.57
%26.43

CMYK color model

#313625 color CMYK value is (9,0,31,79).

  • cyan value is 9.26%
  • magenta value is 0.00%
  • yellow value is 31.48%
  • key color value is 78.82%

CMYK: (9,0,31,79)
C9M0Y31K79 (9%, 0%, 31%, 79%)
(0.09 / 0.00 / 0.31 / 0.79)

CMYK percentages

%9.26
%0
%31.48
%78.82

Codes

Color #313625 in popluar color models

31 36 25
RGB 49 54 37
HSL 78° 18.68% 17.84%
HSB/HSV 78° 31.48% 21.18%
CMYK 9.26% 0.00% 31.48%
78.82%

Color #313625 in popluar number systems.

HEX 31 36 25
Decimal 49 54 37
Binary 110001 110110 100101
Octal 61 66 45

Shades and tints

Shades of #313625

#313625
(49,54,37)
#2D3222
(45,50,34)
#292E1F
(41,46,31)
#252A1C
(37,42,28)
#212619
(33,38,25)
#1D2216
(29,34,22)
#191E13
(25,30,19)
#151A10
(21,26,16)
#11160D
(17,22,13)
#0D120A
(13,18,10)
#090E07
(9,14,7)
#000000
(0,0,0)

Tints of #313625

#313625
(49,54,37)
#434838
(67,72,56)
#555A4B
(85,90,75)
#676C5E
(103,108,94)
#797E71
(121,126,113)
#8B9084
(139,144,132)
#9DA297
(157,162,151)
#AFB4AA
(175,180,170)
#C1C6BD
(193,198,189)
#D3D8D0
(211,216,208)
#E5EAE3
(229,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313625; }

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

This text font color is #313625.

Background Color

.myBgColor { background-color: #313625; }

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

This div background color is #313625.

Border color

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

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

This div border color is #313625.

Opacity

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

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

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

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

This text has shadow with #313625 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #313625.

Preview

Color preview on black background

This text has color #313625 on black background.


Color preview on white background

This text has color #313625 on white background.


Black color preview on #313625 background

This text has black color on #313625 background.


White color preview on #313625 background

This text has white color on #313625 background.


Related colors

Complementary color

Complementary color for #hex is #CEC9DA.


I love getcolorcode.com

Triadic colors

1 #253136 and #362531 with #313625 are triadic colors.

2 #253631 and #363125 with #313625 are triadic colors.