COLOR #34815A

HEX: #34815A RGB: (52,129,90)

Color info

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

RGB color model

#34815A color RGB value is (52,129,90).

RGB: (52,129,90) (20%, 51%, 35%)

RGB channels and saturation

R 52 of 255 = 20%
G 129 of 255 = 51%
B 90 of 255 = 35%

52
129
90

R + G + B ~ 35%. #34815A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 129 + 90 = 271 (100%)
R 52 of 271 ~ 19.19%
G 129 of 271 ~ 47.6%
B 90 of 271 ~ 33.21'%

%19.19
%47.6
%33.21

CMYK color model

#34815A color CMYK value is (60,0,30,49).

  • cyan value is 59.69%
  • magenta value is 0.00%
  • yellow value is 30.23%
  • key color value is 49.41%

CMYK: (60,0,30,49)
C60M0Y30K49 (60%, 0%, 30%, 49%)
(0.60 / 0.00 / 0.30 / 0.49)

CMYK percentages

%59.69
%0
%30.23
%49.41

Codes

Color #34815A in popluar color models

34 81 5A
RGB 52 129 90
HSL 150° 42.54% 35.49%
HSB/HSV 150° 59.69% 50.59%
CMYK 59.69% 0.00% 30.23%
49.41%

Color #34815A in popluar number systems.

HEX 34 81 5A
Decimal 52 129 90
Binary 110100 10000001 1011010
Octal 64 201 132

Shades and tints

Shades of #34815A

#34815A
(52,129,90)
#307652
(48,118,82)
#2C6B4A
(44,107,74)
#286042
(40,96,66)
#24553A
(36,85,58)
#204A32
(32,74,50)
#1C3F2A
(28,63,42)
#183422
(24,52,34)
#14291A
(20,41,26)
#101E12
(16,30,18)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #34815A

#34815A
(52,129,90)
#468C69
(70,140,105)
#589778
(88,151,120)
#6AA287
(106,162,135)
#7CAD96
(124,173,150)
#8EB8A5
(142,184,165)
#A0C3B4
(160,195,180)
#B2CEC3
(178,206,195)
#C4D9D2
(196,217,210)
#D6E4E1
(214,228,225)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34815A color. Also use rgb(52,129,90) instead hex code.

Text Font Color

.myTextColor { color: #34815A; }

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

This text font color is #34815A.

Background Color

.myBgColor { background-color: #34815A; }

<div style="background-color:#34815A">Inner text</div>

This div background color is #34815A.

Border color

.myBorderColor { border: 1px solid #34815A; }

<div style="border:3px solid #34815A">Div</div>

This div border color is #34815A.

Opacity

.myOpacity80 { color: #34815A; opacity: 0.8; }

<p style="color:#34815A;opacity:0.8;">80%</p>

Text with #34815A 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 #34815A;}

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

This text has shadow with #34815A color.


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

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

This text has shadow with #34815A primary color and red secondary color.


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

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

This text has shadow with #34815A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #34815A.

Preview

Color preview on black background

This text has color #34815A on black background.


Color preview on white background

This text has color #34815A on white background.


Black color preview on #34815A background

This text has black color on #34815A background.


White color preview on #34815A background

This text has white color on #34815A background.


Related colors

Complementary color

Complementary color for #hex is #CB7EA5.


I love getcolorcode.com

Triadic colors

1 #5A3481 and #815A34 with #34815A are triadic colors.

2 #5A8134 and #81345A with #34815A are triadic colors.