COLOR #344138

HEX: #344138
RGB: (52,65,56)

Color info

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

RGB color model

#344138 color RGB value is (52,65,56).

  • red value is 52;
  • green value is 65;
  • blue value is 56.
RGB:
(52,65,56)
(20%,25%,22%)

RGB channels and saturation

R 52 of 255 = 20%
G 65 of 255 = 25%
B 56 of 255 = 22%

52
65
56

R + G + B ~ 22%. #344138 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 65 + 56 = 173 (100%)
R 52 of 173 ~ 30.06%
G 65 of 173 ~ 37.57%
B 56 of 173 ~ 32.37%

%30.06
%37.57
%32.37

CMYK color model

#344138 color CMYK value is (20,0,14,75).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 13.85%
  • key color value is 74.51%
CMYK:
(20,0,14,75)
C20M0Y14K75 
(20%,0%,14%,75%)
(0.20/0.00/0.14/0.75)	

CMYK percentages

%20
%0
%13.85
%74.51

Codes

Color #344138 in popluar color models

344138
RGB526556
HSL138°11.11%22.94%
HSB/HSV138°20.00%25.49%
CMYK20.00%0.00%13.85%
74.51%

Color #344138 in popluar number systems.

HEX344138
Decimal526556
Binary1101001000001111000
Octal6410170

Shades and tints

Shades of #344138

#344138
(52,65,56)
#303C33
(48,60,51)
#2C372E
(44,55,46)
#283229
(40,50,41)
#242D24
(36,45,36)
#20281F
(32,40,31)
#1C231A
(28,35,26)
#181E15
(24,30,21)
#141910
(20,25,16)
#10140B
(16,20,11)
#0C0F06
(12,15,6)
#000000
(0,0,0)

Tints of #344138

#344138
(52,65,56)
#46524A
(70,82,74)
#58635C
(88,99,92)
#6A746E
(106,116,110)
#7C8580
(124,133,128)
#8E9692
(142,150,146)
#A0A7A4
(160,167,164)
#B2B8B6
(178,184,182)
#C4C9C8
(196,201,200)
#D6DADA
(214,218,218)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344138 color. Also use rgb(52,65,56) instead hex code.

Text Font Color

.myTextColor { color: #344138; }

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

This text font color is #344138.


Background Color

.myBgColor { background-color: #344138; }

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

This div background color is #344138.


Border color

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

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

This div border color is #344138.


Opacity

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

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

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

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

This text has shadow with #344138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344138 on black background.


Color preview on white background

This text has color #344138 on white background.



Black color preview on #344138 background

This text has black color on #344138 background.


White color preview on #344138 background

This text has white color on #344138 background.