COLOR #34684E

HEX: #34684E RGB: (52,104,78)

Color info

#34684E contains red, green and blue colors in about the same proportion. Web safe color of #34684E is #336666 (or #366).

RGB color model

#34684E color RGB value is (52,104,78).

RGB: (52,104,78) (20%, 41%, 31%)

RGB channels and saturation

R 52 of 255 = 20%
G 104 of 255 = 41%
B 78 of 255 = 31%

52
104
78

R + G + B ~ 31%. #34684E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 104 + 78 = 234 (100%)
R 52 of 234 ~ 22.22%
G 104 of 234 ~ 44.44%
B 78 of 234 ~ 33.33'%

%22.22
%44.44
%33.33

CMYK color model

#34684E color CMYK value is (50,0,25,59).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 59.22%

CMYK: (50,0,25,59)
C50M0Y25K59 (50%, 0%, 25%, 59%)
(0.50 / 0.00 / 0.25 / 0.59)

CMYK percentages

%50
%0
%25
%59.22

Codes

Color #34684E in popluar color models

34 68 4E
RGB 52 104 78
HSL 150° 33.33% 30.59%
HSB/HSV 150° 50.00% 40.78%
CMYK 50.00% 0.00% 25.00%
59.22%

Color #34684E in popluar number systems.

HEX 34 68 4E
Decimal 52 104 78
Binary 110100 1101000 1001110
Octal 64 150 116

Shades and tints

Shades of #34684E

#34684E
(52,104,78)
#305F47
(48,95,71)
#2C5640
(44,86,64)
#284D39
(40,77,57)
#244432
(36,68,50)
#203B2B
(32,59,43)
#1C3224
(28,50,36)
#18291D
(24,41,29)
#142016
(20,32,22)
#10170F
(16,23,15)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #34684E

#34684E
(52,104,78)
#46755E
(70,117,94)
#58826E
(88,130,110)
#6A8F7E
(106,143,126)
#7C9C8E
(124,156,142)
#8EA99E
(142,169,158)
#A0B6AE
(160,182,174)
#B2C3BE
(178,195,190)
#C4D0CE
(196,208,206)
#D6DDDE
(214,221,222)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34684E; }

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

This text font color is #34684E.

Background Color

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

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

This div background color is #34684E.

Border color

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

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

This div border color is #34684E.

Opacity

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

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

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

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

This text has shadow with #34684E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #34684E.

Preview

Color preview on black background

This text has color #34684E on black background.


Color preview on white background

This text has color #34684E on white background.


Black color preview on #34684E background

This text has black color on #34684E background.


White color preview on #34684E background

This text has white color on #34684E background.


Related colors

Complementary color

Complementary color for #hex is #CB97B1.


I love getcolorcode.com

Triadic colors

1 #4E3468 and #684E34 with #34684E are triadic colors.

2 #4E6834 and #68344E with #34684E are triadic colors.