COLOR #344427

HEX: #344427
RGB: (52,68,39)

Color info

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

RGB color model

#344427 color RGB value is (52,68,39).

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

RGB channels and saturation

R 52 of 255 = 20%
G 68 of 255 = 27%
B 39 of 255 = 15%

52
68
39

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

Portions of RGB colors in percentages

R + G + B =
52 + 68 + 39 = 159 (100%)
R 52 of 159 ~ 32.7%
G 68 of 159 ~ 42.77%
B 39 of 159 ~ 24.53%

%32.7
%42.77
%24.53

CMYK color model

#344427 color CMYK value is (24,0,43,73).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 42.65%
  • key color value is 73.33%
CMYK:
(24,0,43,73)
C24M0Y43K73 
(24%,0%,43%,73%)
(0.24/0.00/0.43/0.73)	

CMYK percentages

%23.53
%0
%42.65
%73.33

Codes

Color #344427 in popluar color models

344427
RGB526839
HSL93°27.10%20.98%
HSB/HSV93°42.65%26.67%
CMYK23.53%0.00%42.65%
73.33%

Color #344427 in popluar number systems.

HEX344427
Decimal526839
Binary1101001000100100111
Octal6410447

Shades and tints

Shades of #344427

#344427
(52,68,39)
#303E24
(48,62,36)
#2C3821
(44,56,33)
#28321E
(40,50,30)
#242C1B
(36,44,27)
#202618
(32,38,24)
#1C2015
(28,32,21)
#181A12
(24,26,18)
#14140F
(20,20,15)
#100E0C
(16,14,12)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #344427

#344427
(52,68,39)
#46553A
(70,85,58)
#58664D
(88,102,77)
#6A7760
(106,119,96)
#7C8873
(124,136,115)
#8E9986
(142,153,134)
#A0AA99
(160,170,153)
#B2BBAC
(178,187,172)
#C4CCBF
(196,204,191)
#D6DDD2
(214,221,210)
#E8EEE5
(232,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344427; }

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

This text font color is #344427.


Background Color

.myBgColor { background-color: #344427; }

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

This div background color is #344427.


Border color

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

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

This div border color is #344427.


Opacity

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

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

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

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

This text has shadow with #344427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344427 on black background.


Color preview on white background

This text has color #344427 on white background.



Black color preview on #344427 background

This text has black color on #344427 background.


White color preview on #344427 background

This text has white color on #344427 background.