COLOR #344424

HEX: #344424
RGB: (52,68,36)

Color info

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

RGB color model

#344424 color RGB value is (52,68,36).

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

RGB channels and saturation

R 52 of 255 = 20%
G 68 of 255 = 27%
B 36 of 255 = 14%

52
68
36

R + G + B ~ 20%. #344424 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 68 + 36 = 156 (100%)
R 52 of 156 ~ 33.33%
G 68 of 156 ~ 43.59%
B 36 of 156 ~ 23.08%

%33.33
%43.59
%23.08

CMYK color model

#344424 color CMYK value is (24,0,47,73).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 73.33%
CMYK:
(24,0,47,73)
C24M0Y47K73 
(24%,0%,47%,73%)
(0.24/0.00/0.47/0.73)	

CMYK percentages

%23.53
%0
%47.06
%73.33

Codes

Color #344424 in popluar color models

344424
RGB526836
HSL90°30.77%20.39%
HSB/HSV90°47.06%26.67%
CMYK23.53%0.00%47.06%
73.33%

Color #344424 in popluar number systems.

HEX344424
Decimal526836
Binary1101001000100100100
Octal6410444

Shades and tints

Shades of #344424

#344424
(52,68,36)
#303E21
(48,62,33)
#2C381E
(44,56,30)
#28321B
(40,50,27)
#242C18
(36,44,24)
#202615
(32,38,21)
#1C2012
(28,32,18)
#181A0F
(24,26,15)
#14140C
(20,20,12)
#100E09
(16,14,9)
#0C0806
(12,8,6)
#000000
(0,0,0)

Tints of #344424

#344424
(52,68,36)
#465537
(70,85,55)
#58664A
(88,102,74)
#6A775D
(106,119,93)
#7C8870
(124,136,112)
#8E9983
(142,153,131)
#A0AA96
(160,170,150)
#B2BBA9
(178,187,169)
#C4CCBC
(196,204,188)
#D6DDCF
(214,221,207)
#E8EEE2
(232,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344424; }

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

This text font color is #344424.


Background Color

.myBgColor { background-color: #344424; }

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

This div background color is #344424.


Border color

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

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

This div border color is #344424.


Opacity

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

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

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

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

This text has shadow with #344424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344424 on black background.


Color preview on white background

This text has color #344424 on white background.



Black color preview on #344424 background

This text has black color on #344424 background.


White color preview on #344424 background

This text has white color on #344424 background.