COLOR #3F533B

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

Color info

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

RGB color model

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

RGB: (63,83,59) (25%, 33%, 23%)

RGB channels and saturation

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

63
83
59

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

Portions of RGB colors in percentages

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

%30.73
%40.49
%28.78

CMYK color model

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

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 28.92%
  • key color value is 67.45%

CMYK: (24,0,29,67)
C24M0Y29K67 (24%, 0%, 29%, 67%)
(0.24 / 0.00 / 0.29 / 0.67)

CMYK percentages

%24.1
%0
%28.92
%67.45

Codes

Color #3F533B in popluar color models

3F 53 3B
RGB 63 83 59
HSL 110° 16.90% 27.84%
HSB/HSV 110° 28.92% 32.55%
CMYK 24.10% 0.00% 28.92%
67.45%

Color #3F533B in popluar number systems.

HEX 3F 53 3B
Decimal 63 83 59
Binary 111111 1010011 111011
Octal 77 123 73

Shades and tints

Shades of #3F533B

#3F533B
(63,83,59)
#3A4C36
(58,76,54)
#354531
(53,69,49)
#303E2C
(48,62,44)
#2B3727
(43,55,39)
#263022
(38,48,34)
#21291D
(33,41,29)
#1C2218
(28,34,24)
#171B13
(23,27,19)
#12140E
(18,20,14)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #3F533B

#3F533B
(63,83,59)
#50624C
(80,98,76)
#61715D
(97,113,93)
#72806E
(114,128,110)
#838F7F
(131,143,127)
#949E90
(148,158,144)
#A5ADA1
(165,173,161)
#B6BCB2
(182,188,178)
#C7CBC3
(199,203,195)
#D8DAD4
(216,218,212)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F533B; }

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

This text font color is #3F533B.

Background Color

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

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

This div background color is #3F533B.

Border color

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

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

This div border color is #3F533B.

Opacity

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

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

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

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

This text has shadow with #3F533B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F533B.

Preview

Color preview on black background

This text has color #3F533B on black background.


Color preview on white background

This text has color #3F533B on white background.


Black color preview on #3F533B background

This text has black color on #3F533B background.


White color preview on #3F533B background

This text has white color on #3F533B background.


Related colors

Complementary color

Complementary color for #hex is #C0ACC4.


I love getcolorcode.com

Triadic colors

1 #3B3F53 and #533B3F with #3F533B are triadic colors.

2 #3B533F and #533F3B with #3F533B are triadic colors.