COLOR #3F5333

HEX: #3F5333 RGB: (63,83,51)

Color info

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

RGB color model

#3F5333 color RGB value is (63,83,51).

RGB: (63,83,51) (25%, 33%, 20%)

RGB channels and saturation

R 63 of 255 = 25%
G 83 of 255 = 33%
B 51 of 255 = 20%

63
83
51

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

Portions of RGB colors in percentages

R + G + B = 63 + 83 + 51 = 197 (100%)
R 63 of 197 ~ 31.98%
G 83 of 197 ~ 42.13%
B 51 of 197 ~ 25.89'%

%31.98
%42.13
%25.89

CMYK color model

#3F5333 color CMYK value is (24,0,39,67).

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

CMYK: (24,0,39,67)
C24M0Y39K67 (24%, 0%, 39%, 67%)
(0.24 / 0.00 / 0.39 / 0.67)

CMYK percentages

%24.1
%0
%38.55
%67.45

Codes

Color #3F5333 in popluar color models

3F 53 33
RGB 63 83 51
HSL 98° 23.88% 26.27%
HSB/HSV 98° 38.55% 32.55%
CMYK 24.10% 0.00% 38.55%
67.45%

Color #3F5333 in popluar number systems.

HEX 3F 53 33
Decimal 63 83 51
Binary 111111 1010011 110011
Octal 77 123 63

Shades and tints

Shades of #3F5333

#3F5333
(63,83,51)
#3A4C2F
(58,76,47)
#35452B
(53,69,43)
#303E27
(48,62,39)
#2B3723
(43,55,35)
#26301F
(38,48,31)
#21291B
(33,41,27)
#1C2217
(28,34,23)
#171B13
(23,27,19)
#12140F
(18,20,15)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #3F5333

#3F5333
(63,83,51)
#506245
(80,98,69)
#617157
(97,113,87)
#728069
(114,128,105)
#838F7B
(131,143,123)
#949E8D
(148,158,141)
#A5AD9F
(165,173,159)
#B6BCB1
(182,188,177)
#C7CBC3
(199,203,195)
#D8DAD5
(216,218,213)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5333; }

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

This text font color is #3F5333.

Background Color

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

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

This div background color is #3F5333.

Border color

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

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

This div border color is #3F5333.

Opacity

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

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

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

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

This text has shadow with #3F5333 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5333.

Preview

Color preview on black background

This text has color #3F5333 on black background.


Color preview on white background

This text has color #3F5333 on white background.


Black color preview on #3F5333 background

This text has black color on #3F5333 background.


White color preview on #3F5333 background

This text has white color on #3F5333 background.


Related colors

Complementary color

Complementary color for #hex is #C0ACCC.


I love getcolorcode.com

Triadic colors

1 #333F53 and #53333F with #3F5333 are triadic colors.

2 #33533F and #533F33 with #3F5333 are triadic colors.