COLOR #3B382C

HEX: #3B382C
RGB: (59,56,44)

Color info

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

RGB color model

#3B382C color RGB value is (59,56,44).

  • red value is 59;
  • green value is 56;
  • blue value is 44.
RGB:
(59,56,44)
(23%,22%,17%)

RGB channels and saturation

R 59 of 255 = 23%
G 56 of 255 = 22%
B 44 of 255 = 17%

59
56
44

R + G + B ~ 21%. #3B382C is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 56 + 44 = 159 (100%)
R 59 of 159 ~ 37.11%
G 56 of 159 ~ 35.22%
B 44 of 159 ~ 27.67%

%37.11
%35.22
%27.67

CMYK color model

#3B382C color CMYK value is (0,5,25,77).

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 25.42%
  • key color value is 76.86%
CMYK:
(0,5,25,77)
C0M5Y25K77 
(0%,5%,25%,77%)
(0.00/0.05/0.25/0.77)	

CMYK percentages

%0
%5.08
%25.42
%76.86

Codes

Color #3B382C in popluar color models

3B382C
RGB595644
HSL48°14.56%20.20%
HSB/HSV48°25.42%23.14%
CMYK0.00%5.08%25.42%
76.86%

Color #3B382C in popluar number systems.

HEX3B382C
Decimal595644
Binary111011111000101100
Octal737054

Shades and tints

Shades of #3B382C

#3B382C
(59,56,44)
#363328
(54,51,40)
#312E24
(49,46,36)
#2C2920
(44,41,32)
#27241C
(39,36,28)
#221F18
(34,31,24)
#1D1A14
(29,26,20)
#181510
(24,21,16)
#13100C
(19,16,12)
#0E0B08
(14,11,8)
#090604
(9,6,4)
#000000
(0,0,0)

Tints of #3B382C

#3B382C
(59,56,44)
#4C4A3F
(76,74,63)
#5D5C52
(93,92,82)
#6E6E65
(110,110,101)
#7F8078
(127,128,120)
#90928B
(144,146,139)
#A1A49E
(161,164,158)
#B2B6B1
(178,182,177)
#C3C8C4
(195,200,196)
#D4DAD7
(212,218,215)
#E5ECEA
(229,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B382C color. Also use rgb(59,56,44) instead hex code.

Text Font Color

.myTextColor { color: #3B382C; }

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

This text font color is #3B382C.


Background Color

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

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

This div background color is #3B382C.


Border color

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

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

This div border color is #3B382C.


Opacity

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

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

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

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

This text has shadow with #3B382C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B382C on black background.


Color preview on white background

This text has color #3B382C on white background.



Black color preview on #3B382C background

This text has black color on #3B382C background.


White color preview on #3B382C background

This text has white color on #3B382C background.