COLOR #3B443C

HEX: #3B443C
RGB: (59,68,60)

Color info

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

RGB color model

#3B443C color RGB value is (59,68,60).

  • red value is 59;
  • green value is 68;
  • blue value is 60.
RGB:
(59,68,60)
(23%,27%,24%)

RGB channels and saturation

R 59 of 255 = 23%
G 68 of 255 = 27%
B 60 of 255 = 24%

59
68
60

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

Portions of RGB colors in percentages

R + G + B =
59 + 68 + 60 = 187 (100%)
R 59 of 187 ~ 31.55%
G 68 of 187 ~ 36.36%
B 60 of 187 ~ 32.09%

%31.55
%36.36
%32.09

CMYK color model

#3B443C color CMYK value is (13,0,12,73).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 73.33%
CMYK:
(13,0,12,73)
C13M0Y12K73 
(13%,0%,12%,73%)
(0.13/0.00/0.12/0.73)	

CMYK percentages

%13.24
%0
%11.76
%73.33

Codes

Color #3B443C in popluar color models

3B443C
RGB596860
HSL127°7.09%24.90%
HSB/HSV127°13.24%26.67%
CMYK13.24%0.00%11.76%
73.33%

Color #3B443C in popluar number systems.

HEX3B443C
Decimal596860
Binary1110111000100111100
Octal7310474

Shades and tints

Shades of #3B443C

#3B443C
(59,68,60)
#363E37
(54,62,55)
#313832
(49,56,50)
#2C322D
(44,50,45)
#272C28
(39,44,40)
#222623
(34,38,35)
#1D201E
(29,32,30)
#181A19
(24,26,25)
#131414
(19,20,20)
#0E0E0F
(14,14,15)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #3B443C

#3B443C
(59,68,60)
#4C554D
(76,85,77)
#5D665E
(93,102,94)
#6E776F
(110,119,111)
#7F8880
(127,136,128)
#909991
(144,153,145)
#A1AAA2
(161,170,162)
#B2BBB3
(178,187,179)
#C3CCC4
(195,204,196)
#D4DDD5
(212,221,213)
#E5EEE6
(229,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B443C color. Also use rgb(59,68,60) instead hex code.

Text Font Color

.myTextColor { color: #3B443C; }

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

This text font color is #3B443C.


Background Color

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

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

This div background color is #3B443C.


Border color

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

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

This div border color is #3B443C.


Opacity

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

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

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

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

This text has shadow with #3B443C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B443C on black background.


Color preview on white background

This text has color #3B443C on white background.



Black color preview on #3B443C background

This text has black color on #3B443C background.


White color preview on #3B443C background

This text has white color on #3B443C background.