COLOR #3B525D

HEX: #3B525D RGB: (59,82,93)

Color info

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

RGB color model

#3B525D color RGB value is (59,82,93).

RGB: (59,82,93) (23%, 32%, 36%)

RGB channels and saturation

R 59 of 255 = 23%
G 82 of 255 = 32%
B 93 of 255 = 36%

59
82
93

R + G + B ~ 30%. #3B525D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 82 + 93 = 234 (100%)
R 59 of 234 ~ 25.21%
G 82 of 234 ~ 35.04%
B 93 of 234 ~ 39.74'%

%25.21
%35.04
%39.74

CMYK color model

#3B525D color CMYK value is (37,12,0,64).

  • cyan value is 36.56%
  • magenta value is 11.83%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (37,12,0,64)
C37M12Y0K64 (37%, 12%, 0%, 64%)
(0.37 / 0.12 / 0.00 / 0.64)

CMYK percentages

%36.56
%11.83
%0
%63.53

Codes

Color #3B525D in popluar color models

3B 52 5D
RGB 59 82 93
HSL 199° 22.37% 29.80%
HSB/HSV 199° 36.56% 36.47%
CMYK 36.56% 11.83% 0.00%
63.53%

Color #3B525D in popluar number systems.

HEX 3B 52 5D
Decimal 59 82 93
Binary 111011 1010010 1011101
Octal 73 122 135

Shades and tints

Shades of #3B525D

#3B525D
(59,82,93)
#364B55
(54,75,85)
#31444D
(49,68,77)
#2C3D45
(44,61,69)
#27363D
(39,54,61)
#222F35
(34,47,53)
#1D282D
(29,40,45)
#182125
(24,33,37)
#131A1D
(19,26,29)
#0E1315
(14,19,21)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #3B525D

#3B525D
(59,82,93)
#4C616B
(76,97,107)
#5D7079
(93,112,121)
#6E7F87
(110,127,135)
#7F8E95
(127,142,149)
#909DA3
(144,157,163)
#A1ACB1
(161,172,177)
#B2BBBF
(178,187,191)
#C3CACD
(195,202,205)
#D4D9DB
(212,217,219)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B525D; }

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

This text font color is #3B525D.

Background Color

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

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

This div background color is #3B525D.

Border color

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

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

This div border color is #3B525D.

Opacity

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

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

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

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

This text has shadow with #3B525D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B525D.

Preview

Color preview on black background

This text has color #3B525D on black background.


Color preview on white background

This text has color #3B525D on white background.


Black color preview on #3B525D background

This text has black color on #3B525D background.


White color preview on #3B525D background

This text has white color on #3B525D background.


Related colors

Complementary color

Complementary color for #hex is #C4ADA2.


I love getcolorcode.com

Triadic colors

1 #5D3B52 and #525D3B with #3B525D are triadic colors.

2 #5D523B and #523B5D with #3B525D are triadic colors.