COLOR #34553B

HEX: #34553B RGB: (52,85,59)

Color info

#34553B contains red, green and blue colors in about the same proportion. Web safe color of #34553B is #336633 (or #363).

RGB color model

#34553B color RGB value is (52,85,59).

RGB: (52,85,59) (20%, 33%, 23%)

RGB channels and saturation

R 52 of 255 = 20%
G 85 of 255 = 33%
B 59 of 255 = 23%

52
85
59

R + G + B ~ 25%. #34553B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 85 + 59 = 196 (100%)
R 52 of 196 ~ 26.53%
G 85 of 196 ~ 43.37%
B 59 of 196 ~ 30.1'%

%26.53
%43.37
%30.1

CMYK color model

#34553B color CMYK value is (39,0,31,67).

  • cyan value is 38.82%
  • magenta value is 0.00%
  • yellow value is 30.59%
  • key color value is 66.67%

CMYK: (39,0,31,67)
C39M0Y31K67 (39%, 0%, 31%, 67%)
(0.39 / 0.00 / 0.31 / 0.67)

CMYK percentages

%38.82
%0
%30.59
%66.67

Codes

Color #34553B in popluar color models

34 55 3B
RGB 52 85 59
HSL 133° 24.09% 26.86%
HSB/HSV 133° 38.82% 33.33%
CMYK 38.82% 0.00% 30.59%
66.67%

Color #34553B in popluar number systems.

HEX 34 55 3B
Decimal 52 85 59
Binary 110100 1010101 111011
Octal 64 125 73

Shades and tints

Shades of #34553B

#34553B
(52,85,59)
#304E36
(48,78,54)
#2C4731
(44,71,49)
#28402C
(40,64,44)
#243927
(36,57,39)
#203222
(32,50,34)
#1C2B1D
(28,43,29)
#182418
(24,36,24)
#141D13
(20,29,19)
#10160E
(16,22,14)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #34553B

#34553B
(52,85,59)
#46644C
(70,100,76)
#58735D
(88,115,93)
#6A826E
(106,130,110)
#7C917F
(124,145,127)
#8EA090
(142,160,144)
#A0AFA1
(160,175,161)
#B2BEB2
(178,190,178)
#C4CDC3
(196,205,195)
#D6DCD4
(214,220,212)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34553B; }

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

This text font color is #34553B.

Background Color

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

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

This div background color is #34553B.

Border color

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

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

This div border color is #34553B.

Opacity

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

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

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

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

This text has shadow with #34553B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #34553B.

Preview

Color preview on black background

This text has color #34553B on black background.


Color preview on white background

This text has color #34553B on white background.


Black color preview on #34553B background

This text has black color on #34553B background.


White color preview on #34553B background

This text has white color on #34553B background.


Related colors

Complementary color

Complementary color for #hex is #CBAAC4.


I love getcolorcode.com

Triadic colors

1 #3B3455 and #553B34 with #34553B are triadic colors.

2 #3B5534 and #55343B with #34553B are triadic colors.