COLOR #3F5819

HEX: #3F5819
RGB: (63,88,25)

Color info

#3F5819 contains mainly red and green colors. Web safe color of #3F5819 is #336600 (or #360).

RGB color model

#3F5819 color RGB value is (63,88,25).

  • red value is 63;
  • green value is 88;
  • blue value is 25.
RGB:
(63,88,25)
(25%,35%,10%)

RGB channels and saturation

R 63 of 255 = 25%
G 88 of 255 = 35%
B 25 of 255 = 10%

63
88
25

R + G + B ~ 23%. #3F5819 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 88 + 25 = 176 (100%)
R 63 of 176 ~ 35.8%
G 88 of 176 ~ 50%
B 25 of 176 ~ 14.2%

%35.8
%50
%14.2

CMYK color model

#3F5819 color CMYK value is (28,0,72,65).

  • cyan value is 28.41%
  • magenta value is 0.00%
  • yellow value is 71.59%
  • key color value is 65.49%
CMYK:
(28,0,72,65)
C28M0Y72K65 
(28%,0%,72%,65%)
(0.28/0.00/0.72/0.65)	

CMYK percentages

%28.41
%0
%71.59
%65.49

Codes

Color #3F5819 in popluar color models

3F5819
RGB638825
HSL84°55.75%22.16%
HSB/HSV84°71.59%34.51%
CMYK28.41%0.00%71.59%
65.49%

Color #3F5819 in popluar number systems.

HEX3F5819
Decimal638825
Binary111111101100011001
Octal7713031

Shades and tints

Shades of #3F5819

#3F5819
(63,88,25)
#3A5017
(58,80,23)
#354815
(53,72,21)
#304013
(48,64,19)
#2B3811
(43,56,17)
#26300F
(38,48,15)
#21280D
(33,40,13)
#1C200B
(28,32,11)
#171809
(23,24,9)
#121007
(18,16,7)
#0D0805
(13,8,5)
#000000
(0,0,0)

Tints of #3F5819

#3F5819
(63,88,25)
#50672D
(80,103,45)
#617641
(97,118,65)
#728555
(114,133,85)
#839469
(131,148,105)
#94A37D
(148,163,125)
#A5B291
(165,178,145)
#B6C1A5
(182,193,165)
#C7D0B9
(199,208,185)
#D8DFCD
(216,223,205)
#E9EEE1
(233,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5819 color. Also use rgb(63,88,25) instead hex code.

Text Font Color

.myTextColor { color: #3F5819; }

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

This text font color is #3F5819.


Background Color

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

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

This div background color is #3F5819.


Border color

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

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

This div border color is #3F5819.


Opacity

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

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

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

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

This text has shadow with #3F5819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5819 on black background.


Color preview on white background

This text has color #3F5819 on white background.



Black color preview on #3F5819 background

This text has black color on #3F5819 background.


White color preview on #3F5819 background

This text has white color on #3F5819 background.