COLOR #3B5142

HEX: #3B5142
RGB: (59,81,66)

Color info

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

RGB color model

#3B5142 color RGB value is (59,81,66).

  • red value is 59;
  • green value is 81;
  • blue value is 66.
RGB:
(59,81,66)
(23%,32%,26%)

RGB channels and saturation

R 59 of 255 = 23%
G 81 of 255 = 32%
B 66 of 255 = 26%

59
81
66

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

Portions of RGB colors in percentages

R + G + B =
59 + 81 + 66 = 206 (100%)
R 59 of 206 ~ 28.64%
G 81 of 206 ~ 39.32%
B 66 of 206 ~ 32.04%

%28.64
%39.32
%32.04

CMYK color model

#3B5142 color CMYK value is (27,0,19,68).

  • cyan value is 27.16%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 68.24%
CMYK:
(27,0,19,68)
C27M0Y19K68 
(27%,0%,19%,68%)
(0.27/0.00/0.19/0.68)	

CMYK percentages

%27.16
%0
%18.52
%68.24

Codes

Color #3B5142 in popluar color models

3B5142
RGB598166
HSL139°15.71%27.45%
HSB/HSV139°27.16%31.76%
CMYK27.16%0.00%18.52%
68.24%

Color #3B5142 in popluar number systems.

HEX3B5142
Decimal598166
Binary11101110100011000010
Octal73121102

Shades and tints

Shades of #3B5142

#3B5142
(59,81,66)
#364A3C
(54,74,60)
#314336
(49,67,54)
#2C3C30
(44,60,48)
#27352A
(39,53,42)
#222E24
(34,46,36)
#1D271E
(29,39,30)
#182018
(24,32,24)
#131912
(19,25,18)
#0E120C
(14,18,12)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #3B5142

#3B5142
(59,81,66)
#4C6053
(76,96,83)
#5D6F64
(93,111,100)
#6E7E75
(110,126,117)
#7F8D86
(127,141,134)
#909C97
(144,156,151)
#A1ABA8
(161,171,168)
#B2BAB9
(178,186,185)
#C3C9CA
(195,201,202)
#D4D8DB
(212,216,219)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5142 color. Also use rgb(59,81,66) instead hex code.

Text Font Color

.myTextColor { color: #3B5142; }

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

This text font color is #3B5142.


Background Color

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

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

This div background color is #3B5142.


Border color

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

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

This div border color is #3B5142.


Opacity

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

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

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

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

This text has shadow with #3B5142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5142 on black background.


Color preview on white background

This text has color #3B5142 on white background.



Black color preview on #3B5142 background

This text has black color on #3B5142 background.


White color preview on #3B5142 background

This text has white color on #3B5142 background.