COLOR #3F480D

HEX: #3F480D RGB: (63,72,13)

Color info

#3F480D contains red, green and blue colors in about the same proportion. Web safe color of #3F480D is #333300 (or #330).

RGB color model

#3F480D color RGB value is (63,72,13).

RGB: (63,72,13) (25%, 28%, 5%)

RGB channels and saturation

R 63 of 255 = 25%
G 72 of 255 = 28%
B 13 of 255 = 5%

63
72
13

R + G + B ~ 19%. #3F480D is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 72 + 13 = 148 (100%)
R 63 of 148 ~ 42.57%
G 72 of 148 ~ 48.65%
B 13 of 148 ~ 8.78'%

%42.57
%48.65

CMYK color model

#3F480D color CMYK value is (13,0,82,72).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 81.94%
  • key color value is 71.76%

CMYK: (13,0,82,72)
C13M0Y82K72 (13%, 0%, 82%, 72%)
(0.13 / 0.00 / 0.82 / 0.72)

CMYK percentages

%12.5
%0
%81.94
%71.76

Codes

Color #3F480D in popluar color models

3F 48 0D
RGB 63 72 13
HSL 69° 69.41% 16.67%
HSB/HSV 69° 81.94% 28.24%
CMYK 12.50% 0.00% 81.94%
71.76%

Color #3F480D in popluar number systems.

HEX 3F 48 0D
Decimal 63 72 13
Binary 111111 1001000 1101
Octal 77 110 15

Shades and tints

Shades of #3F480D

#3F480D
(63,72,13)
#3A420C
(58,66,12)
#353C0B
(53,60,11)
#30360A
(48,54,10)
#2B3009
(43,48,9)
#262A08
(38,42,8)
#212407
(33,36,7)
#1C1E06
(28,30,6)
#171805
(23,24,5)
#121204
(18,18,4)
#0D0C03
(13,12,3)
#000000
(0,0,0)

Tints of #3F480D

#3F480D
(63,72,13)
#505823
(80,88,35)
#616839
(97,104,57)
#72784F
(114,120,79)
#838865
(131,136,101)
#94987B
(148,152,123)
#A5A891
(165,168,145)
#B6B8A7
(182,184,167)
#C7C8BD
(199,200,189)
#D8D8D3
(216,216,211)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F480D color. Also use rgb(63,72,13) instead hex code.

Text Font Color

.myTextColor { color: #3F480D; }

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

This text font color is #3F480D.

Background Color

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

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

This div background color is #3F480D.

Border color

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

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

This div border color is #3F480D.

Opacity

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

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

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

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

This text has shadow with #3F480D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F480D.

Preview

Color preview on black background

This text has color #3F480D on black background.


Color preview on white background

This text has color #3F480D on white background.


Black color preview on #3F480D background

This text has black color on #3F480D background.


White color preview on #3F480D background

This text has white color on #3F480D background.


Related colors

Complementary color

Complementary color for #hex is #C0B7F2.


I love getcolorcode.com

Triadic colors

1 #0D3F48 and #480D3F with #3F480D are triadic colors.

2 #0D483F and #483F0D with #3F480D are triadic colors.