COLOR #3B4539

HEX: #3B4539 RGB: (59,69,57)

Color info

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

RGB color model

#3B4539 color RGB value is (59,69,57).

RGB: (59,69,57) (23%, 27%, 22%)

RGB channels and saturation

R 59 of 255 = 23%
G 69 of 255 = 27%
B 57 of 255 = 22%

59
69
57

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

Portions of RGB colors in percentages

R + G + B = 59 + 69 + 57 = 185 (100%)
R 59 of 185 ~ 31.89%
G 69 of 185 ~ 37.3%
B 57 of 185 ~ 30.81'%

%31.89
%37.3
%30.81

CMYK color model

#3B4539 color CMYK value is (14,0,17,73).

  • cyan value is 14.49%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 72.94%

CMYK: (14,0,17,73)
C14M0Y17K73 (14%, 0%, 17%, 73%)
(0.14 / 0.00 / 0.17 / 0.73)

CMYK percentages

%14.49
%0
%17.39
%72.94

Codes

Color #3B4539 in popluar color models

3B 45 39
RGB 59 69 57
HSL 110° 9.52% 24.71%
HSB/HSV 110° 17.39% 27.06%
CMYK 14.49% 0.00% 17.39%
72.94%

Color #3B4539 in popluar number systems.

HEX 3B 45 39
Decimal 59 69 57
Binary 111011 1000101 111001
Octal 73 105 71

Shades and tints

Shades of #3B4539

#3B4539
(59,69,57)
#363F34
(54,63,52)
#31392F
(49,57,47)
#2C332A
(44,51,42)
#272D25
(39,45,37)
#222720
(34,39,32)
#1D211B
(29,33,27)
#181B16
(24,27,22)
#131511
(19,21,17)
#0E0F0C
(14,15,12)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #3B4539

#3B4539
(59,69,57)
#4C554B
(76,85,75)
#5D655D
(93,101,93)
#6E756F
(110,117,111)
#7F8581
(127,133,129)
#909593
(144,149,147)
#A1A5A5
(161,165,165)
#B2B5B7
(178,181,183)
#C3C5C9
(195,197,201)
#D4D5DB
(212,213,219)
#E5E5ED
(229,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4539 color. Also use rgb(59,69,57) instead hex code.

Text Font Color

.myTextColor { color: #3B4539; }

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

This text font color is #3B4539.

Background Color

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

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

This div background color is #3B4539.

Border color

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

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

This div border color is #3B4539.

Opacity

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

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

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

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

This text has shadow with #3B4539 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4539.

Preview

Color preview on black background

This text has color #3B4539 on black background.


Color preview on white background

This text has color #3B4539 on white background.


Black color preview on #3B4539 background

This text has black color on #3B4539 background.


White color preview on #3B4539 background

This text has white color on #3B4539 background.


Related colors

Complementary color

Complementary color for #hex is #C4BAC6.


I love getcolorcode.com

Triadic colors

1 #393B45 and #45393B with #3B4539 are triadic colors.

2 #39453B and #453B39 with #3B4539 are triadic colors.