COLOR #3B4F44

HEX: #3B4F44
RGB: (59,79,68)

Color info

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

RGB color model

#3B4F44 color RGB value is (59,79,68).

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

RGB channels and saturation

R 59 of 255 = 23%
G 79 of 255 = 31%
B 68 of 255 = 27%

59
79
68

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

Portions of RGB colors in percentages

R + G + B =
59 + 79 + 68 = 206 (100%)
R 59 of 206 ~ 28.64%
G 79 of 206 ~ 38.35%
B 68 of 206 ~ 33.01%

%28.64
%38.35
%33.01

CMYK color model

#3B4F44 color CMYK value is (25,0,14,69).

  • cyan value is 25.32%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 69.02%
CMYK:
(25,0,14,69)
C25M0Y14K69 
(25%,0%,14%,69%)
(0.25/0.00/0.14/0.69)	

CMYK percentages

%25.32
%0
%13.92
%69.02

Codes

Color #3B4F44 in popluar color models

3B4F44
RGB597968
HSL147°14.49%27.06%
HSB/HSV147°25.32%30.98%
CMYK25.32%0.00%13.92%
69.02%

Color #3B4F44 in popluar number systems.

HEX3B4F44
Decimal597968
Binary11101110011111000100
Octal73117104

Shades and tints

Shades of #3B4F44

#3B4F44
(59,79,68)
#36483E
(54,72,62)
#314138
(49,65,56)
#2C3A32
(44,58,50)
#27332C
(39,51,44)
#222C26
(34,44,38)
#1D2520
(29,37,32)
#181E1A
(24,30,26)
#131714
(19,23,20)
#0E100E
(14,16,14)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #3B4F44

#3B4F44
(59,79,68)
#4C5F55
(76,95,85)
#5D6F66
(93,111,102)
#6E7F77
(110,127,119)
#7F8F88
(127,143,136)
#909F99
(144,159,153)
#A1AFAA
(161,175,170)
#B2BFBB
(178,191,187)
#C3CFCC
(195,207,204)
#D4DFDD
(212,223,221)
#E5EFEE
(229,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4F44; }

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

This text font color is #3B4F44.


Background Color

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

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

This div background color is #3B4F44.


Border color

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

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

This div border color is #3B4F44.


Opacity

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

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

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

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

This text has shadow with #3B4F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4F44 on black background.


Color preview on white background

This text has color #3B4F44 on white background.



Black color preview on #3B4F44 background

This text has black color on #3B4F44 background.


White color preview on #3B4F44 background

This text has white color on #3B4F44 background.