COLOR #344537

HEX: #344537
RGB: (52,69,55)

Color info

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

RGB color model

#344537 color RGB value is (52,69,55).

  • red value is 52;
  • green value is 69;
  • blue value is 55.
RGB:
(52,69,55)
(20%,27%,22%)

RGB channels and saturation

R 52 of 255 = 20%
G 69 of 255 = 27%
B 55 of 255 = 22%

52
69
55

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

Portions of RGB colors in percentages

R + G + B =
52 + 69 + 55 = 176 (100%)
R 52 of 176 ~ 29.55%
G 69 of 176 ~ 39.2%
B 55 of 176 ~ 31.25%

%29.55
%39.2
%31.25

CMYK color model

#344537 color CMYK value is (25,0,20,73).

  • cyan value is 24.64%
  • magenta value is 0.00%
  • yellow value is 20.29%
  • key color value is 72.94%
CMYK:
(25,0,20,73)
C25M0Y20K73 
(25%,0%,20%,73%)
(0.25/0.00/0.20/0.73)	

CMYK percentages

%24.64
%0
%20.29
%72.94

Codes

Color #344537 in popluar color models

344537
RGB526955
HSL131°14.05%23.73%
HSB/HSV131°24.64%27.06%
CMYK24.64%0.00%20.29%
72.94%

Color #344537 in popluar number systems.

HEX344537
Decimal526955
Binary1101001000101110111
Octal6410567

Shades and tints

Shades of #344537

#344537
(52,69,55)
#303F32
(48,63,50)
#2C392D
(44,57,45)
#283328
(40,51,40)
#242D23
(36,45,35)
#20271E
(32,39,30)
#1C2119
(28,33,25)
#181B14
(24,27,20)
#14150F
(20,21,15)
#100F0A
(16,15,10)
#0C0905
(12,9,5)
#000000
(0,0,0)

Tints of #344537

#344537
(52,69,55)
#465549
(70,85,73)
#58655B
(88,101,91)
#6A756D
(106,117,109)
#7C857F
(124,133,127)
#8E9591
(142,149,145)
#A0A5A3
(160,165,163)
#B2B5B5
(178,181,181)
#C4C5C7
(196,197,199)
#D6D5D9
(214,213,217)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344537 color. Also use rgb(52,69,55) instead hex code.

Text Font Color

.myTextColor { color: #344537; }

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

This text font color is #344537.


Background Color

.myBgColor { background-color: #344537; }

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

This div background color is #344537.


Border color

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

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

This div border color is #344537.


Opacity

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

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

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

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

This text has shadow with #344537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344537 on black background.


Color preview on white background

This text has color #344537 on white background.



Black color preview on #344537 background

This text has black color on #344537 background.


White color preview on #344537 background

This text has white color on #344537 background.