COLOR #3B4F41

HEX: #3B4F41
RGB: (59,79,65)

Color info

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

RGB color model

#3B4F41 color RGB value is (59,79,65).

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

RGB channels and saturation

R 59 of 255 = 23%
G 79 of 255 = 31%
B 65 of 255 = 25%

59
79
65

R + G + B ~ 26%. #3B4F41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 79 + 65 = 203 (100%)
R 59 of 203 ~ 29.06%
G 79 of 203 ~ 38.92%
B 65 of 203 ~ 32.02%

%29.06
%38.92
%32.02

CMYK color model

#3B4F41 color CMYK value is (25,0,18,69).

  • cyan value is 25.32%
  • magenta value is 0.00%
  • yellow value is 17.72%
  • key color value is 69.02%
CMYK:
(25,0,18,69)
C25M0Y18K69 
(25%,0%,18%,69%)
(0.25/0.00/0.18/0.69)	

CMYK percentages

%25.32
%0
%17.72
%69.02

Codes

Color #3B4F41 in popluar color models

3B4F41
RGB597965
HSL138°14.49%27.06%
HSB/HSV138°25.32%30.98%
CMYK25.32%0.00%17.72%
69.02%

Color #3B4F41 in popluar number systems.

HEX3B4F41
Decimal597965
Binary11101110011111000001
Octal73117101

Shades and tints

Shades of #3B4F41

#3B4F41
(59,79,65)
#36483C
(54,72,60)
#314137
(49,65,55)
#2C3A32
(44,58,50)
#27332D
(39,51,45)
#222C28
(34,44,40)
#1D2523
(29,37,35)
#181E1E
(24,30,30)
#131719
(19,23,25)
#0E1014
(14,16,20)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #3B4F41

#3B4F41
(59,79,65)
#4C5F52
(76,95,82)
#5D6F63
(93,111,99)
#6E7F74
(110,127,116)
#7F8F85
(127,143,133)
#909F96
(144,159,150)
#A1AFA7
(161,175,167)
#B2BFB8
(178,191,184)
#C3CFC9
(195,207,201)
#D4DFDA
(212,223,218)
#E5EFEB
(229,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4F41; }

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

This text font color is #3B4F41.


Background Color

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

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

This div background color is #3B4F41.


Border color

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

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

This div border color is #3B4F41.


Opacity

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

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

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

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

This text has shadow with #3B4F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4F41 on black background.


Color preview on white background

This text has color #3B4F41 on white background.



Black color preview on #3B4F41 background

This text has black color on #3B4F41 background.


White color preview on #3B4F41 background

This text has white color on #3B4F41 background.