COLOR #344824

HEX: #344824
RGB: (52,72,36)

Color info

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

RGB color model

#344824 color RGB value is (52,72,36).

  • red value is 52;
  • green value is 72;
  • blue value is 36.
RGB:
(52,72,36)
(20%,28%,14%)

RGB channels and saturation

R 52 of 255 = 20%
G 72 of 255 = 28%
B 36 of 255 = 14%

52
72
36

R + G + B ~ 21%. #344824 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 72 + 36 = 160 (100%)
R 52 of 160 ~ 32.5%
G 72 of 160 ~ 45%
B 36 of 160 ~ 22.5%

%32.5
%45
%22.5

CMYK color model

#344824 color CMYK value is (28,0,50,72).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 71.76%
CMYK:
(28,0,50,72)
C28M0Y50K72 
(28%,0%,50%,72%)
(0.28/0.00/0.50/0.72)	

CMYK percentages

%27.78
%0
%50
%71.76

Codes

Color #344824 in popluar color models

344824
RGB527236
HSL93°33.33%21.18%
HSB/HSV93°50.00%28.24%
CMYK27.78%0.00%50.00%
71.76%

Color #344824 in popluar number systems.

HEX344824
Decimal527236
Binary1101001001000100100
Octal6411044

Shades and tints

Shades of #344824

#344824
(52,72,36)
#304221
(48,66,33)
#2C3C1E
(44,60,30)
#28361B
(40,54,27)
#243018
(36,48,24)
#202A15
(32,42,21)
#1C2412
(28,36,18)
#181E0F
(24,30,15)
#14180C
(20,24,12)
#101209
(16,18,9)
#0C0C06
(12,12,6)
#000000
(0,0,0)

Tints of #344824

#344824
(52,72,36)
#465837
(70,88,55)
#58684A
(88,104,74)
#6A785D
(106,120,93)
#7C8870
(124,136,112)
#8E9883
(142,152,131)
#A0A896
(160,168,150)
#B2B8A9
(178,184,169)
#C4C8BC
(196,200,188)
#D6D8CF
(214,216,207)
#E8E8E2
(232,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344824 color. Also use rgb(52,72,36) instead hex code.

Text Font Color

.myTextColor { color: #344824; }

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

This text font color is #344824.


Background Color

.myBgColor { background-color: #344824; }

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

This div background color is #344824.


Border color

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

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

This div border color is #344824.


Opacity

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

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

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

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

This text has shadow with #344824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344824 on black background.


Color preview on white background

This text has color #344824 on white background.



Black color preview on #344824 background

This text has black color on #344824 background.


White color preview on #344824 background

This text has white color on #344824 background.