COLOR #3B635A

HEX: #3B635A RGB: (59,99,90)

Color info

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

RGB color model

#3B635A color RGB value is (59,99,90).

RGB: (59,99,90) (23%, 39%, 35%)

RGB channels and saturation

R 59 of 255 = 23%
G 99 of 255 = 39%
B 90 of 255 = 35%

59
99
90

R + G + B ~ 32%. #3B635A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 99 + 90 = 248 (100%)
R 59 of 248 ~ 23.79%
G 99 of 248 ~ 39.92%
B 90 of 248 ~ 36.29'%

%23.79
%39.92
%36.29

CMYK color model

#3B635A color CMYK value is (40,0,9,61).

  • cyan value is 40.40%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 61.18%
CMYK: (40,0,9,61) C40M0Y9K61 (40%,0%,9%,61%) (0.40/0.00/0.09/0.61) 

CMYK percentages

%40.4
%0
%9.09
%61.18

Codes

Color #3B635A in popluar color models

3B 63 5A
RGB 59 99 90
HSL 167° 25.32% 30.98%
HSB/HSV 167° 40.40% 38.82%
CMYK 40.40% 0.00% 9.09%
61.18%

Color #3B635A in popluar number systems.

HEX 3B 63 5A
Decimal 59 99 90
Binary 111011 1100011 1011010
Octal 73 143 132

Shades and tints

Shades of #3B635A

#3B635A
(59,99,90)
#365A52
(54,90,82)
#31514A
(49,81,74)
#2C4842
(44,72,66)
#273F3A
(39,63,58)
#223632
(34,54,50)
#1D2D2A
(29,45,42)
#182422
(24,36,34)
#131B1A
(19,27,26)
#0E1212
(14,18,18)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #3B635A

#3B635A
(59,99,90)
#4C7169
(76,113,105)
#5D7F78
(93,127,120)
#6E8D87
(110,141,135)
#7F9B96
(127,155,150)
#90A9A5
(144,169,165)
#A1B7B4
(161,183,180)
#B2C5C3
(178,197,195)
#C3D3D2
(195,211,210)
#D4E1E1
(212,225,225)
#E5EFF0
(229,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B635A; }

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

This text font color is #3B635A.

Background Color

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

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

This div background color is #3B635A.

Border color

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

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

This div border color is #3B635A.

Opacity

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

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

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

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

This text has shadow with #3B635A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B635A.

Preview

Color preview on black background

This text has color #3B635A on black background.


Color preview on white background

This text has color #3B635A on white background.


Black color preview on #3B635A background

This text has black color on #3B635A background.


White color preview on #3B635A background

This text has white color on #3B635A background.


Related colors

Complementary color

Complementary color for #hex is #C49CA5.


I love getcolorcode.com

Triadic colors

1 #5A3B63 and #635A3B with #3B635A are triadic colors.

2 #5A633B and #633B5A with #3B635A are triadic colors.