COLOR #344237

HEX: #344237
RGB: (52,66,55)

Color info

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

RGB color model

#344237 color RGB value is (52,66,55).

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

RGB channels and saturation

R 52 of 255 = 20%
G 66 of 255 = 26%
B 55 of 255 = 22%

52
66
55

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

Portions of RGB colors in percentages

R + G + B =
52 + 66 + 55 = 173 (100%)
R 52 of 173 ~ 30.06%
G 66 of 173 ~ 38.15%
B 55 of 173 ~ 31.79%

%30.06
%38.15
%31.79

CMYK color model

#344237 color CMYK value is (21,0,17,74).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 74.12%
CMYK:
(21,0,17,74)
C21M0Y17K74 
(21%,0%,17%,74%)
(0.21/0.00/0.17/0.74)	

CMYK percentages

%21.21
%0
%16.67
%74.12

Codes

Color #344237 in popluar color models

344237
RGB526655
HSL133°11.86%23.14%
HSB/HSV133°21.21%25.88%
CMYK21.21%0.00%16.67%
74.12%

Color #344237 in popluar number systems.

HEX344237
Decimal526655
Binary1101001000010110111
Octal6410267

Shades and tints

Shades of #344237

#344237
(52,66,55)
#303C32
(48,60,50)
#2C362D
(44,54,45)
#283028
(40,48,40)
#242A23
(36,42,35)
#20241E
(32,36,30)
#1C1E19
(28,30,25)
#181814
(24,24,20)
#14120F
(20,18,15)
#100C0A
(16,12,10)
#0C0605
(12,6,5)
#000000
(0,0,0)

Tints of #344237

#344237
(52,66,55)
#465349
(70,83,73)
#58645B
(88,100,91)
#6A756D
(106,117,109)
#7C867F
(124,134,127)
#8E9791
(142,151,145)
#A0A8A3
(160,168,163)
#B2B9B5
(178,185,181)
#C4CAC7
(196,202,199)
#D6DBD9
(214,219,217)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344237; }

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

This text font color is #344237.


Background Color

.myBgColor { background-color: #344237; }

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

This div background color is #344237.


Border color

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

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

This div border color is #344237.


Opacity

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

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

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

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

This text has shadow with #344237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344237 on black background.


Color preview on white background

This text has color #344237 on white background.



Black color preview on #344237 background

This text has black color on #344237 background.


White color preview on #344237 background

This text has white color on #344237 background.