COLOR #3B7265

HEX: #3B7265 RGB: (59,114,101)

Color info

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

RGB color model

#3B7265 color RGB value is (59,114,101).

RGB: (59,114,101) (23%, 45%, 40%)

RGB channels and saturation

R 59 of 255 = 23%
G 114 of 255 = 45%
B 101 of 255 = 40%

59
114
101

R + G + B ~ 36%. #3B7265 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 114 + 101 = 274 (100%)
R 59 of 274 ~ 21.53%
G 114 of 274 ~ 41.61%
B 101 of 274 ~ 36.86'%

%21.53
%41.61
%36.86

CMYK color model

#3B7265 color CMYK value is (48,0,11,55).

  • cyan value is 48.25%
  • magenta value is 0.00%
  • yellow value is 11.40%
  • key color value is 55.29%
CMYK: (48,0,11,55) C48M0Y11K55 (48%,0%,11%,55%) (0.48/0.00/0.11/0.55) 

CMYK percentages

%48.25
%0
%11.4
%55.29

Codes

Color #3B7265 in popluar color models

3B 72 65
RGB 59 114 101
HSL 166° 31.79% 33.92%
HSB/HSV 166° 48.25% 44.71%
CMYK 48.25% 0.00% 11.40%
55.29%

Color #3B7265 in popluar number systems.

HEX 3B 72 65
Decimal 59 114 101
Binary 111011 1110010 1100101
Octal 73 162 145

Shades and tints

Shades of #3B7265

#3B7265
(59,114,101)
#36685C
(54,104,92)
#315E53
(49,94,83)
#2C544A
(44,84,74)
#274A41
(39,74,65)
#224038
(34,64,56)
#1D362F
(29,54,47)
#182C26
(24,44,38)
#13221D
(19,34,29)
#0E1814
(14,24,20)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #3B7265

#3B7265
(59,114,101)
#4C7E73
(76,126,115)
#5D8A81
(93,138,129)
#6E968F
(110,150,143)
#7FA29D
(127,162,157)
#90AEAB
(144,174,171)
#A1BAB9
(161,186,185)
#B2C6C7
(178,198,199)
#C3D2D5
(195,210,213)
#D4DEE3
(212,222,227)
#E5EAF1
(229,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7265 color. Also use rgb(59,114,101) instead hex code.

Text Font Color

.myTextColor { color: #3B7265; }

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

This text font color is #3B7265.

Background Color

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

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

This div background color is #3B7265.

Border color

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

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

This div border color is #3B7265.

Opacity

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

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

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

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

This text has shadow with #3B7265 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B7265.

Preview

Color preview on black background

This text has color #3B7265 on black background.


Color preview on white background

This text has color #3B7265 on white background.


Black color preview on #3B7265 background

This text has black color on #3B7265 background.


White color preview on #3B7265 background

This text has white color on #3B7265 background.


Related colors

Complementary color

Complementary color for #hex is #C48D9A.


I love getcolorcode.com

Triadic colors

1 #653B72 and #72653B with #3B7265 are triadic colors.

2 #65723B and #723B65 with #3B7265 are triadic colors.