COLOR #3F613A

HEX: #3F613A
RGB: (63,97,58)

Color info

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

RGB color model

#3F613A color RGB value is (63,97,58).

  • red value is 63;
  • green value is 97;
  • blue value is 58.
RGB:
(63,97,58)
(25%,38%,23%)

RGB channels and saturation

R 63 of 255 = 25%
G 97 of 255 = 38%
B 58 of 255 = 23%

63
97
58

R + G + B ~ 29%. #3F613A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 97 + 58 = 218 (100%)
R 63 of 218 ~ 28.9%
G 97 of 218 ~ 44.5%
B 58 of 218 ~ 26.61%

%28.9
%44.5
%26.61

CMYK color model

#3F613A color CMYK value is (35,0,40,62).

  • cyan value is 35.05%
  • magenta value is 0.00%
  • yellow value is 40.21%
  • key color value is 61.96%
CMYK:
(35,0,40,62)
C35M0Y40K62 
(35%,0%,40%,62%)
(0.35/0.00/0.40/0.62)	

CMYK percentages

%35.05
%0
%40.21
%61.96

Codes

Color #3F613A in popluar color models

3F613A
RGB639758
HSL112°25.16%30.39%
HSB/HSV112°40.21%38.04%
CMYK35.05%0.00%40.21%
61.96%

Color #3F613A in popluar number systems.

HEX3F613A
Decimal639758
Binary1111111100001111010
Octal7714172

Shades and tints

Shades of #3F613A

#3F613A
(63,97,58)
#3A5935
(58,89,53)
#355130
(53,81,48)
#30492B
(48,73,43)
#2B4126
(43,65,38)
#263921
(38,57,33)
#21311C
(33,49,28)
#1C2917
(28,41,23)
#172112
(23,33,18)
#12190D
(18,25,13)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #3F613A

#3F613A
(63,97,58)
#506F4B
(80,111,75)
#617D5C
(97,125,92)
#728B6D
(114,139,109)
#83997E
(131,153,126)
#94A78F
(148,167,143)
#A5B5A0
(165,181,160)
#B6C3B1
(182,195,177)
#C7D1C2
(199,209,194)
#D8DFD3
(216,223,211)
#E9EDE4
(233,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F613A color. Also use rgb(63,97,58) instead hex code.

Text Font Color

.myTextColor { color: #3F613A; }

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

This text font color is #3F613A.


Background Color

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

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

This div background color is #3F613A.


Border color

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

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

This div border color is #3F613A.


Opacity

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

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

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

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

This text has shadow with #3F613A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F613A on black background.


Color preview on white background

This text has color #3F613A on white background.



Black color preview on #3F613A background

This text has black color on #3F613A background.


White color preview on #3F613A background

This text has white color on #3F613A background.