COLOR #3F5330

HEX: #3F5330 RGB: (63,83,48)

Color info

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

RGB color model

#3F5330 color RGB value is (63,83,48).

RGB: (63,83,48) (25%, 33%, 19%)

RGB channels and saturation

R 63 of 255 = 25%
G 83 of 255 = 33%
B 48 of 255 = 19%

63
83
48

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

Portions of RGB colors in percentages

R + G + B = 63 + 83 + 48 = 194 (100%)
R 63 of 194 ~ 32.47%
G 83 of 194 ~ 42.78%
B 48 of 194 ~ 24.74'%

%32.47
%42.78
%24.74

CMYK color model

#3F5330 color CMYK value is (24,0,42,67).

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

CMYK: (24,0,42,67)
C24M0Y42K67 (24%, 0%, 42%, 67%)
(0.24 / 0.00 / 0.42 / 0.67)

CMYK percentages

%24.1
%0
%42.17
%67.45

Codes

Color #3F5330 in popluar color models

3F 53 30
RGB 63 83 48
HSL 94° 26.72% 25.69%
HSB/HSV 94° 42.17% 32.55%
CMYK 24.10% 0.00% 42.17%
67.45%

Color #3F5330 in popluar number systems.

HEX 3F 53 30
Decimal 63 83 48
Binary 111111 1010011 110000
Octal 77 123 60

Shades and tints

Shades of #3F5330

#3F5330
(63,83,48)
#3A4C2C
(58,76,44)
#354528
(53,69,40)
#303E24
(48,62,36)
#2B3720
(43,55,32)
#26301C
(38,48,28)
#212918
(33,41,24)
#1C2214
(28,34,20)
#171B10
(23,27,16)
#12140C
(18,20,12)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #3F5330

#3F5330
(63,83,48)
#506242
(80,98,66)
#617154
(97,113,84)
#728066
(114,128,102)
#838F78
(131,143,120)
#949E8A
(148,158,138)
#A5AD9C
(165,173,156)
#B6BCAE
(182,188,174)
#C7CBC0
(199,203,192)
#D8DAD2
(216,218,210)
#E9E9E4
(233,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5330; }

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

This text font color is #3F5330.

Background Color

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

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

This div background color is #3F5330.

Border color

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

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

This div border color is #3F5330.

Opacity

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

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

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

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

This text has shadow with #3F5330 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5330.

Preview

Color preview on black background

This text has color #3F5330 on black background.


Color preview on white background

This text has color #3F5330 on white background.


Black color preview on #3F5330 background

This text has black color on #3F5330 background.


White color preview on #3F5330 background

This text has white color on #3F5330 background.


Related colors

Complementary color

Complementary color for #hex is #C0ACCF.


I love getcolorcode.com

Triadic colors

1 #303F53 and #53303F with #3F5330 are triadic colors.

2 #30533F and #533F30 with #3F5330 are triadic colors.