COLOR #344636

HEX: #344636
RGB: (52,70,54)

Color info

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

RGB color model

#344636 color RGB value is (52,70,54).

  • red value is 52;
  • green value is 70;
  • blue value is 54.
RGB:
(52,70,54)
(20%,27%,21%)

RGB channels and saturation

R 52 of 255 = 20%
G 70 of 255 = 27%
B 54 of 255 = 21%

52
70
54

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

Portions of RGB colors in percentages

R + G + B =
52 + 70 + 54 = 176 (100%)
R 52 of 176 ~ 29.55%
G 70 of 176 ~ 39.77%
B 54 of 176 ~ 30.68%

%29.55
%39.77
%30.68

CMYK color model

#344636 color CMYK value is (26,0,23,73).

  • cyan value is 25.71%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 72.55%
CMYK:
(26,0,23,73)
C26M0Y23K73 
(26%,0%,23%,73%)
(0.26/0.00/0.23/0.73)	

CMYK percentages

%25.71
%0
%22.86
%72.55

Codes

Color #344636 in popluar color models

344636
RGB527054
HSL127°14.75%23.92%
HSB/HSV127°25.71%27.45%
CMYK25.71%0.00%22.86%
72.55%

Color #344636 in popluar number systems.

HEX344636
Decimal527054
Binary1101001000110110110
Octal6410666

Shades and tints

Shades of #344636

#344636
(52,70,54)
#304032
(48,64,50)
#2C3A2E
(44,58,46)
#28342A
(40,52,42)
#242E26
(36,46,38)
#202822
(32,40,34)
#1C221E
(28,34,30)
#181C1A
(24,28,26)
#141616
(20,22,22)
#101012
(16,16,18)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #344636

#344636
(52,70,54)
#465648
(70,86,72)
#58665A
(88,102,90)
#6A766C
(106,118,108)
#7C867E
(124,134,126)
#8E9690
(142,150,144)
#A0A6A2
(160,166,162)
#B2B6B4
(178,182,180)
#C4C6C6
(196,198,198)
#D6D6D8
(214,214,216)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344636 color. Also use rgb(52,70,54) instead hex code.

Text Font Color

.myTextColor { color: #344636; }

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

This text font color is #344636.


Background Color

.myBgColor { background-color: #344636; }

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

This div background color is #344636.


Border color

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

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

This div border color is #344636.


Opacity

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

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

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

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

This text has shadow with #344636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344636 on black background.


Color preview on white background

This text has color #344636 on white background.



Black color preview on #344636 background

This text has black color on #344636 background.


White color preview on #344636 background

This text has white color on #344636 background.