COLOR #354831

HEX: #354831
RGB: (53,72,49)

Color info

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

RGB color model

#354831 color RGB value is (53,72,49).

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

RGB channels and saturation

R 53 of 255 = 21%
G 72 of 255 = 28%
B 49 of 255 = 19%

53
72
49

R + G + B ~ 23%. #354831 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 72 + 49 = 174 (100%)
R 53 of 174 ~ 30.46%
G 72 of 174 ~ 41.38%
B 49 of 174 ~ 28.16%

%30.46
%41.38
%28.16

CMYK color model

#354831 color CMYK value is (26,0,32,72).

  • cyan value is 26.39%
  • magenta value is 0.00%
  • yellow value is 31.94%
  • key color value is 71.76%
CMYK:
(26,0,32,72)
C26M0Y32K72 
(26%,0%,32%,72%)
(0.26/0.00/0.32/0.72)	

CMYK percentages

%26.39
%0
%31.94
%71.76

Codes

Color #354831 in popluar color models

354831
RGB537249
HSL110°19.01%23.73%
HSB/HSV110°31.94%28.24%
CMYK26.39%0.00%31.94%
71.76%

Color #354831 in popluar number systems.

HEX354831
Decimal537249
Binary1101011001000110001
Octal6511061

Shades and tints

Shades of #354831

#354831
(53,72,49)
#31422D
(49,66,45)
#2D3C29
(45,60,41)
#293625
(41,54,37)
#253021
(37,48,33)
#212A1D
(33,42,29)
#1D2419
(29,36,25)
#191E15
(25,30,21)
#151811
(21,24,17)
#11120D
(17,18,13)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #354831

#354831
(53,72,49)
#475843
(71,88,67)
#596855
(89,104,85)
#6B7867
(107,120,103)
#7D8879
(125,136,121)
#8F988B
(143,152,139)
#A1A89D
(161,168,157)
#B3B8AF
(179,184,175)
#C5C8C1
(197,200,193)
#D7D8D3
(215,216,211)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354831; }

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

This text font color is #354831.


Background Color

.myBgColor { background-color: #354831; }

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

This div background color is #354831.


Border color

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

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

This div border color is #354831.


Opacity

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

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

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

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

This text has shadow with #354831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354831 on black background.


Color preview on white background

This text has color #354831 on white background.



Black color preview on #354831 background

This text has black color on #354831 background.


White color preview on #354831 background

This text has white color on #354831 background.