COLOR #3B503C

HEX: #3B503C RGB: (59,80,60)

Color info

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

RGB color model

#3B503C color RGB value is (59,80,60).

RGB: (59,80,60) (23%, 31%, 24%)

RGB channels and saturation

R 59 of 255 = 23%
G 80 of 255 = 31%
B 60 of 255 = 24%

59
80
60

R + G + B ~ 26%. #3B503C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 80 + 60 = 199 (100%)
R 59 of 199 ~ 29.65%
G 80 of 199 ~ 40.2%
B 60 of 199 ~ 30.15'%

%29.65
%40.2
%30.15

CMYK color model

#3B503C color CMYK value is (26,0,25,69).

  • cyan value is 26.25%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 68.63%

CMYK: (26,0,25,69)
C26M0Y25K69 (26%, 0%, 25%, 69%)
(0.26 / 0.00 / 0.25 / 0.69)

CMYK percentages

%26.25
%0
%25
%68.63

Codes

Color #3B503C in popluar color models

3B 50 3C
RGB 59 80 60
HSL 123° 15.11% 27.25%
HSB/HSV 123° 26.25% 31.37%
CMYK 26.25% 0.00% 25.00%
68.63%

Color #3B503C in popluar number systems.

HEX 3B 50 3C
Decimal 59 80 60
Binary 111011 1010000 111100
Octal 73 120 74

Shades and tints

Shades of #3B503C

#3B503C
(59,80,60)
#364937
(54,73,55)
#314232
(49,66,50)
#2C3B2D
(44,59,45)
#273428
(39,52,40)
#222D23
(34,45,35)
#1D261E
(29,38,30)
#181F19
(24,31,25)
#131814
(19,24,20)
#0E110F
(14,17,15)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #3B503C

#3B503C
(59,80,60)
#4C5F4D
(76,95,77)
#5D6E5E
(93,110,94)
#6E7D6F
(110,125,111)
#7F8C80
(127,140,128)
#909B91
(144,155,145)
#A1AAA2
(161,170,162)
#B2B9B3
(178,185,179)
#C3C8C4
(195,200,196)
#D4D7D5
(212,215,213)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B503C color. Also use rgb(59,80,60) instead hex code.

Text Font Color

.myTextColor { color: #3B503C; }

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

This text font color is #3B503C.

Background Color

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

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

This div background color is #3B503C.

Border color

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

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

This div border color is #3B503C.

Opacity

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

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

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

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

This text has shadow with #3B503C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B503C.

Preview

Color preview on black background

This text has color #3B503C on black background.


Color preview on white background

This text has color #3B503C on white background.


Black color preview on #3B503C background

This text has black color on #3B503C background.


White color preview on #3B503C background

This text has white color on #3B503C background.


Related colors

Complementary color

Complementary color for #hex is #C4AFC3.


I love getcolorcode.com

Triadic colors

1 #3C3B50 and #503C3B with #3B503C are triadic colors.

2 #3C503B and #503B3C with #3B503C are triadic colors.