COLOR #3B6B51

HEX: #3B6B51
RGB: (59,107,81)

Color info

#3B6B51 contains red, green and blue colors in about the same proportion. Web safe color of #3B6B51 is #336666 (or #366).

RGB color model

#3B6B51 color RGB value is (59,107,81).

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

RGB channels and saturation

R 59 of 255 = 23%
G 107 of 255 = 42%
B 81 of 255 = 32%

59
107
81

R + G + B ~ 32%. #3B6B51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 107 + 81 = 247 (100%)
R 59 of 247 ~ 23.89%
G 107 of 247 ~ 43.32%
B 81 of 247 ~ 32.79%

%23.89
%43.32
%32.79

CMYK color model

#3B6B51 color CMYK value is (45,0,24,58).

  • cyan value is 44.86%
  • magenta value is 0.00%
  • yellow value is 24.30%
  • key color value is 58.04%
CMYK: (45,0,24,58) C45M0Y24K58 (45%,0%,24%,58%) (0.45/0.00/0.24/0.58)

CMYK percentages

%44.86
%0
%24.3
%58.04

Codes

Color #3B6B51 in popluar color models

3B6B51
RGB5910781
HSL148°28.92%32.55%
HSB/HSV148°44.86%41.96%
CMYK44.86%0.00%24.30%
58.04%

Color #3B6B51 in popluar number systems.

HEX3B6B51
Decimal5910781
Binary11101111010111010001
Octal73153121

Shades and tints

Shades of #3B6B51

#3B6B51
(59,107,81)
#36624A
(54,98,74)
#315943
(49,89,67)
#2C503C
(44,80,60)
#274735
(39,71,53)
#223E2E
(34,62,46)
#1D3527
(29,53,39)
#182C20
(24,44,32)
#132319
(19,35,25)
#0E1A12
(14,26,18)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #3B6B51

#3B6B51
(59,107,81)
#4C7860
(76,120,96)
#5D856F
(93,133,111)
#6E927E
(110,146,126)
#7F9F8D
(127,159,141)
#90AC9C
(144,172,156)
#A1B9AB
(161,185,171)
#B2C6BA
(178,198,186)
#C3D3C9
(195,211,201)
#D4E0D8
(212,224,216)
#E5EDE7
(229,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6B51; }

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

This text font color is #3B6B51.


Background Color

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

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

This div background color is #3B6B51.


Border color

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

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

This div border color is #3B6B51.


Opacity

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

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

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

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

This text has shadow with #3B6B51 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3B6B51 on black background.


Color preview on white background

This text has color #3B6B51 on white background.



Black color preview on #3B6B51 background

This text has black color on #3B6B51 background.


White color preview on #3B6B51 background

This text has white color on #3B6B51 background.