COLOR #34857D

HEX: #34857D RGB: (52,133,125)

Color info

#34857D contains mainly green and blue colors. Web safe color of #34857D is #339966 (or #396).

RGB color model

#34857D color RGB value is (52,133,125).

RGB: (52,133,125) (20%, 52%, 49%)

RGB channels and saturation

R 52 of 255 = 20%
G 133 of 255 = 52%
B 125 of 255 = 49%

52
133
125

R + G + B ~ 40%. #34857D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 52 + 133 + 125 = 310 (100%)
R 52 of 310 ~ 16.77%
G 133 of 310 ~ 42.9%
B 125 of 310 ~ 40.32'%

%16.77
%42.9
%40.32

CMYK color model

#34857D color CMYK value is (61,0,6,48).

  • cyan value is 60.90%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 47.84%
CMYK: (61,0,6,48) C61M0Y6K48 (61%,0%,6%,48%) (0.61/0.00/0.06/0.48) 

CMYK percentages

%60.9
%0
%6.02
%47.84

Codes

Color #34857D in popluar color models

34 85 7D
RGB 52 133 125
HSL 174° 43.78% 36.27%
HSB/HSV 174° 60.90% 52.16%
CMYK 60.90% 0.00% 6.02%
47.84%

Color #34857D in popluar number systems.

HEX 34 85 7D
Decimal 52 133 125
Binary 110100 10000101 1111101
Octal 64 205 175

Shades and tints

Shades of #34857D

#34857D
(52,133,125)
#307972
(48,121,114)
#2C6D67
(44,109,103)
#28615C
(40,97,92)
#245551
(36,85,81)
#204946
(32,73,70)
#1C3D3B
(28,61,59)
#183130
(24,49,48)
#142525
(20,37,37)
#10191A
(16,25,26)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #34857D

#34857D
(52,133,125)
#469088
(70,144,136)
#589B93
(88,155,147)
#6AA69E
(106,166,158)
#7CB1A9
(124,177,169)
#8EBCB4
(142,188,180)
#A0C7BF
(160,199,191)
#B2D2CA
(178,210,202)
#C4DDD5
(196,221,213)
#D6E8E0
(214,232,224)
#E8F3EB
(232,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34857D color. Also use rgb(52,133,125) instead hex code.

Text Font Color

.myTextColor { color: #34857D; }

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

This text font color is #34857D.

Background Color

.myBgColor { background-color: #34857D; }

<div style="background-color:#34857D">Inner text</div>

This div background color is #34857D.

Border color

.myBorderColor { border: 1px solid #34857D; }

<div style="border:3px solid #34857D">Div</div>

This div border color is #34857D.

Opacity

.myOpacity80 { color: #34857D; opacity: 0.8; }

<p style="color:#34857D;opacity:0.8;">80%</p>

Text with #34857D 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 #34857D;}

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

This text has shadow with #34857D color.


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

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

This text has shadow with #34857D primary color and red secondary color.


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

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

This text has shadow with #34857D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #34857D.

Preview

Color preview on black background

This text has color #34857D on black background.


Color preview on white background

This text has color #34857D on white background.


Black color preview on #34857D background

This text has black color on #34857D background.


White color preview on #34857D background

This text has white color on #34857D background.


Related colors

Complementary color

Complementary color for #hex is #CB7A82.


I love getcolorcode.com

Triadic colors

1 #7D3485 and #857D34 with #34857D are triadic colors.

2 #7D8534 and #85347D with #34857D are triadic colors.