COLOR #344A29

HEX: #344A29
RGB: (52,74,41)

Color info

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

RGB color model

#344A29 color RGB value is (52,74,41).

  • red value is 52;
  • green value is 74;
  • blue value is 41.
RGB:
(52,74,41)
(20%,29%,16%)

RGB channels and saturation

R 52 of 255 = 20%
G 74 of 255 = 29%
B 41 of 255 = 16%

52
74
41

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

Portions of RGB colors in percentages

R + G + B =
52 + 74 + 41 = 167 (100%)
R 52 of 167 ~ 31.14%
G 74 of 167 ~ 44.31%
B 41 of 167 ~ 24.55%

%31.14
%44.31
%24.55

CMYK color model

#344A29 color CMYK value is (30,0,45,71).

  • cyan value is 29.73%
  • magenta value is 0.00%
  • yellow value is 44.59%
  • key color value is 70.98%
CMYK:
(30,0,45,71)
C30M0Y45K71 
(30%,0%,45%,71%)
(0.30/0.00/0.45/0.71)	

CMYK percentages

%29.73
%0
%44.59
%70.98

Codes

Color #344A29 in popluar color models

344A29
RGB527441
HSL100°28.70%22.55%
HSB/HSV100°44.59%29.02%
CMYK29.73%0.00%44.59%
70.98%

Color #344A29 in popluar number systems.

HEX344A29
Decimal527441
Binary1101001001010101001
Octal6411251

Shades and tints

Shades of #344A29

#344A29
(52,74,41)
#304426
(48,68,38)
#2C3E23
(44,62,35)
#283820
(40,56,32)
#24321D
(36,50,29)
#202C1A
(32,44,26)
#1C2617
(28,38,23)
#182014
(24,32,20)
#141A11
(20,26,17)
#10140E
(16,20,14)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #344A29

#344A29
(52,74,41)
#465A3C
(70,90,60)
#586A4F
(88,106,79)
#6A7A62
(106,122,98)
#7C8A75
(124,138,117)
#8E9A88
(142,154,136)
#A0AA9B
(160,170,155)
#B2BAAE
(178,186,174)
#C4CAC1
(196,202,193)
#D6DAD4
(214,218,212)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344A29; }

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

This text font color is #344A29.


Background Color

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

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

This div background color is #344A29.


Border color

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

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

This div border color is #344A29.


Opacity

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

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

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

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

This text has shadow with #344A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344A29 on black background.


Color preview on white background

This text has color #344A29 on white background.



Black color preview on #344A29 background

This text has black color on #344A29 background.


White color preview on #344A29 background

This text has white color on #344A29 background.