COLOR #3B482D

HEX: #3B482D RGB: (59,72,45)

Color info

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

RGB color model

#3B482D color RGB value is (59,72,45).

RGB: (59,72,45) (23%, 28%, 18%)

RGB channels and saturation

R 59 of 255 = 23%
G 72 of 255 = 28%
B 45 of 255 = 18%

59
72
45

R + G + B ~ 23%. #3B482D is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 72 + 45 = 176 (100%)
R 59 of 176 ~ 33.52%
G 72 of 176 ~ 40.91%
B 45 of 176 ~ 25.57'%

%33.52
%40.91
%25.57

CMYK color model

#3B482D color CMYK value is (18,0,38,72).

  • cyan value is 18.06%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 71.76%

CMYK: (18,0,38,72)
C18M0Y38K72 (18%, 0%, 38%, 72%)
(0.18 / 0.00 / 0.38 / 0.72)

CMYK percentages

%18.06
%0
%37.5
%71.76

Codes

Color #3B482D in popluar color models

3B 48 2D
RGB 59 72 45
HSL 89° 23.08% 22.94%
HSB/HSV 89° 37.50% 28.24%
CMYK 18.06% 0.00% 37.50%
71.76%

Color #3B482D in popluar number systems.

HEX 3B 48 2D
Decimal 59 72 45
Binary 111011 1001000 101101
Octal 73 110 55

Shades and tints

Shades of #3B482D

#3B482D
(59,72,45)
#364229
(54,66,41)
#313C25
(49,60,37)
#2C3621
(44,54,33)
#27301D
(39,48,29)
#222A19
(34,42,25)
#1D2415
(29,36,21)
#181E11
(24,30,17)
#13180D
(19,24,13)
#0E1209
(14,18,9)
#090C05
(9,12,5)
#000000
(0,0,0)

Tints of #3B482D

#3B482D
(59,72,45)
#4C5840
(76,88,64)
#5D6853
(93,104,83)
#6E7866
(110,120,102)
#7F8879
(127,136,121)
#90988C
(144,152,140)
#A1A89F
(161,168,159)
#B2B8B2
(178,184,178)
#C3C8C5
(195,200,197)
#D4D8D8
(212,216,216)
#E5E8EB
(229,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B482D color. Also use rgb(59,72,45) instead hex code.

Text Font Color

.myTextColor { color: #3B482D; }

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

This text font color is #3B482D.

Background Color

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

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

This div background color is #3B482D.

Border color

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

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

This div border color is #3B482D.

Opacity

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

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

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

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

This text has shadow with #3B482D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B482D.

Preview

Color preview on black background

This text has color #3B482D on black background.


Color preview on white background

This text has color #3B482D on white background.


Black color preview on #3B482D background

This text has black color on #3B482D background.


White color preview on #3B482D background

This text has white color on #3B482D background.


Related colors

Complementary color

Complementary color for #hex is #C4B7D2.


I love getcolorcode.com

Triadic colors

1 #2D3B48 and #482D3B with #3B482D are triadic colors.

2 #2D483B and #483B2D with #3B482D are triadic colors.