COLOR #3B634B

HEX: #3B634B RGB: (59,99,75)

Color info

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

RGB color model

#3B634B color RGB value is (59,99,75).

RGB: (59,99,75) (23%, 39%, 29%)

RGB channels and saturation

R 59 of 255 = 23%
G 99 of 255 = 39%
B 75 of 255 = 29%

59
99
75

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

Portions of RGB colors in percentages

R + G + B = 59 + 99 + 75 = 233 (100%)
R 59 of 233 ~ 25.32%
G 99 of 233 ~ 42.49%
B 75 of 233 ~ 32.19'%

%25.32
%42.49
%32.19

CMYK color model

#3B634B color CMYK value is (40,0,24,61).

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

CMYK: (40,0,24,61)
C40M0Y24K61 (40%, 0%, 24%, 61%)
(0.40 / 0.00 / 0.24 / 0.61)

CMYK percentages

%40.4
%0
%24.24
%61.18

Codes

Color #3B634B in popluar color models

3B 63 4B
RGB 59 99 75
HSL 144° 25.32% 30.98%
HSB/HSV 144° 40.40% 38.82%
CMYK 40.40% 0.00% 24.24%
61.18%

Color #3B634B in popluar number systems.

HEX 3B 63 4B
Decimal 59 99 75
Binary 111011 1100011 1001011
Octal 73 143 113

Shades and tints

Shades of #3B634B

#3B634B
(59,99,75)
#365A45
(54,90,69)
#31513F
(49,81,63)
#2C4839
(44,72,57)
#273F33
(39,63,51)
#22362D
(34,54,45)
#1D2D27
(29,45,39)
#182421
(24,36,33)
#131B1B
(19,27,27)
#0E1215
(14,18,21)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #3B634B

#3B634B
(59,99,75)
#4C715B
(76,113,91)
#5D7F6B
(93,127,107)
#6E8D7B
(110,141,123)
#7F9B8B
(127,155,139)
#90A99B
(144,169,155)
#A1B7AB
(161,183,171)
#B2C5BB
(178,197,187)
#C3D3CB
(195,211,203)
#D4E1DB
(212,225,219)
#E5EFEB
(229,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B634B; }

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

This text font color is #3B634B.

Background Color

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

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

This div background color is #3B634B.

Border color

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

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

This div border color is #3B634B.

Opacity

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

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

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

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

This text has shadow with #3B634B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B634B.

Preview

Color preview on black background

This text has color #3B634B on black background.


Color preview on white background

This text has color #3B634B on white background.


Black color preview on #3B634B background

This text has black color on #3B634B background.


White color preview on #3B634B background

This text has white color on #3B634B background.


Related colors

Complementary color

Complementary color for #hex is #C49CB4.


I love getcolorcode.com

Triadic colors

1 #4B3B63 and #634B3B with #3B634B are triadic colors.

2 #4B633B and #633B4B with #3B634B are triadic colors.