COLOR #34371D

HEX: #34371D RGB: (52,55,29)

Color info

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

RGB color model

#34371D color RGB value is (52,55,29).

RGB: (52,55,29) (20%, 22%, 11%)

RGB channels and saturation

R 52 of 255 = 20%
G 55 of 255 = 22%
B 29 of 255 = 11%

52
55
29

R + G + B ~ 18%. #34371D is dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 55 + 29 = 136 (100%)
R 52 of 136 ~ 38.24%
G 55 of 136 ~ 40.44%
B 29 of 136 ~ 21.32'%

%38.24
%40.44
%21.32

CMYK color model

#34371D color CMYK value is (5,0,47,78).

  • cyan value is 5.45%
  • magenta value is 0.00%
  • yellow value is 47.27%
  • key color value is 78.43%

CMYK: (5,0,47,78)
C5M0Y47K78 (5%, 0%, 47%, 78%)
(0.05 / 0.00 / 0.47 / 0.78)

CMYK percentages

%5.45
%0
%47.27
%78.43

Codes

Color #34371D in popluar color models

34 37 1D
RGB 52 55 29
HSL 67° 30.95% 16.47%
HSB/HSV 67° 47.27% 21.57%
CMYK 5.45% 0.00% 47.27%
78.43%

Color #34371D in popluar number systems.

HEX 34 37 1D
Decimal 52 55 29
Binary 110100 110111 11101
Octal 64 67 35

Shades and tints

Shades of #34371D

#34371D
(52,55,29)
#30321B
(48,50,27)
#2C2D19
(44,45,25)
#282817
(40,40,23)
#242315
(36,35,21)
#201E13
(32,30,19)
#1C1911
(28,25,17)
#18140F
(24,20,15)
#140F0D
(20,15,13)
#100A0B
(16,10,11)
#0C0509
(12,5,9)
#000000
(0,0,0)

Tints of #34371D

#34371D
(52,55,29)
#464931
(70,73,49)
#585B45
(88,91,69)
#6A6D59
(106,109,89)
#7C7F6D
(124,127,109)
#8E9181
(142,145,129)
#A0A395
(160,163,149)
#B2B5A9
(178,181,169)
#C4C7BD
(196,199,189)
#D6D9D1
(214,217,209)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34371D color. Also use rgb(52,55,29) instead hex code.

Text Font Color

.myTextColor { color: #34371D; }

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

This text font color is #34371D.

Background Color

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

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

This div background color is #34371D.

Border color

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

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

This div border color is #34371D.

Opacity

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

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

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

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

This text has shadow with #34371D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #34371D.

Preview

Color preview on black background

This text has color #34371D on black background.


Color preview on white background

This text has color #34371D on white background.


Black color preview on #34371D background

This text has black color on #34371D background.


White color preview on #34371D background

This text has white color on #34371D background.


Related colors

Complementary color

Complementary color for #hex is #CBC8E2.


I love getcolorcode.com

Triadic colors

1 #1D3437 and #371D34 with #34371D are triadic colors.

2 #1D3734 and #37341D with #34371D are triadic colors.