COLOR #344D37

HEX: #344D37
RGB: (52,77,55)

Color info

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

RGB color model

#344D37 color RGB value is (52,77,55).

  • red value is 52;
  • green value is 77;
  • blue value is 55.
RGB:
(52,77,55)
(20%,30%,22%)

RGB channels and saturation

R 52 of 255 = 20%
G 77 of 255 = 30%
B 55 of 255 = 22%

52
77
55

R + G + B ~ 24%. #344D37 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 77 + 55 = 184 (100%)
R 52 of 184 ~ 28.26%
G 77 of 184 ~ 41.85%
B 55 of 184 ~ 29.89%

%28.26
%41.85
%29.89

CMYK color model

#344D37 color CMYK value is (32,0,29,70).

  • cyan value is 32.47%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 69.80%
CMYK:
(32,0,29,70)
C32M0Y29K70 
(32%,0%,29%,70%)
(0.32/0.00/0.29/0.70)	

CMYK percentages

%32.47
%0
%28.57
%69.8

Codes

Color #344D37 in popluar color models

344D37
RGB527755
HSL127°19.38%25.29%
HSB/HSV127°32.47%30.20%
CMYK32.47%0.00%28.57%
69.80%

Color #344D37 in popluar number systems.

HEX344D37
Decimal527755
Binary1101001001101110111
Octal6411567

Shades and tints

Shades of #344D37

#344D37
(52,77,55)
#304632
(48,70,50)
#2C3F2D
(44,63,45)
#283828
(40,56,40)
#243123
(36,49,35)
#202A1E
(32,42,30)
#1C2319
(28,35,25)
#181C14
(24,28,20)
#14150F
(20,21,15)
#100E0A
(16,14,10)
#0C0705
(12,7,5)
#000000
(0,0,0)

Tints of #344D37

#344D37
(52,77,55)
#465D49
(70,93,73)
#586D5B
(88,109,91)
#6A7D6D
(106,125,109)
#7C8D7F
(124,141,127)
#8E9D91
(142,157,145)
#A0ADA3
(160,173,163)
#B2BDB5
(178,189,181)
#C4CDC7
(196,205,199)
#D6DDD9
(214,221,217)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344D37 color. Also use rgb(52,77,55) instead hex code.

Text Font Color

.myTextColor { color: #344D37; }

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

This text font color is #344D37.


Background Color

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

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

This div background color is #344D37.


Border color

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

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

This div border color is #344D37.


Opacity

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

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

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

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

This text has shadow with #344D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344D37 on black background.


Color preview on white background

This text has color #344D37 on white background.



Black color preview on #344D37 background

This text has black color on #344D37 background.


White color preview on #344D37 background

This text has white color on #344D37 background.