COLOR #354F3D

HEX: #354F3D RGB: (53,79,61)

Color info

#354F3D contains red, green and blue colors in about the same proportion. Web safe color of #354F3D is #336633 (or #363).

RGB color model

#354F3D color RGB value is (53,79,61).

RGB: (53,79,61) (21%, 31%, 24%)

RGB channels and saturation

R 53 of 255 = 21%
G 79 of 255 = 31%
B 61 of 255 = 24%

53
79
61

R + G + B ~ 25%. #354F3D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 79 + 61 = 193 (100%)
R 53 of 193 ~ 27.46%
G 79 of 193 ~ 40.93%
B 61 of 193 ~ 31.61'%

%27.46
%40.93
%31.61

CMYK color model

#354F3D color CMYK value is (33,0,23,69).

  • cyan value is 32.91%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 69.02%
CMYK: (33,0,23,69) C33M0Y23K69 (33%,0%,23%,69%) (0.33/0.00/0.23/0.69) 

CMYK percentages

%32.91
%0
%22.78
%69.02

Codes

Color #354F3D in popluar color models

35 4F 3D
RGB 53 79 61
HSL 138° 19.70% 25.88%
HSB/HSV 138° 32.91% 30.98%
CMYK 32.91% 0.00% 22.78%
69.02%

Color #354F3D in popluar number systems.

HEX 35 4F 3D
Decimal 53 79 61
Binary 110101 1001111 111101
Octal 65 117 75

Shades and tints

Shades of #354F3D

#354F3D
(53,79,61)
#314838
(49,72,56)
#2D4133
(45,65,51)
#293A2E
(41,58,46)
#253329
(37,51,41)
#212C24
(33,44,36)
#1D251F
(29,37,31)
#191E1A
(25,30,26)
#151715
(21,23,21)
#111010
(17,16,16)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #354F3D

#354F3D
(53,79,61)
#475F4E
(71,95,78)
#596F5F
(89,111,95)
#6B7F70
(107,127,112)
#7D8F81
(125,143,129)
#8F9F92
(143,159,146)
#A1AFA3
(161,175,163)
#B3BFB4
(179,191,180)
#C5CFC5
(197,207,197)
#D7DFD6
(215,223,214)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354F3D color. Also use rgb(53,79,61) instead hex code.

Text Font Color

.myTextColor { color: #354F3D; }

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

This text font color is #354F3D.

Background Color

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

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

This div background color is #354F3D.

Border color

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

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

This div border color is #354F3D.

Opacity

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

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

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

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

This text has shadow with #354F3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #354F3D.

Preview

Color preview on black background

This text has color #354F3D on black background.


Color preview on white background

This text has color #354F3D on white background.


Black color preview on #354F3D background

This text has black color on #354F3D background.


White color preview on #354F3D background

This text has white color on #354F3D background.


Related colors

Complementary color

Complementary color for #hex is #CAB0C2.


I love getcolorcode.com

Triadic colors

1 #3D354F and #4F3D35 with #354F3D are triadic colors.

2 #3D4F35 and #4F353D with #354F3D are triadic colors.