COLOR #34464C

HEX: #34464C RGB: (52,70,76)

Color info

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

RGB color model

#34464C color RGB value is (52,70,76).

RGB: (52,70,76) (20%, 27%, 30%)

RGB channels and saturation

R 52 of 255 = 20%
G 70 of 255 = 27%
B 76 of 255 = 30%

52
70
76

R + G + B ~ 26%. #34464C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 70 + 76 = 198 (100%)
R 52 of 198 ~ 26.26%
G 70 of 198 ~ 35.35%
B 76 of 198 ~ 38.38'%

%26.26
%35.35
%38.38

CMYK color model

#34464C color CMYK value is (32,8,0,70).

  • cyan value is 31.58%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (32,8,0,70)
C32M8Y0K70 (32%, 8%, 0%, 70%)
(0.32 / 0.08 / 0.00 / 0.70)

CMYK percentages

%31.58
%7.89
%0
%70.2

Codes

Color #34464C in popluar color models

34 46 4C
RGB 52 70 76
HSL 195° 18.75% 25.10%
HSB/HSV 195° 31.58% 29.80%
CMYK 31.58% 7.89% 0.00%
70.20%

Color #34464C in popluar number systems.

HEX 34 46 4C
Decimal 52 70 76
Binary 110100 1000110 1001100
Octal 64 106 114

Shades and tints

Shades of #34464C

#34464C
(52,70,76)
#304046
(48,64,70)
#2C3A40
(44,58,64)
#28343A
(40,52,58)
#242E34
(36,46,52)
#20282E
(32,40,46)
#1C2228
(28,34,40)
#181C22
(24,28,34)
#14161C
(20,22,28)
#101016
(16,16,22)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #34464C

#34464C
(52,70,76)
#46565C
(70,86,92)
#58666C
(88,102,108)
#6A767C
(106,118,124)
#7C868C
(124,134,140)
#8E969C
(142,150,156)
#A0A6AC
(160,166,172)
#B2B6BC
(178,182,188)
#C4C6CC
(196,198,204)
#D6D6DC
(214,214,220)
#E8E6EC
(232,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34464C color. Also use rgb(52,70,76) instead hex code.

Text Font Color

.myTextColor { color: #34464C; }

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

This text font color is #34464C.

Background Color

.myBgColor { background-color: #34464C; }

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

This div background color is #34464C.

Border color

.myBorderColor { border: 1px solid #34464C; }

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

This div border color is #34464C.

Opacity

.myOpacity80 { color: #34464C; opacity: 0.8; }

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

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

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

This text has shadow with #34464C color.


.textShadow {text-shadow: 3px 3px 1px #34464C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #34464C; -webkit-box-shadow: 1px 1px 3px 2px #34464C; box-shadow:1px 1px 3px 2px #34464C;">
Div content here
</div>

This div box has shadow with color #34464C.

Preview

Color preview on black background

This text has color #34464C on black background.


Color preview on white background

This text has color #34464C on white background.


Black color preview on #34464C background

This text has black color on #34464C background.


White color preview on #34464C background

This text has white color on #34464C background.


Related colors

Complementary color

Complementary color for #hex is #CBB9B3.


I love getcolorcode.com

Triadic colors

1 #4C3446 and #464C34 with #34464C are triadic colors.

2 #4C4634 and #46344C with #34464C are triadic colors.