COLOR #3B533F

HEX: #3B533F
RGB: (59,83,63)

Color info

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

RGB color model

#3B533F color RGB value is (59,83,63).

  • red value is 59;
  • green value is 83;
  • blue value is 63.
RGB:
(59,83,63)
(23%,33%,25%)

RGB channels and saturation

R 59 of 255 = 23%
G 83 of 255 = 33%
B 63 of 255 = 25%

59
83
63

R + G + B ~ 27%. #3B533F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 83 + 63 = 205 (100%)
R 59 of 205 ~ 28.78%
G 83 of 205 ~ 40.49%
B 63 of 205 ~ 30.73%

%28.78
%40.49
%30.73

CMYK color model

#3B533F color CMYK value is (29,0,24,67).

  • cyan value is 28.92%
  • magenta value is 0.00%
  • yellow value is 24.10%
  • key color value is 67.45%
CMYK:
(29,0,24,67)
C29M0Y24K67 
(29%,0%,24%,67%)
(0.29/0.00/0.24/0.67)	

CMYK percentages

%28.92
%0
%24.1
%67.45

Codes

Color #3B533F in popluar color models

3B533F
RGB598363
HSL130°16.90%27.84%
HSB/HSV130°28.92%32.55%
CMYK28.92%0.00%24.10%
67.45%

Color #3B533F in popluar number systems.

HEX3B533F
Decimal598363
Binary1110111010011111111
Octal7312377

Shades and tints

Shades of #3B533F

#3B533F
(59,83,63)
#364C3A
(54,76,58)
#314535
(49,69,53)
#2C3E30
(44,62,48)
#27372B
(39,55,43)
#223026
(34,48,38)
#1D2921
(29,41,33)
#18221C
(24,34,28)
#131B17
(19,27,23)
#0E1412
(14,20,18)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #3B533F

#3B533F
(59,83,63)
#4C6250
(76,98,80)
#5D7161
(93,113,97)
#6E8072
(110,128,114)
#7F8F83
(127,143,131)
#909E94
(144,158,148)
#A1ADA5
(161,173,165)
#B2BCB6
(178,188,182)
#C3CBC7
(195,203,199)
#D4DAD8
(212,218,216)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B533F color. Also use rgb(59,83,63) instead hex code.

Text Font Color

.myTextColor { color: #3B533F; }

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

This text font color is #3B533F.


Background Color

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

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

This div background color is #3B533F.


Border color

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

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

This div border color is #3B533F.


Opacity

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

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

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

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

This text has shadow with #3B533F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B533F on black background.


Color preview on white background

This text has color #3B533F on white background.



Black color preview on #3B533F background

This text has black color on #3B533F background.


White color preview on #3B533F background

This text has white color on #3B533F background.