COLOR #344838

HEX: #344838
RGB: (52,72,56)

Color info

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

RGB color model

#344838 color RGB value is (52,72,56).

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

RGB channels and saturation

R 52 of 255 = 20%
G 72 of 255 = 28%
B 56 of 255 = 22%

52
72
56

R + G + B ~ 23%. #344838 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 72 + 56 = 180 (100%)
R 52 of 180 ~ 28.89%
G 72 of 180 ~ 40%
B 56 of 180 ~ 31.11%

%28.89
%40
%31.11

CMYK color model

#344838 color CMYK value is (28,0,22,72).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 71.76%
CMYK:
(28,0,22,72)
C28M0Y22K72 
(28%,0%,22%,72%)
(0.28/0.00/0.22/0.72)	

CMYK percentages

%27.78
%0
%22.22
%71.76

Codes

Color #344838 in popluar color models

344838
RGB527256
HSL132°16.13%24.31%
HSB/HSV132°27.78%28.24%
CMYK27.78%0.00%22.22%
71.76%

Color #344838 in popluar number systems.

HEX344838
Decimal527256
Binary1101001001000111000
Octal6411070

Shades and tints

Shades of #344838

#344838
(52,72,56)
#304233
(48,66,51)
#2C3C2E
(44,60,46)
#283629
(40,54,41)
#243024
(36,48,36)
#202A1F
(32,42,31)
#1C241A
(28,36,26)
#181E15
(24,30,21)
#141810
(20,24,16)
#10120B
(16,18,11)
#0C0C06
(12,12,6)
#000000
(0,0,0)

Tints of #344838

#344838
(52,72,56)
#46584A
(70,88,74)
#58685C
(88,104,92)
#6A786E
(106,120,110)
#7C8880
(124,136,128)
#8E9892
(142,152,146)
#A0A8A4
(160,168,164)
#B2B8B6
(178,184,182)
#C4C8C8
(196,200,200)
#D6D8DA
(214,216,218)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344838; }

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

This text font color is #344838.


Background Color

.myBgColor { background-color: #344838; }

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

This div background color is #344838.


Border color

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

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

This div border color is #344838.


Opacity

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

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

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

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

This text has shadow with #344838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344838 on black background.


Color preview on white background

This text has color #344838 on white background.



Black color preview on #344838 background

This text has black color on #344838 background.


White color preview on #344838 background

This text has white color on #344838 background.