COLOR #3B625F

HEX: #3B625F RGB: (59,98,95)

Color info

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

RGB color model

#3B625F color RGB value is (59,98,95).

RGB: (59,98,95) (23%, 38%, 37%)

RGB channels and saturation

R 59 of 255 = 23%
G 98 of 255 = 38%
B 95 of 255 = 37%

59
98
95

R + G + B ~ 33%. #3B625F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 98 + 95 = 252 (100%)
R 59 of 252 ~ 23.41%
G 98 of 252 ~ 38.89%
B 95 of 252 ~ 37.7'%

%23.41
%38.89
%37.7

CMYK color model

#3B625F color CMYK value is (40,0,3,62).

  • cyan value is 39.80%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 61.57%

CMYK: (40,0,3,62)
C40M0Y3K62 (40%, 0%, 3%, 62%)
(0.40 / 0.00 / 0.03 / 0.62)

CMYK percentages

%39.8
%0
%3.06
%61.57

Codes

Color #3B625F in popluar color models

3B 62 5F
RGB 59 98 95
HSL 175° 24.84% 30.78%
HSB/HSV 175° 39.80% 38.43%
CMYK 39.80% 0.00% 3.06%
61.57%

Color #3B625F in popluar number systems.

HEX 3B 62 5F
Decimal 59 98 95
Binary 111011 1100010 1011111
Octal 73 142 137

Shades and tints

Shades of #3B625F

#3B625F
(59,98,95)
#365A57
(54,90,87)
#31524F
(49,82,79)
#2C4A47
(44,74,71)
#27423F
(39,66,63)
#223A37
(34,58,55)
#1D322F
(29,50,47)
#182A27
(24,42,39)
#13221F
(19,34,31)
#0E1A17
(14,26,23)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #3B625F

#3B625F
(59,98,95)
#4C706D
(76,112,109)
#5D7E7B
(93,126,123)
#6E8C89
(110,140,137)
#7F9A97
(127,154,151)
#90A8A5
(144,168,165)
#A1B6B3
(161,182,179)
#B2C4C1
(178,196,193)
#C3D2CF
(195,210,207)
#D4E0DD
(212,224,221)
#E5EEEB
(229,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B625F color. Also use rgb(59,98,95) instead hex code.

Text Font Color

.myTextColor { color: #3B625F; }

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

This text font color is #3B625F.

Background Color

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

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

This div background color is #3B625F.

Border color

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

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

This div border color is #3B625F.

Opacity

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

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

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

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

This text has shadow with #3B625F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B625F.

Preview

Color preview on black background

This text has color #3B625F on black background.


Color preview on white background

This text has color #3B625F on white background.


Black color preview on #3B625F background

This text has black color on #3B625F background.


White color preview on #3B625F background

This text has white color on #3B625F background.


Related colors

Complementary color

Complementary color for #hex is #C49DA0.


I love getcolorcode.com

Triadic colors

1 #5F3B62 and #625F3B with #3B625F are triadic colors.

2 #5F623B and #623B5F with #3B625F are triadic colors.