COLOR #3B6A4D

HEX: #3B6A4D
RGB: (59,106,77)

Color info

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

RGB color model

#3B6A4D color RGB value is (59,106,77).

  • red value is 59;
  • green value is 106;
  • blue value is 77.
RGB: (59,106,77) (23%,42%,30%)

RGB channels and saturation

R 59 of 255 = 23%
G 106 of 255 = 42%
B 77 of 255 = 30%

59
106
77

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

Portions of RGB colors in percentages

R + G + B =
59 + 106 + 77 = 242 (100%)
R 59 of 242 ~ 24.38%
G 106 of 242 ~ 43.8%
B 77 of 242 ~ 31.82%

%24.38
%43.8
%31.82

CMYK color model

#3B6A4D color CMYK value is (44,0,27,58).

  • cyan value is 44.34%
  • magenta value is 0.00%
  • yellow value is 27.36%
  • key color value is 58.43%
CMYK: (44,0,27,58) C44M0Y27K58 (44%,0%,27%,58%) (0.44/0.00/0.27/0.58)

CMYK percentages

%44.34
%0
%27.36
%58.43

Codes

Color #3B6A4D in popluar color models

3B6A4D
RGB5910677
HSL143°28.48%32.35%
HSB/HSV143°44.34%41.57%
CMYK44.34%0.00%27.36%
58.43%

Color #3B6A4D in popluar number systems.

HEX3B6A4D
Decimal5910677
Binary11101111010101001101
Octal73152115

Shades and tints

Shades of #3B6A4D

#3B6A4D
(59,106,77)
#366146
(54,97,70)
#31583F
(49,88,63)
#2C4F38
(44,79,56)
#274631
(39,70,49)
#223D2A
(34,61,42)
#1D3423
(29,52,35)
#182B1C
(24,43,28)
#132215
(19,34,21)
#0E190E
(14,25,14)
#091007
(9,16,7)
#000000
(0,0,0)

Tints of #3B6A4D

#3B6A4D
(59,106,77)
#4C775D
(76,119,93)
#5D846D
(93,132,109)
#6E917D
(110,145,125)
#7F9E8D
(127,158,141)
#90AB9D
(144,171,157)
#A1B8AD
(161,184,173)
#B2C5BD
(178,197,189)
#C3D2CD
(195,210,205)
#D4DFDD
(212,223,221)
#E5ECED
(229,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6A4D color. Also use rgb(59,106,77) instead hex code.

Text Font Color

.myTextColor { color: #3B6A4D; }

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

This text font color is #3B6A4D.


Background Color

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

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

This div background color is #3B6A4D.


Border color

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

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

This div border color is #3B6A4D.


Opacity

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

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

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

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

This text has shadow with #3B6A4D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3B6A4D on black background.


Color preview on white background

This text has color #3B6A4D on white background.



Black color preview on #3B6A4D background

This text has black color on #3B6A4D background.


White color preview on #3B6A4D background

This text has white color on #3B6A4D background.