COLOR #34594F

HEX: #34594F
RGB: (52,89,79)

Color info

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

RGB color model

#34594F color RGB value is (52,89,79).

  • red value is 52;
  • green value is 89;
  • blue value is 79.
RGB:
(52,89,79)
(20%,35%,31%)

RGB channels and saturation

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

52
89
79

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

Portions of RGB colors in percentages

R + G + B =
52 + 89 + 79 = 220 (100%)
R 52 of 220 ~ 23.64%
G 89 of 220 ~ 40.45%
B 79 of 220 ~ 35.91%

%23.64
%40.45
%35.91

CMYK color model

#34594F color CMYK value is (42,0,11,65).

  • cyan value is 41.57%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 65.10%
CMYK:
(42,0,11,65)
C42M0Y11K65 
(42%,0%,11%,65%)
(0.42/0.00/0.11/0.65)	

CMYK percentages

%41.57
%0
%11.24
%65.1

Codes

Color #34594F in popluar color models

34594F
RGB528979
HSL164°26.24%27.65%
HSB/HSV164°41.57%34.90%
CMYK41.57%0.00%11.24%
65.10%

Color #34594F in popluar number systems.

HEX34594F
Decimal528979
Binary11010010110011001111
Octal64131117

Shades and tints

Shades of #34594F

#34594F
(52,89,79)
#305148
(48,81,72)
#2C4941
(44,73,65)
#28413A
(40,65,58)
#243933
(36,57,51)
#20312C
(32,49,44)
#1C2925
(28,41,37)
#18211E
(24,33,30)
#141917
(20,25,23)
#101110
(16,17,16)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #34594F

#34594F
(52,89,79)
#46685F
(70,104,95)
#58776F
(88,119,111)
#6A867F
(106,134,127)
#7C958F
(124,149,143)
#8EA49F
(142,164,159)
#A0B3AF
(160,179,175)
#B2C2BF
(178,194,191)
#C4D1CF
(196,209,207)
#D6E0DF
(214,224,223)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34594F; }

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

This text font color is #34594F.


Background Color

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

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

This div background color is #34594F.


Border color

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

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

This div border color is #34594F.


Opacity

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

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

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

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

This text has shadow with #34594F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34594F on black background.


Color preview on white background

This text has color #34594F on white background.



Black color preview on #34594F background

This text has black color on #34594F background.


White color preview on #34594F background

This text has white color on #34594F background.