COLOR #3B7360

HEX: #3B7360
RGB: (59,115,96)

Color info

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

RGB color model

#3B7360 color RGB value is (59,115,96).

  • red value is 59;
  • green value is 115;
  • blue value is 96.
RGB:
(59,115,96)
(23%,45%,38%)

RGB channels and saturation

R 59 of 255 = 23%
G 115 of 255 = 45%
B 96 of 255 = 38%

59
115
96

R + G + B ~ 35%. #3B7360 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 115 + 96 = 270 (100%)
R 59 of 270 ~ 21.85%
G 115 of 270 ~ 42.59%
B 96 of 270 ~ 35.56%

%21.85
%42.59
%35.56

CMYK color model

#3B7360 color CMYK value is (49,0,17,55).

  • cyan value is 48.70%
  • magenta value is 0.00%
  • yellow value is 16.52%
  • key color value is 54.90%
CMYK:
(49,0,17,55)
C49M0Y17K55 
(49%,0%,17%,55%)
(0.49/0.00/0.17/0.55)	

CMYK percentages

%48.7
%0
%16.52
%54.9

Codes

Color #3B7360 in popluar color models

3B7360
RGB5911596
HSL160°32.18%34.12%
HSB/HSV160°48.70%45.10%
CMYK48.70%0.00%16.52%
54.90%

Color #3B7360 in popluar number systems.

HEX3B7360
Decimal5911596
Binary11101111100111100000
Octal73163140

Shades and tints

Shades of #3B7360

#3B7360
(59,115,96)
#366958
(54,105,88)
#315F50
(49,95,80)
#2C5548
(44,85,72)
#274B40
(39,75,64)
#224138
(34,65,56)
#1D3730
(29,55,48)
#182D28
(24,45,40)
#132320
(19,35,32)
#0E1918
(14,25,24)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #3B7360

#3B7360
(59,115,96)
#4C7F6E
(76,127,110)
#5D8B7C
(93,139,124)
#6E978A
(110,151,138)
#7FA398
(127,163,152)
#90AFA6
(144,175,166)
#A1BBB4
(161,187,180)
#B2C7C2
(178,199,194)
#C3D3D0
(195,211,208)
#D4DFDE
(212,223,222)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7360 color. Also use rgb(59,115,96) instead hex code.

Text Font Color

.myTextColor { color: #3B7360; }

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

This text font color is #3B7360.


Background Color

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

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

This div background color is #3B7360.


Border color

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

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

This div border color is #3B7360.


Opacity

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

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

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

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

This text has shadow with #3B7360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7360 on black background.


Color preview on white background

This text has color #3B7360 on white background.



Black color preview on #3B7360 background

This text has black color on #3B7360 background.


White color preview on #3B7360 background

This text has white color on #3B7360 background.