COLOR #34826C

HEX: #34826C RGB: (52,130,108)

Color info

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

RGB color model

#34826C color RGB value is (52,130,108).

RGB: (52,130,108) (20%, 51%, 42%)

RGB channels and saturation

R 52 of 255 = 20%
G 130 of 255 = 51%
B 108 of 255 = 42%

52
130
108

R + G + B ~ 38%. #34826C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 130 + 108 = 290 (100%)
R 52 of 290 ~ 17.93%
G 130 of 290 ~ 44.83%
B 108 of 290 ~ 37.24'%

%17.93
%44.83
%37.24

CMYK color model

#34826C color CMYK value is (60,0,17,49).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 16.92%
  • key color value is 49.02%

CMYK: (60,0,17,49)
C60M0Y17K49 (60%, 0%, 17%, 49%)
(0.60 / 0.00 / 0.17 / 0.49)

CMYK percentages

%60
%0
%16.92
%49.02

Codes

Color #34826C in popluar color models

34 82 6C
RGB 52 130 108
HSL 163° 42.86% 35.69%
HSB/HSV 163° 60.00% 50.98%
CMYK 60.00% 0.00% 16.92%
49.02%

Color #34826C in popluar number systems.

HEX 34 82 6C
Decimal 52 130 108
Binary 110100 10000010 1101100
Octal 64 202 154

Shades and tints

Shades of #34826C

#34826C
(52,130,108)
#307763
(48,119,99)
#2C6C5A
(44,108,90)
#286151
(40,97,81)
#245648
(36,86,72)
#204B3F
(32,75,63)
#1C4036
(28,64,54)
#18352D
(24,53,45)
#142A24
(20,42,36)
#101F1B
(16,31,27)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #34826C

#34826C
(52,130,108)
#468D79
(70,141,121)
#589886
(88,152,134)
#6AA393
(106,163,147)
#7CAEA0
(124,174,160)
#8EB9AD
(142,185,173)
#A0C4BA
(160,196,186)
#B2CFC7
(178,207,199)
#C4DAD4
(196,218,212)
#D6E5E1
(214,229,225)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34826C color. Also use rgb(52,130,108) instead hex code.

Text Font Color

.myTextColor { color: #34826C; }

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

This text font color is #34826C.

Background Color

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

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

This div background color is #34826C.

Border color

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

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

This div border color is #34826C.

Opacity

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

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

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

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

This text has shadow with #34826C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #34826C.

Preview

Color preview on black background

This text has color #34826C on black background.


Color preview on white background

This text has color #34826C on white background.


Black color preview on #34826C background

This text has black color on #34826C background.


White color preview on #34826C background

This text has white color on #34826C background.


Related colors

Complementary color

Complementary color for #hex is #CB7D93.


I love getcolorcode.com

Triadic colors

1 #6C3482 and #826C34 with #34826C are triadic colors.

2 #6C8234 and #82346C with #34826C are triadic colors.