COLOR #34473B

HEX: #34473B RGB: (52,71,59)

Color info

#34473B contains red, green and blue colors in about the same proportion. Web safe color of #34473B is #333333 (or #333).

RGB color model

#34473B color RGB value is (52,71,59).

RGB: (52,71,59) (20%, 28%, 23%)

RGB channels and saturation

R 52 of 255 = 20%
G 71 of 255 = 28%
B 59 of 255 = 23%

52
71
59

R + G + B ~ 24%. #34473B is dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 71 + 59 = 182 (100%)
R 52 of 182 ~ 28.57%
G 71 of 182 ~ 39.01%
B 59 of 182 ~ 32.42'%

%28.57
%39.01
%32.42

CMYK color model

#34473B color CMYK value is (27,0,17,72).

  • cyan value is 26.76%
  • magenta value is 0.00%
  • yellow value is 16.90%
  • key color value is 72.16%
CMYK: (27,0,17,72) C27M0Y17K72 (27%,0%,17%,72%) (0.27/0.00/0.17/0.72) 

CMYK percentages

%26.76
%0
%16.9
%72.16

Codes

Color #34473B in popluar color models

34 47 3B
RGB 52 71 59
HSL 142° 15.45% 24.12%
HSB/HSV 142° 26.76% 27.84%
CMYK 26.76% 0.00% 16.90%
72.16%

Color #34473B in popluar number systems.

HEX 34 47 3B
Decimal 52 71 59
Binary 110100 1000111 111011
Octal 64 107 73

Shades and tints

Shades of #34473B

#34473B
(52,71,59)
#304136
(48,65,54)
#2C3B31
(44,59,49)
#28352C
(40,53,44)
#242F27
(36,47,39)
#202922
(32,41,34)
#1C231D
(28,35,29)
#181D18
(24,29,24)
#141713
(20,23,19)
#10110E
(16,17,14)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #34473B

#34473B
(52,71,59)
#46574C
(70,87,76)
#58675D
(88,103,93)
#6A776E
(106,119,110)
#7C877F
(124,135,127)
#8E9790
(142,151,144)
#A0A7A1
(160,167,161)
#B2B7B2
(178,183,178)
#C4C7C3
(196,199,195)
#D6D7D4
(214,215,212)
#E8E7E5
(232,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34473B color. Also use rgb(52,71,59) instead hex code.

Text Font Color

.myTextColor { color: #34473B; }

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

This text font color is #34473B.

Background Color

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

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

This div background color is #34473B.

Border color

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

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

This div border color is #34473B.

Opacity

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

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

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

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

This text has shadow with #34473B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #34473B.

Preview

Color preview on black background

This text has color #34473B on black background.


Color preview on white background

This text has color #34473B on white background.


Black color preview on #34473B background

This text has black color on #34473B background.


White color preview on #34473B background

This text has white color on #34473B background.


Related colors

Complementary color

Complementary color for #hex is #CBB8C4.


I love getcolorcode.com

Triadic colors

1 #3B3447 and #473B34 with #34473B are triadic colors.

2 #3B4734 and #47343B with #34473B are triadic colors.