COLOR #344940

HEX: #344940
RGB: (52,73,64)

Color info

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

RGB color model

#344940 color RGB value is (52,73,64).

  • red value is 52;
  • green value is 73;
  • blue value is 64.
RGB:
(52,73,64)
(20%,29%,25%)

RGB channels and saturation

R 52 of 255 = 20%
G 73 of 255 = 29%
B 64 of 255 = 25%

52
73
64

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

Portions of RGB colors in percentages

R + G + B =
52 + 73 + 64 = 189 (100%)
R 52 of 189 ~ 27.51%
G 73 of 189 ~ 38.62%
B 64 of 189 ~ 33.86%

%27.51
%38.62
%33.86

CMYK color model

#344940 color CMYK value is (29,0,12,71).

  • cyan value is 28.77%
  • magenta value is 0.00%
  • yellow value is 12.33%
  • key color value is 71.37%
CMYK:
(29,0,12,71)
C29M0Y12K71 
(29%,0%,12%,71%)
(0.29/0.00/0.12/0.71)	

CMYK percentages

%28.77
%0
%12.33
%71.37

Codes

Color #344940 in popluar color models

344940
RGB527364
HSL154°16.80%24.51%
HSB/HSV154°28.77%28.63%
CMYK28.77%0.00%12.33%
71.37%

Color #344940 in popluar number systems.

HEX344940
Decimal527364
Binary11010010010011000000
Octal64111100

Shades and tints

Shades of #344940

#344940
(52,73,64)
#30433B
(48,67,59)
#2C3D36
(44,61,54)
#283731
(40,55,49)
#24312C
(36,49,44)
#202B27
(32,43,39)
#1C2522
(28,37,34)
#181F1D
(24,31,29)
#141918
(20,25,24)
#101313
(16,19,19)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #344940

#344940
(52,73,64)
#465951
(70,89,81)
#586962
(88,105,98)
#6A7973
(106,121,115)
#7C8984
(124,137,132)
#8E9995
(142,153,149)
#A0A9A6
(160,169,166)
#B2B9B7
(178,185,183)
#C4C9C8
(196,201,200)
#D6D9D9
(214,217,217)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344940 color. Also use rgb(52,73,64) instead hex code.

Text Font Color

.myTextColor { color: #344940; }

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

This text font color is #344940.


Background Color

.myBgColor { background-color: #344940; }

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

This div background color is #344940.


Border color

.myBorderColor { border: 1px solid #344940; }

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

This div border color is #344940.


Opacity

.myOpacity80 { color: #344940; opacity: 0.8; }

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

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

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

This text has shadow with #344940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344940 on black background.


Color preview on white background

This text has color #344940 on white background.



Black color preview on #344940 background

This text has black color on #344940 background.


White color preview on #344940 background

This text has white color on #344940 background.