COLOR #34675B

HEX: #34675B RGB: (52,103,91)

Color info

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

RGB color model

#34675B color RGB value is (52,103,91).

RGB: (52,103,91) (20%, 40%, 36%)

RGB channels and saturation

R 52 of 255 = 20%
G 103 of 255 = 40%
B 91 of 255 = 36%

52
103
91

R + G + B ~ 32%. #34675B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 103 + 91 = 246 (100%)
R 52 of 246 ~ 21.14%
G 103 of 246 ~ 41.87%
B 91 of 246 ~ 36.99'%

%21.14
%41.87
%36.99

CMYK color model

#34675B color CMYK value is (50,0,12,60).

  • cyan value is 49.51%
  • magenta value is 0.00%
  • yellow value is 11.65%
  • key color value is 59.61%

CMYK: (50,0,12,60)
C50M0Y12K60 (50%, 0%, 12%, 60%)
(0.50 / 0.00 / 0.12 / 0.60)

CMYK percentages

%49.51
%0
%11.65
%59.61

Codes

Color #34675B in popluar color models

34 67 5B
RGB 52 103 91
HSL 166° 32.90% 30.39%
HSB/HSV 166° 49.51% 40.39%
CMYK 49.51% 0.00% 11.65%
59.61%

Color #34675B in popluar number systems.

HEX 34 67 5B
Decimal 52 103 91
Binary 110100 1100111 1011011
Octal 64 147 133

Shades and tints

Shades of #34675B

#34675B
(52,103,91)
#305E53
(48,94,83)
#2C554B
(44,85,75)
#284C43
(40,76,67)
#24433B
(36,67,59)
#203A33
(32,58,51)
#1C312B
(28,49,43)
#182823
(24,40,35)
#141F1B
(20,31,27)
#101613
(16,22,19)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #34675B

#34675B
(52,103,91)
#467469
(70,116,105)
#588177
(88,129,119)
#6A8E85
(106,142,133)
#7C9B93
(124,155,147)
#8EA8A1
(142,168,161)
#A0B5AF
(160,181,175)
#B2C2BD
(178,194,189)
#C4CFCB
(196,207,203)
#D6DCD9
(214,220,217)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34675B color. Also use rgb(52,103,91) instead hex code.

Text Font Color

.myTextColor { color: #34675B; }

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

This text font color is #34675B.

Background Color

.myBgColor { background-color: #34675B; }

<div style="background-color:#34675B">Inner text</div>

This div background color is #34675B.

Border color

.myBorderColor { border: 1px solid #34675B; }

<div style="border:3px solid #34675B">Div</div>

This div border color is #34675B.

Opacity

.myOpacity80 { color: #34675B; opacity: 0.8; }

<p style="color:#34675B;opacity:0.8;">80%</p>

Text with #34675B 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 #34675B;}

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

This text has shadow with #34675B color.


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

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

This text has shadow with #34675B primary color and red secondary color.


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

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

This text has shadow with #34675B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #34675B.

Preview

Color preview on black background

This text has color #34675B on black background.


Color preview on white background

This text has color #34675B on white background.


Black color preview on #34675B background

This text has black color on #34675B background.


White color preview on #34675B background

This text has white color on #34675B background.


Related colors

Complementary color

Complementary color for #hex is #CB98A4.


I love getcolorcode.com

Triadic colors

1 #5B3467 and #675B34 with #34675B are triadic colors.

2 #5B6734 and #67345B with #34675B are triadic colors.