COLOR #354B2D

HEX: #354B2D
RGB: (53,75,45)

Color info

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

RGB color model

#354B2D color RGB value is (53,75,45).

  • red value is 53;
  • green value is 75;
  • blue value is 45.
RGB:
(53,75,45)
(21%,29%,18%)

RGB channels and saturation

R 53 of 255 = 21%
G 75 of 255 = 29%
B 45 of 255 = 18%

53
75
45

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

Portions of RGB colors in percentages

R + G + B =
53 + 75 + 45 = 173 (100%)
R 53 of 173 ~ 30.64%
G 75 of 173 ~ 43.35%
B 45 of 173 ~ 26.01%

%30.64
%43.35
%26.01

CMYK color model

#354B2D color CMYK value is (29,0,40,71).

  • cyan value is 29.33%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 70.59%
CMYK:
(29,0,40,71)
C29M0Y40K71 
(29%,0%,40%,71%)
(0.29/0.00/0.40/0.71)	

CMYK percentages

%29.33
%0
%40
%70.59

Codes

Color #354B2D in popluar color models

354B2D
RGB537545
HSL104°25.00%23.53%
HSB/HSV104°40.00%29.41%
CMYK29.33%0.00%40.00%
70.59%

Color #354B2D in popluar number systems.

HEX354B2D
Decimal537545
Binary1101011001011101101
Octal6511355

Shades and tints

Shades of #354B2D

#354B2D
(53,75,45)
#314529
(49,69,41)
#2D3F25
(45,63,37)
#293921
(41,57,33)
#25331D
(37,51,29)
#212D19
(33,45,25)
#1D2715
(29,39,21)
#192111
(25,33,17)
#151B0D
(21,27,13)
#111509
(17,21,9)
#0D0F05
(13,15,5)
#000000
(0,0,0)

Tints of #354B2D

#354B2D
(53,75,45)
#475B40
(71,91,64)
#596B53
(89,107,83)
#6B7B66
(107,123,102)
#7D8B79
(125,139,121)
#8F9B8C
(143,155,140)
#A1AB9F
(161,171,159)
#B3BBB2
(179,187,178)
#C5CBC5
(197,203,197)
#D7DBD8
(215,219,216)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354B2D color. Also use rgb(53,75,45) instead hex code.

Text Font Color

.myTextColor { color: #354B2D; }

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

This text font color is #354B2D.


Background Color

.myBgColor { background-color: #354B2D; }

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

This div background color is #354B2D.


Border color

.myBorderColor { border: 1px solid #354B2D; }

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

This div border color is #354B2D.


Opacity

.myOpacity80 { color: #354B2D; opacity: 0.8; }

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

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

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

This text has shadow with #354B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354B2D on black background.


Color preview on white background

This text has color #354B2D on white background.



Black color preview on #354B2D background

This text has black color on #354B2D background.


White color preview on #354B2D background

This text has white color on #354B2D background.