COLOR #3B5341

HEX: #3B5341 RGB: (59,83,65)

Color info

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

RGB color model

#3B5341 color RGB value is (59,83,65).

RGB: (59,83,65) (23%, 33%, 25%)

RGB channels and saturation

R 59 of 255 = 23%
G 83 of 255 = 33%
B 65 of 255 = 25%

59
83
65

R + G + B ~ 27%. #3B5341 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 83 + 65 = 207 (100%)
R 59 of 207 ~ 28.5%
G 83 of 207 ~ 40.1%
B 65 of 207 ~ 31.4'%

%28.5
%40.1
%31.4

CMYK color model

#3B5341 color CMYK value is (29,0,22,67).

  • cyan value is 28.92%
  • magenta value is 0.00%
  • yellow value is 21.69%
  • key color value is 67.45%

CMYK: (29,0,22,67)
C29M0Y22K67 (29%, 0%, 22%, 67%)
(0.29 / 0.00 / 0.22 / 0.67)

CMYK percentages

%28.92
%0
%21.69
%67.45

Codes

Color #3B5341 in popluar color models

3B 53 41
RGB 59 83 65
HSL 135° 16.90% 27.84%
HSB/HSV 135° 28.92% 32.55%
CMYK 28.92% 0.00% 21.69%
67.45%

Color #3B5341 in popluar number systems.

HEX 3B 53 41
Decimal 59 83 65
Binary 111011 1010011 1000001
Octal 73 123 101

Shades and tints

Shades of #3B5341

#3B5341
(59,83,65)
#364C3C
(54,76,60)
#314537
(49,69,55)
#2C3E32
(44,62,50)
#27372D
(39,55,45)
#223028
(34,48,40)
#1D2923
(29,41,35)
#18221E
(24,34,30)
#131B19
(19,27,25)
#0E1414
(14,20,20)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #3B5341

#3B5341
(59,83,65)
#4C6252
(76,98,82)
#5D7163
(93,113,99)
#6E8074
(110,128,116)
#7F8F85
(127,143,133)
#909E96
(144,158,150)
#A1ADA7
(161,173,167)
#B2BCB8
(178,188,184)
#C3CBC9
(195,203,201)
#D4DADA
(212,218,218)
#E5E9EB
(229,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5341 color. Also use rgb(59,83,65) instead hex code.

Text Font Color

.myTextColor { color: #3B5341; }

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

This text font color is #3B5341.

Background Color

.myBgColor { background-color: #3B5341; }

<div style="background-color:#3B5341">Inner text</div>

This div background color is #3B5341.

Border color

.myBorderColor { border: 1px solid #3B5341; }

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

This div border color is #3B5341.

Opacity

.myOpacity80 { color: #3B5341; opacity: 0.8; }

<p style="color:#3B5341;opacity:0.8;">80%</p>

Text with #3B5341 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 #3B5341;}

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

This text has shadow with #3B5341 color.


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

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

This text has shadow with #3B5341 primary color and red secondary color.


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

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

This text has shadow with #3B5341 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3B5341.

Preview

Color preview on black background

This text has color #3B5341 on black background.


Color preview on white background

This text has color #3B5341 on white background.


Black color preview on #3B5341 background

This text has black color on #3B5341 background.


White color preview on #3B5341 background

This text has white color on #3B5341 background.


Related colors

Complementary color

Complementary color for #hex is #C4ACBE.


I love getcolorcode.com

Triadic colors

1 #413B53 and #53413B with #3B5341 are triadic colors.

2 #41533B and #533B41 with #3B5341 are triadic colors.