COLOR #3B634C

HEX: #3B634C RGB: (59,99,76)

Color info

#3B634C contains red, green and blue colors in about the same proportion. Web safe color of #3B634C is #336633 (or #363).

RGB color model

#3B634C color RGB value is (59,99,76).

RGB: (59,99,76) (23%, 39%, 30%)

RGB channels and saturation

R 59 of 255 = 23%
G 99 of 255 = 39%
B 76 of 255 = 30%

59
99
76

R + G + B ~ 31%. #3B634C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 99 + 76 = 234 (100%)
R 59 of 234 ~ 25.21%
G 99 of 234 ~ 42.31%
B 76 of 234 ~ 32.48'%

%25.21
%42.31
%32.48

CMYK color model

#3B634C color CMYK value is (40,0,23,61).

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

CMYK: (40,0,23,61)
C40M0Y23K61 (40%, 0%, 23%, 61%)
(0.40 / 0.00 / 0.23 / 0.61)

CMYK percentages

%40.4
%0
%23.23
%61.18

Codes

Color #3B634C in popluar color models

3B 63 4C
RGB 59 99 76
HSL 146° 25.32% 30.98%
HSB/HSV 146° 40.40% 38.82%
CMYK 40.40% 0.00% 23.23%
61.18%

Color #3B634C in popluar number systems.

HEX 3B 63 4C
Decimal 59 99 76
Binary 111011 1100011 1001100
Octal 73 143 114

Shades and tints

Shades of #3B634C

#3B634C
(59,99,76)
#365A46
(54,90,70)
#315140
(49,81,64)
#2C483A
(44,72,58)
#273F34
(39,63,52)
#22362E
(34,54,46)
#1D2D28
(29,45,40)
#182422
(24,36,34)
#131B1C
(19,27,28)
#0E1216
(14,18,22)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #3B634C

#3B634C
(59,99,76)
#4C715C
(76,113,92)
#5D7F6C
(93,127,108)
#6E8D7C
(110,141,124)
#7F9B8C
(127,155,140)
#90A99C
(144,169,156)
#A1B7AC
(161,183,172)
#B2C5BC
(178,197,188)
#C3D3CC
(195,211,204)
#D4E1DC
(212,225,220)
#E5EFEC
(229,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B634C; }

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

This text font color is #3B634C.

Background Color

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

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

This div background color is #3B634C.

Border color

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

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

This div border color is #3B634C.

Opacity

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

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

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

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

This text has shadow with #3B634C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B634C.

Preview

Color preview on black background

This text has color #3B634C on black background.


Color preview on white background

This text has color #3B634C on white background.


Black color preview on #3B634C background

This text has black color on #3B634C background.


White color preview on #3B634C background

This text has white color on #3B634C background.


Related colors

Complementary color

Complementary color for #hex is #C49CB3.


I love getcolorcode.com

Triadic colors

1 #4C3B63 and #634C3B with #3B634C are triadic colors.

2 #4C633B and #633B4C with #3B634C are triadic colors.