COLOR #3B635F

HEX: #3B635F RGB: (59,99,95)

Color info

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

RGB color model

#3B635F color RGB value is (59,99,95).

RGB: (59,99,95) (23%, 39%, 37%)

RGB channels and saturation

R 59 of 255 = 23%
G 99 of 255 = 39%
B 95 of 255 = 37%

59
99
95

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

Portions of RGB colors in percentages

R + G + B = 59 + 99 + 95 = 253 (100%)
R 59 of 253 ~ 23.32%
G 99 of 253 ~ 39.13%
B 95 of 253 ~ 37.55'%

%23.32
%39.13
%37.55

CMYK color model

#3B635F color CMYK value is (40,0,4,61).

  • cyan value is 40.40%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 61.18%

CMYK: (40,0,4,61)
C40M0Y4K61 (40%, 0%, 4%, 61%)
(0.40 / 0.00 / 0.04 / 0.61)

CMYK percentages

%40.4
%0
%4.04
%61.18

Codes

Color #3B635F in popluar color models

3B 63 5F
RGB 59 99 95
HSL 174° 25.32% 30.98%
HSB/HSV 174° 40.40% 38.82%
CMYK 40.40% 0.00% 4.04%
61.18%

Color #3B635F in popluar number systems.

HEX 3B 63 5F
Decimal 59 99 95
Binary 111011 1100011 1011111
Octal 73 143 137

Shades and tints

Shades of #3B635F

#3B635F
(59,99,95)
#365A57
(54,90,87)
#31514F
(49,81,79)
#2C4847
(44,72,71)
#273F3F
(39,63,63)
#223637
(34,54,55)
#1D2D2F
(29,45,47)
#182427
(24,36,39)
#131B1F
(19,27,31)
#0E1217
(14,18,23)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #3B635F

#3B635F
(59,99,95)
#4C716D
(76,113,109)
#5D7F7B
(93,127,123)
#6E8D89
(110,141,137)
#7F9B97
(127,155,151)
#90A9A5
(144,169,165)
#A1B7B3
(161,183,179)
#B2C5C1
(178,197,193)
#C3D3CF
(195,211,207)
#D4E1DD
(212,225,221)
#E5EFEB
(229,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B635F; }

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

This text font color is #3B635F.

Background Color

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

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

This div background color is #3B635F.

Border color

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

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

This div border color is #3B635F.

Opacity

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

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

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

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

This text has shadow with #3B635F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B635F.

Preview

Color preview on black background

This text has color #3B635F on black background.


Color preview on white background

This text has color #3B635F on white background.


Black color preview on #3B635F background

This text has black color on #3B635F background.


White color preview on #3B635F background

This text has white color on #3B635F background.


Related colors

Complementary color

Complementary color for #hex is #C49CA0.


I love getcolorcode.com

Triadic colors

1 #5F3B63 and #635F3B with #3B635F are triadic colors.

2 #5F633B and #633B5F with #3B635F are triadic colors.