COLOR #344842

HEX: #344842
RGB: (52,72,66)

Color info

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

RGB color model

#344842 color RGB value is (52,72,66).

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

RGB channels and saturation

R 52 of 255 = 20%
G 72 of 255 = 28%
B 66 of 255 = 26%

52
72
66

R + G + B ~ 25%. #344842 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 72 + 66 = 190 (100%)
R 52 of 190 ~ 27.37%
G 72 of 190 ~ 37.89%
B 66 of 190 ~ 34.74%

%27.37
%37.89
%34.74

CMYK color model

#344842 color CMYK value is (28,0,8,72).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 71.76%
CMYK:
(28,0,8,72)
C28M0Y8K72 
(28%,0%,8%,72%)
(0.28/0.00/0.08/0.72)	

CMYK percentages

%27.78
%0
%8.33
%71.76

Codes

Color #344842 in popluar color models

344842
RGB527266
HSL162°16.13%24.31%
HSB/HSV162°27.78%28.24%
CMYK27.78%0.00%8.33%
71.76%

Color #344842 in popluar number systems.

HEX344842
Decimal527266
Binary11010010010001000010
Octal64110102

Shades and tints

Shades of #344842

#344842
(52,72,66)
#30423C
(48,66,60)
#2C3C36
(44,60,54)
#283630
(40,54,48)
#24302A
(36,48,42)
#202A24
(32,42,36)
#1C241E
(28,36,30)
#181E18
(24,30,24)
#141812
(20,24,18)
#10120C
(16,18,12)
#0C0C06
(12,12,6)
#000000
(0,0,0)

Tints of #344842

#344842
(52,72,66)
#465853
(70,88,83)
#586864
(88,104,100)
#6A7875
(106,120,117)
#7C8886
(124,136,134)
#8E9897
(142,152,151)
#A0A8A8
(160,168,168)
#B2B8B9
(178,184,185)
#C4C8CA
(196,200,202)
#D6D8DB
(214,216,219)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344842; }

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

This text font color is #344842.


Background Color

.myBgColor { background-color: #344842; }

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

This div background color is #344842.


Border color

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

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

This div border color is #344842.


Opacity

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

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

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

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

This text has shadow with #344842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344842 on black background.


Color preview on white background

This text has color #344842 on white background.



Black color preview on #344842 background

This text has black color on #344842 background.


White color preview on #344842 background

This text has white color on #344842 background.