COLOR #34584F

HEX: #34584F RGB: (52,88,79)

Color info

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

RGB color model

#34584F color RGB value is (52,88,79).

RGB: (52,88,79) (20%, 35%, 31%)

RGB channels and saturation

R 52 of 255 = 20%
G 88 of 255 = 35%
B 79 of 255 = 31%

52
88
79

R + G + B ~ 29%. #34584F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 88 + 79 = 219 (100%)
R 52 of 219 ~ 23.74%
G 88 of 219 ~ 40.18%
B 79 of 219 ~ 36.07'%

%23.74
%40.18
%36.07

CMYK color model

#34584F color CMYK value is (41,0,10,65).

  • cyan value is 40.91%
  • magenta value is 0.00%
  • yellow value is 10.23%
  • key color value is 65.49%

CMYK: (41,0,10,65)
C41M0Y10K65 (41%, 0%, 10%, 65%)
(0.41 / 0.00 / 0.10 / 0.65)

CMYK percentages

%40.91
%0
%10.23
%65.49

Codes

Color #34584F in popluar color models

34 58 4F
RGB 52 88 79
HSL 165° 25.71% 27.45%
HSB/HSV 165° 40.91% 34.51%
CMYK 40.91% 0.00% 10.23%
65.49%

Color #34584F in popluar number systems.

HEX 34 58 4F
Decimal 52 88 79
Binary 110100 1011000 1001111
Octal 64 130 117

Shades and tints

Shades of #34584F

#34584F
(52,88,79)
#305048
(48,80,72)
#2C4841
(44,72,65)
#28403A
(40,64,58)
#243833
(36,56,51)
#20302C
(32,48,44)
#1C2825
(28,40,37)
#18201E
(24,32,30)
#141817
(20,24,23)
#101010
(16,16,16)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #34584F

#34584F
(52,88,79)
#46675F
(70,103,95)
#58766F
(88,118,111)
#6A857F
(106,133,127)
#7C948F
(124,148,143)
#8EA39F
(142,163,159)
#A0B2AF
(160,178,175)
#B2C1BF
(178,193,191)
#C4D0CF
(196,208,207)
#D6DFDF
(214,223,223)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34584F color. Also use rgb(52,88,79) instead hex code.

Text Font Color

.myTextColor { color: #34584F; }

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

This text font color is #34584F.

Background Color

.myBgColor { background-color: #34584F; }

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

This div background color is #34584F.

Border color

.myBorderColor { border: 1px solid #34584F; }

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

This div border color is #34584F.

Opacity

.myOpacity80 { color: #34584F; opacity: 0.8; }

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

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

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

This text has shadow with #34584F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #34584F.

Preview

Color preview on black background

This text has color #34584F on black background.


Color preview on white background

This text has color #34584F on white background.


Black color preview on #34584F background

This text has black color on #34584F background.


White color preview on #34584F background

This text has white color on #34584F background.


Related colors

Complementary color

Complementary color for #hex is #CBA7B0.


I love getcolorcode.com

Triadic colors

1 #4F3458 and #584F34 with #34584F are triadic colors.

2 #4F5834 and #58344F with #34584F are triadic colors.