COLOR #3B725C

HEX: #3B725C RGB: (59,114,92)

Color info

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

RGB color model

#3B725C color RGB value is (59,114,92).

RGB: (59,114,92) (23%, 45%, 36%)

RGB channels and saturation

R 59 of 255 = 23%
G 114 of 255 = 45%
B 92 of 255 = 36%

59
114
92

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

Portions of RGB colors in percentages

R + G + B = 59 + 114 + 92 = 265 (100%)
R 59 of 265 ~ 22.26%
G 114 of 265 ~ 43.02%
B 92 of 265 ~ 34.72'%

%22.26
%43.02
%34.72

CMYK color model

#3B725C color CMYK value is (48,0,19,55).

  • cyan value is 48.25%
  • magenta value is 0.00%
  • yellow value is 19.30%
  • key color value is 55.29%

CMYK: (48,0,19,55)
C48M0Y19K55 (48%, 0%, 19%, 55%)
(0.48 / 0.00 / 0.19 / 0.55)

CMYK percentages

%48.25
%0
%19.3
%55.29

Codes

Color #3B725C in popluar color models

3B 72 5C
RGB 59 114 92
HSL 156° 31.79% 33.92%
HSB/HSV 156° 48.25% 44.71%
CMYK 48.25% 0.00% 19.30%
55.29%

Color #3B725C in popluar number systems.

HEX 3B 72 5C
Decimal 59 114 92
Binary 111011 1110010 1011100
Octal 73 162 134

Shades and tints

Shades of #3B725C

#3B725C
(59,114,92)
#366854
(54,104,84)
#315E4C
(49,94,76)
#2C5444
(44,84,68)
#274A3C
(39,74,60)
#224034
(34,64,52)
#1D362C
(29,54,44)
#182C24
(24,44,36)
#13221C
(19,34,28)
#0E1814
(14,24,20)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #3B725C

#3B725C
(59,114,92)
#4C7E6A
(76,126,106)
#5D8A78
(93,138,120)
#6E9686
(110,150,134)
#7FA294
(127,162,148)
#90AEA2
(144,174,162)
#A1BAB0
(161,186,176)
#B2C6BE
(178,198,190)
#C3D2CC
(195,210,204)
#D4DEDA
(212,222,218)
#E5EAE8
(229,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B725C; }

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

This text font color is #3B725C.

Background Color

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

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

This div background color is #3B725C.

Border color

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

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

This div border color is #3B725C.

Opacity

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

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

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

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

This text has shadow with #3B725C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B725C.

Preview

Color preview on black background

This text has color #3B725C on black background.


Color preview on white background

This text has color #3B725C on white background.


Black color preview on #3B725C background

This text has black color on #3B725C background.


White color preview on #3B725C background

This text has white color on #3B725C background.


Related colors

Complementary color

Complementary color for #hex is #C48DA3.


I love getcolorcode.com

Triadic colors

1 #5C3B72 and #725C3B with #3B725C are triadic colors.

2 #5C723B and #723B5C with #3B725C are triadic colors.