COLOR #3B5A4A

HEX: #3B5A4A RGB: (59,90,74)

Color info

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

RGB color model

#3B5A4A color RGB value is (59,90,74).

RGB: (59,90,74) (23%, 35%, 29%)

RGB channels and saturation

R 59 of 255 = 23%
G 90 of 255 = 35%
B 74 of 255 = 29%

59
90
74

R + G + B ~ 29%. #3B5A4A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 90 + 74 = 223 (100%)
R 59 of 223 ~ 26.46%
G 90 of 223 ~ 40.36%
B 74 of 223 ~ 33.18'%

%26.46
%40.36
%33.18

CMYK color model

#3B5A4A color CMYK value is (34,0,18,65).

  • cyan value is 34.44%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 64.71%

CMYK: (34,0,18,65)
C34M0Y18K65 (34%, 0%, 18%, 65%)
(0.34 / 0.00 / 0.18 / 0.65)

CMYK percentages

%34.44
%0
%17.78
%64.71

Codes

Color #3B5A4A in popluar color models

3B 5A 4A
RGB 59 90 74
HSL 149° 20.81% 29.22%
HSB/HSV 149° 34.44% 35.29%
CMYK 34.44% 0.00% 17.78%
64.71%

Color #3B5A4A in popluar number systems.

HEX 3B 5A 4A
Decimal 59 90 74
Binary 111011 1011010 1001010
Octal 73 132 112

Shades and tints

Shades of #3B5A4A

#3B5A4A
(59,90,74)
#365244
(54,82,68)
#314A3E
(49,74,62)
#2C4238
(44,66,56)
#273A32
(39,58,50)
#22322C
(34,50,44)
#1D2A26
(29,42,38)
#182220
(24,34,32)
#131A1A
(19,26,26)
#0E1214
(14,18,20)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #3B5A4A

#3B5A4A
(59,90,74)
#4C695A
(76,105,90)
#5D786A
(93,120,106)
#6E877A
(110,135,122)
#7F968A
(127,150,138)
#90A59A
(144,165,154)
#A1B4AA
(161,180,170)
#B2C3BA
(178,195,186)
#C3D2CA
(195,210,202)
#D4E1DA
(212,225,218)
#E5F0EA
(229,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5A4A; }

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

This text font color is #3B5A4A.

Background Color

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

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

This div background color is #3B5A4A.

Border color

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

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

This div border color is #3B5A4A.

Opacity

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

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

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

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

This text has shadow with #3B5A4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B5A4A.

Preview

Color preview on black background

This text has color #3B5A4A on black background.


Color preview on white background

This text has color #3B5A4A on white background.


Black color preview on #3B5A4A background

This text has black color on #3B5A4A background.


White color preview on #3B5A4A background

This text has white color on #3B5A4A background.


Related colors

Complementary color

Complementary color for #hex is #C4A5B5.


I love getcolorcode.com

Triadic colors

1 #4A3B5A and #5A4A3B with #3B5A4A are triadic colors.

2 #4A5A3B and #5A3B4A with #3B5A4A are triadic colors.