COLOR #3B675A

HEX: #3B675A RGB: (59,103,90)

Color info

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

RGB color model

#3B675A color RGB value is (59,103,90).

RGB: (59,103,90) (23%, 40%, 35%)

RGB channels and saturation

R 59 of 255 = 23%
G 103 of 255 = 40%
B 90 of 255 = 35%

59
103
90

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

Portions of RGB colors in percentages

R + G + B = 59 + 103 + 90 = 252 (100%)
R 59 of 252 ~ 23.41%
G 103 of 252 ~ 40.87%
B 90 of 252 ~ 35.71'%

%23.41
%40.87
%35.71

CMYK color model

#3B675A color CMYK value is (43,0,13,60).

  • cyan value is 42.72%
  • magenta value is 0.00%
  • yellow value is 12.62%
  • key color value is 59.61%

CMYK: (43,0,13,60)
C43M0Y13K60 (43%, 0%, 13%, 60%)
(0.43 / 0.00 / 0.13 / 0.60)

CMYK percentages

%42.72
%0
%12.62
%59.61

Codes

Color #3B675A in popluar color models

3B 67 5A
RGB 59 103 90
HSL 162° 27.16% 31.76%
HSB/HSV 162° 42.72% 40.39%
CMYK 42.72% 0.00% 12.62%
59.61%

Color #3B675A in popluar number systems.

HEX 3B 67 5A
Decimal 59 103 90
Binary 111011 1100111 1011010
Octal 73 147 132

Shades and tints

Shades of #3B675A

#3B675A
(59,103,90)
#365E52
(54,94,82)
#31554A
(49,85,74)
#2C4C42
(44,76,66)
#27433A
(39,67,58)
#223A32
(34,58,50)
#1D312A
(29,49,42)
#182822
(24,40,34)
#131F1A
(19,31,26)
#0E1612
(14,22,18)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #3B675A

#3B675A
(59,103,90)
#4C7469
(76,116,105)
#5D8178
(93,129,120)
#6E8E87
(110,142,135)
#7F9B96
(127,155,150)
#90A8A5
(144,168,165)
#A1B5B4
(161,181,180)
#B2C2C3
(178,194,195)
#C3CFD2
(195,207,210)
#D4DCE1
(212,220,225)
#E5E9F0
(229,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B675A; }

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

This text font color is #3B675A.

Background Color

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

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

This div background color is #3B675A.

Border color

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

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

This div border color is #3B675A.

Opacity

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

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

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

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

This text has shadow with #3B675A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B675A.

Preview

Color preview on black background

This text has color #3B675A on black background.


Color preview on white background

This text has color #3B675A on white background.


Black color preview on #3B675A background

This text has black color on #3B675A background.


White color preview on #3B675A background

This text has white color on #3B675A background.


Related colors

Complementary color

Complementary color for #hex is #C498A5.


I love getcolorcode.com

Triadic colors

1 #5A3B67 and #675A3B with #3B675A are triadic colors.

2 #5A673B and #673B5A with #3B675A are triadic colors.