COLOR #3F5130

HEX: #3F5130
RGB: (63,81,48)

Color info

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

RGB color model

#3F5130 color RGB value is (63,81,48).

  • red value is 63;
  • green value is 81;
  • blue value is 48.
RGB:
(63,81,48)
(25%,32%,19%)

RGB channels and saturation

R 63 of 255 = 25%
G 81 of 255 = 32%
B 48 of 255 = 19%

63
81
48

R + G + B ~ 25%. #3F5130 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 81 + 48 = 192 (100%)
R 63 of 192 ~ 32.81%
G 81 of 192 ~ 42.19%
B 48 of 192 ~ 25%

%32.81
%42.19
%25

CMYK color model

#3F5130 color CMYK value is (22,0,41,68).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 40.74%
  • key color value is 68.24%
CMYK:
(22,0,41,68)
C22M0Y41K68 
(22%,0%,41%,68%)
(0.22/0.00/0.41/0.68)	

CMYK percentages

%22.22
%0
%40.74
%68.24

Codes

Color #3F5130 in popluar color models

3F5130
RGB638148
HSL93°25.58%25.29%
HSB/HSV93°40.74%31.76%
CMYK22.22%0.00%40.74%
68.24%

Color #3F5130 in popluar number systems.

HEX3F5130
Decimal638148
Binary1111111010001110000
Octal7712160

Shades and tints

Shades of #3F5130

#3F5130
(63,81,48)
#3A4A2C
(58,74,44)
#354328
(53,67,40)
#303C24
(48,60,36)
#2B3520
(43,53,32)
#262E1C
(38,46,28)
#212718
(33,39,24)
#1C2014
(28,32,20)
#171910
(23,25,16)
#12120C
(18,18,12)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #3F5130

#3F5130
(63,81,48)
#506042
(80,96,66)
#616F54
(97,111,84)
#727E66
(114,126,102)
#838D78
(131,141,120)
#949C8A
(148,156,138)
#A5AB9C
(165,171,156)
#B6BAAE
(182,186,174)
#C7C9C0
(199,201,192)
#D8D8D2
(216,216,210)
#E9E7E4
(233,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5130; }

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

This text font color is #3F5130.


Background Color

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

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

This div background color is #3F5130.


Border color

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

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

This div border color is #3F5130.


Opacity

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

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

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

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

This text has shadow with #3F5130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5130 on black background.


Color preview on white background

This text has color #3F5130 on white background.



Black color preview on #3F5130 background

This text has black color on #3F5130 background.


White color preview on #3F5130 background

This text has white color on #3F5130 background.