COLOR #344839

HEX: #344839
RGB: (52,72,57)

Color info

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

RGB color model

#344839 color RGB value is (52,72,57).

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

RGB channels and saturation

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

52
72
57

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

Portions of RGB colors in percentages

R + G + B =
52 + 72 + 57 = 181 (100%)
R 52 of 181 ~ 28.73%
G 72 of 181 ~ 39.78%
B 57 of 181 ~ 31.49%

%28.73
%39.78
%31.49

CMYK color model

#344839 color CMYK value is (28,0,21,72).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 71.76%
CMYK:
(28,0,21,72)
C28M0Y21K72 
(28%,0%,21%,72%)
(0.28/0.00/0.21/0.72)	

CMYK percentages

%27.78
%0
%20.83
%71.76

Codes

Color #344839 in popluar color models

344839
RGB527257
HSL135°16.13%24.31%
HSB/HSV135°27.78%28.24%
CMYK27.78%0.00%20.83%
71.76%

Color #344839 in popluar number systems.

HEX344839
Decimal527257
Binary1101001001000111001
Octal6411071

Shades and tints

Shades of #344839

#344839
(52,72,57)
#304234
(48,66,52)
#2C3C2F
(44,60,47)
#28362A
(40,54,42)
#243025
(36,48,37)
#202A20
(32,42,32)
#1C241B
(28,36,27)
#181E16
(24,30,22)
#141811
(20,24,17)
#10120C
(16,18,12)
#0C0C07
(12,12,7)
#000000
(0,0,0)

Tints of #344839

#344839
(52,72,57)
#46584B
(70,88,75)
#58685D
(88,104,93)
#6A786F
(106,120,111)
#7C8881
(124,136,129)
#8E9893
(142,152,147)
#A0A8A5
(160,168,165)
#B2B8B7
(178,184,183)
#C4C8C9
(196,200,201)
#D6D8DB
(214,216,219)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344839; }

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

This text font color is #344839.


Background Color

.myBgColor { background-color: #344839; }

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

This div background color is #344839.


Border color

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

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

This div border color is #344839.


Opacity

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

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

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

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

This text has shadow with #344839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344839 on black background.


Color preview on white background

This text has color #344839 on white background.



Black color preview on #344839 background

This text has black color on #344839 background.


White color preview on #344839 background

This text has white color on #344839 background.