COLOR #3B7B6E

HEX: #3B7B6E
RGB: (59,123,110)

Color info

#3B7B6E contains mainly green and blue colors. Web safe color of #3B7B6E is #336666 (or #366).

RGB color model

#3B7B6E color RGB value is (59,123,110).

  • red value is 59;
  • green value is 123;
  • blue value is 110.
RGB:
(59,123,110)
(23%,48%,43%)

RGB channels and saturation

R 59 of 255 = 23%
G 123 of 255 = 48%
B 110 of 255 = 43%

59
123
110

R + G + B ~ 38%. #3B7B6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 123 + 110 = 292 (100%)
R 59 of 292 ~ 20.21%
G 123 of 292 ~ 42.12%
B 110 of 292 ~ 37.67%

%20.21
%42.12
%37.67

CMYK color model

#3B7B6E color CMYK value is (52,0,11,52).

  • cyan value is 52.03%
  • magenta value is 0.00%
  • yellow value is 10.57%
  • key color value is 51.76%
CMYK:
(52,0,11,52)
C52M0Y11K52 
(52%,0%,11%,52%)
(0.52/0.00/0.11/0.52)	

CMYK percentages

%52.03
%0
%10.57
%51.76

Codes

Color #3B7B6E in popluar color models

3B7B6E
RGB59123110
HSL168°35.16%35.69%
HSB/HSV168°52.03%48.24%
CMYK52.03%0.00%10.57%
51.76%

Color #3B7B6E in popluar number systems.

HEX3B7B6E
Decimal59123110
Binary11101111110111101110
Octal73173156

Shades and tints

Shades of #3B7B6E

#3B7B6E
(59,123,110)
#367064
(54,112,100)
#31655A
(49,101,90)
#2C5A50
(44,90,80)
#274F46
(39,79,70)
#22443C
(34,68,60)
#1D3932
(29,57,50)
#182E28
(24,46,40)
#13231E
(19,35,30)
#0E1814
(14,24,20)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #3B7B6E

#3B7B6E
(59,123,110)
#4C877B
(76,135,123)
#5D9388
(93,147,136)
#6E9F95
(110,159,149)
#7FABA2
(127,171,162)
#90B7AF
(144,183,175)
#A1C3BC
(161,195,188)
#B2CFC9
(178,207,201)
#C3DBD6
(195,219,214)
#D4E7E3
(212,231,227)
#E5F3F0
(229,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7B6E color. Also use rgb(59,123,110) instead hex code.

Text Font Color

.myTextColor { color: #3B7B6E; }

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

This text font color is #3B7B6E.


Background Color

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

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

This div background color is #3B7B6E.


Border color

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

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

This div border color is #3B7B6E.


Opacity

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

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

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

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

This text has shadow with #3B7B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7B6E on black background.


Color preview on white background

This text has color #3B7B6E on white background.



Black color preview on #3B7B6E background

This text has black color on #3B7B6E background.


White color preview on #3B7B6E background

This text has white color on #3B7B6E background.