COLOR #345A29

HEX: #345A29 RGB: (52,90,41)

Color info

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

RGB color model

#345A29 color RGB value is (52,90,41).

RGB: (52,90,41) (20%, 35%, 16%)

RGB channels and saturation

R 52 of 255 = 20%
G 90 of 255 = 35%
B 41 of 255 = 16%

52
90
41

R + G + B ~ 24%. #345A29 is dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 90 + 41 = 183 (100%)
R 52 of 183 ~ 28.42%
G 90 of 183 ~ 49.18%
B 41 of 183 ~ 22.4'%

%28.42
%49.18
%22.4

CMYK color model

#345A29 color CMYK value is (42,0,54,65).

  • cyan value is 42.22%
  • magenta value is 0.00%
  • yellow value is 54.44%
  • key color value is 64.71%

CMYK: (42,0,54,65)
C42M0Y54K65 (42%, 0%, 54%, 65%)
(0.42 / 0.00 / 0.54 / 0.65)

CMYK percentages

%42.22
%0
%54.44
%64.71

Codes

Color #345A29 in popluar color models

34 5A 29
RGB 52 90 41
HSL 107° 37.40% 25.69%
HSB/HSV 107° 54.44% 35.29%
CMYK 42.22% 0.00% 54.44%
64.71%

Color #345A29 in popluar number systems.

HEX 34 5A 29
Decimal 52 90 41
Binary 110100 1011010 101001
Octal 64 132 51

Shades and tints

Shades of #345A29

#345A29
(52,90,41)
#305226
(48,82,38)
#2C4A23
(44,74,35)
#284220
(40,66,32)
#243A1D
(36,58,29)
#20321A
(32,50,26)
#1C2A17
(28,42,23)
#182214
(24,34,20)
#141A11
(20,26,17)
#10120E
(16,18,14)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #345A29

#345A29
(52,90,41)
#46693C
(70,105,60)
#58784F
(88,120,79)
#6A8762
(106,135,98)
#7C9675
(124,150,117)
#8EA588
(142,165,136)
#A0B49B
(160,180,155)
#B2C3AE
(178,195,174)
#C4D2C1
(196,210,193)
#D6E1D4
(214,225,212)
#E8F0E7
(232,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #345A29 color. Also use rgb(52,90,41) instead hex code.

Text Font Color

.myTextColor { color: #345A29; }

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

This text font color is #345A29.

Background Color

.myBgColor { background-color: #345A29; }

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

This div background color is #345A29.

Border color

.myBorderColor { border: 1px solid #345A29; }

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

This div border color is #345A29.

Opacity

.myOpacity80 { color: #345A29; opacity: 0.8; }

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

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

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

This text has shadow with #345A29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #345A29.

Preview

Color preview on black background

This text has color #345A29 on black background.


Color preview on white background

This text has color #345A29 on white background.


Black color preview on #345A29 background

This text has black color on #345A29 background.


White color preview on #345A29 background

This text has white color on #345A29 background.


Related colors

Complementary color

Complementary color for #hex is #CBA5D6.


I love getcolorcode.com

Triadic colors

1 #29345A and #5A2934 with #345A29 are triadic colors.

2 #295A34 and #5A3429 with #345A29 are triadic colors.