COLOR #34484E

HEX: #34484E
RGB: (52,72,78)

Color info

#34484E contains red, green and blue colors in about the same proportion. Web safe color of #34484E is #333366 (or #336).

RGB color model

#34484E color RGB value is (52,72,78).

  • red value is 52;
  • green value is 72;
  • blue value is 78.
RGB:
(52,72,78)
(20%,28%,31%)

RGB channels and saturation

R 52 of 255 = 20%
G 72 of 255 = 28%
B 78 of 255 = 31%

52
72
78

R + G + B ~ 26%. #34484E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 72 + 78 = 202 (100%)
R 52 of 202 ~ 25.74%
G 72 of 202 ~ 35.64%
B 78 of 202 ~ 38.61%

%25.74
%35.64
%38.61

CMYK color model

#34484E color CMYK value is (33,8,0,69).

  • cyan value is 33.33%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(33,8,0,69)
C33M8Y0K69 
(33%,8%,0%,69%)
(0.33/0.08/0.00/0.69)	

CMYK percentages

%33.33
%7.69
%0
%69.41

Codes

Color #34484E in popluar color models

34484E
RGB527278
HSL194°20.00%25.49%
HSB/HSV194°33.33%30.59%
CMYK33.33%7.69%0.00%
69.41%

Color #34484E in popluar number systems.

HEX34484E
Decimal527278
Binary11010010010001001110
Octal64110116

Shades and tints

Shades of #34484E

#34484E
(52,72,78)
#304247
(48,66,71)
#2C3C40
(44,60,64)
#283639
(40,54,57)
#243032
(36,48,50)
#202A2B
(32,42,43)
#1C2424
(28,36,36)
#181E1D
(24,30,29)
#141816
(20,24,22)
#10120F
(16,18,15)
#0C0C08
(12,12,8)
#000000
(0,0,0)

Tints of #34484E

#34484E
(52,72,78)
#46585E
(70,88,94)
#58686E
(88,104,110)
#6A787E
(106,120,126)
#7C888E
(124,136,142)
#8E989E
(142,152,158)
#A0A8AE
(160,168,174)
#B2B8BE
(178,184,190)
#C4C8CE
(196,200,206)
#D6D8DE
(214,216,222)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34484E color. Also use rgb(52,72,78) instead hex code.

Text Font Color

.myTextColor { color: #34484E; }

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

This text font color is #34484E.


Background Color

.myBgColor { background-color: #34484E; }

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

This div background color is #34484E.


Border color

.myBorderColor { border: 1px solid #34484E; }

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

This div border color is #34484E.


Opacity

.myOpacity80 { color: #34484E; opacity: 0.8; }

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

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

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

This text has shadow with #34484E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34484E on black background.


Color preview on white background

This text has color #34484E on white background.



Black color preview on #34484E background

This text has black color on #34484E background.


White color preview on #34484E background

This text has white color on #34484E background.