COLOR #334147

HEX: #334147
RGB: (51,65,71)

Color info

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

RGB color model

#334147 color RGB value is (51,65,71).

  • red value is 51;
  • green value is 65;
  • blue value is 71.
RGB:
(51,65,71)
(20%,25%,28%)

RGB channels and saturation

R 51 of 255 = 20%
G 65 of 255 = 25%
B 71 of 255 = 28%

51
65
71

R + G + B ~ 24%. #334147 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 65 + 71 = 187 (100%)
R 51 of 187 ~ 27.27%
G 65 of 187 ~ 34.76%
B 71 of 187 ~ 37.97%

%27.27
%34.76
%37.97

CMYK color model

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

  • cyan value is 28.17%
  • magenta value is 8.45%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(28,8,0,72)
C28M8Y0K72 
(28%,8%,0%,72%)
(0.28/0.08/0.00/0.72)	

CMYK percentages

%28.17
%8.45
%0
%72.16

Codes

Color #334147 in popluar color models

334147
RGB516571
HSL198°16.39%23.92%
HSB/HSV198°28.17%27.84%
CMYK28.17%8.45%0.00%
72.16%

Color #334147 in popluar number systems.

HEX334147
Decimal516571
Binary11001110000011000111
Octal63101107

Shades and tints

Shades of #334147

#334147
(51,65,71)
#2F3C41
(47,60,65)
#2B373B
(43,55,59)
#273235
(39,50,53)
#232D2F
(35,45,47)
#1F2829
(31,40,41)
#1B2323
(27,35,35)
#171E1D
(23,30,29)
#131917
(19,25,23)
#0F1411
(15,20,17)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #334147

#334147
(51,65,71)
#455257
(69,82,87)
#576367
(87,99,103)
#697477
(105,116,119)
#7B8587
(123,133,135)
#8D9697
(141,150,151)
#9FA7A7
(159,167,167)
#B1B8B7
(177,184,183)
#C3C9C7
(195,201,199)
#D5DAD7
(213,218,215)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334147 color. Also use rgb(51,65,71) instead hex code.

Text Font Color

.myTextColor { color: #334147; }

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

This text font color is #334147.


Background Color

.myBgColor { background-color: #334147; }

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

This div background color is #334147.


Border color

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

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

This div border color is #334147.


Opacity

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

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

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

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

This text has shadow with #334147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334147 on black background.


Color preview on white background

This text has color #334147 on white background.



Black color preview on #334147 background

This text has black color on #334147 background.


White color preview on #334147 background

This text has white color on #334147 background.