COLOR #3B725D

HEX: #3B725D RGB: (59,114,93)

Color info

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

RGB color model

#3B725D color RGB value is (59,114,93).

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

RGB channels and saturation

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

59
114
93

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

Portions of RGB colors in percentages

R + G + B = 59 + 114 + 93 = 266 (100%)
R 59 of 266 ~ 22.18%
G 114 of 266 ~ 42.86%
B 93 of 266 ~ 34.96'%

%22.18
%42.86
%34.96

CMYK color model

#3B725D color CMYK value is (48,0,18,55).

  • cyan value is 48.25%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 55.29%
CMYK: (48,0,18,55) C48M0Y18K55 (48%,0%,18%,55%) (0.48/0.00/0.18/0.55) 

CMYK percentages

%48.25
%0
%18.42
%55.29

Codes

Color #3B725D in popluar color models

3B 72 5D
RGB 59 114 93
HSL 157° 31.79% 33.92%
HSB/HSV 157° 48.25% 44.71%
CMYK 48.25% 0.00% 18.42%
55.29%

Color #3B725D in popluar number systems.

HEX 3B 72 5D
Decimal 59 114 93
Binary 111011 1110010 1011101
Octal 73 162 135

Shades and tints

Shades of #3B725D

#3B725D
(59,114,93)
#366855
(54,104,85)
#315E4D
(49,94,77)
#2C5445
(44,84,69)
#274A3D
(39,74,61)
#224035
(34,64,53)
#1D362D
(29,54,45)
#182C25
(24,44,37)
#13221D
(19,34,29)
#0E1815
(14,24,21)
#090E0D
(9,14,13)
#000000
(0,0,0)

Tints of #3B725D

#3B725D
(59,114,93)
#4C7E6B
(76,126,107)
#5D8A79
(93,138,121)
#6E9687
(110,150,135)
#7FA295
(127,162,149)
#90AEA3
(144,174,163)
#A1BAB1
(161,186,177)
#B2C6BF
(178,198,191)
#C3D2CD
(195,210,205)
#D4DEDB
(212,222,219)
#E5EAE9
(229,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B725D; }

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

This text font color is #3B725D.

Background Color

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

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

This div background color is #3B725D.

Border color

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

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

This div border color is #3B725D.

Opacity

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

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

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

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

This text has shadow with #3B725D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B725D.

Preview

Color preview on black background

This text has color #3B725D on black background.


Color preview on white background

This text has color #3B725D on white background.


Black color preview on #3B725D background

This text has black color on #3B725D background.


White color preview on #3B725D background

This text has white color on #3B725D background.


Related colors

Complementary color

Complementary color for #hex is #C48DA2.


I love getcolorcode.com

Triadic colors

1 #5D3B72 and #725D3B with #3B725D are triadic colors.

2 #5D723B and #723B5D with #3B725D are triadic colors.