COLOR #314833

HEX: #314833 RGB: (49,72,51)

Color info

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

RGB color model

#314833 color RGB value is (49,72,51).

RGB: (49,72,51) (19%, 28%, 20%)

RGB channels and saturation

R 49 of 255 = 19%
G 72 of 255 = 28%
B 51 of 255 = 20%

49
72
51

R + G + B ~ 22%. #314833 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 72 + 51 = 172 (100%)
R 49 of 172 ~ 28.49%
G 72 of 172 ~ 41.86%
B 51 of 172 ~ 29.65'%

%28.49
%41.86
%29.65

CMYK color model

#314833 color CMYK value is (32,0,29,72).

  • cyan value is 31.94%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 71.76%
CMYK: (32,0,29,72) C32M0Y29K72 (32%,0%,29%,72%) (0.32/0.00/0.29/0.72) 

CMYK percentages

%31.94
%0
%29.17
%71.76

Codes

Color #314833 in popluar color models

31 48 33
RGB 49 72 51
HSL 125° 19.01% 23.73%
HSB/HSV 125° 31.94% 28.24%
CMYK 31.94% 0.00% 29.17%
71.76%

Color #314833 in popluar number systems.

HEX 31 48 33
Decimal 49 72 51
Binary 110001 1001000 110011
Octal 61 110 63

Shades and tints

Shades of #314833

#314833
(49,72,51)
#2D422F
(45,66,47)
#293C2B
(41,60,43)
#253627
(37,54,39)
#213023
(33,48,35)
#1D2A1F
(29,42,31)
#19241B
(25,36,27)
#151E17
(21,30,23)
#111813
(17,24,19)
#0D120F
(13,18,15)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #314833

#314833
(49,72,51)
#435845
(67,88,69)
#556857
(85,104,87)
#677869
(103,120,105)
#79887B
(121,136,123)
#8B988D
(139,152,141)
#9DA89F
(157,168,159)
#AFB8B1
(175,184,177)
#C1C8C3
(193,200,195)
#D3D8D5
(211,216,213)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314833 color. Also use rgb(49,72,51) instead hex code.

Text Font Color

.myTextColor { color: #314833; }

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

This text font color is #314833.

Background Color

.myBgColor { background-color: #314833; }

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

This div background color is #314833.

Border color

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

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

This div border color is #314833.

Opacity

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

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

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

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

This text has shadow with #314833 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #314833.

Preview

Color preview on black background

This text has color #314833 on black background.


Color preview on white background

This text has color #314833 on white background.


Black color preview on #314833 background

This text has black color on #314833 background.


White color preview on #314833 background

This text has white color on #314833 background.


Related colors

Complementary color

Complementary color for #hex is #CEB7CC.


I love getcolorcode.com

Triadic colors

1 #333148 and #483331 with #314833 are triadic colors.

2 #334831 and #483133 with #314833 are triadic colors.