COLOR #3F5F23

HEX: #3F5F23
RGB: (63,95,35)

Color info

#3F5F23 contains mainly red and green colors. Web safe color of #3F5F23 is #336633 (or #363).

RGB color model

#3F5F23 color RGB value is (63,95,35).

  • red value is 63;
  • green value is 95;
  • blue value is 35.
RGB:
(63,95,35)
(25%,37%,14%)

RGB channels and saturation

R 63 of 255 = 25%
G 95 of 255 = 37%
B 35 of 255 = 14%

63
95
35

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

Portions of RGB colors in percentages

R + G + B =
63 + 95 + 35 = 193 (100%)
R 63 of 193 ~ 32.64%
G 95 of 193 ~ 49.22%
B 35 of 193 ~ 18.13%

%32.64
%49.22
%18.13

CMYK color model

#3F5F23 color CMYK value is (34,0,63,63).

  • cyan value is 33.68%
  • magenta value is 0.00%
  • yellow value is 63.16%
  • key color value is 62.75%
CMYK:
(34,0,63,63)
C34M0Y63K63 
(34%,0%,63%,63%)
(0.34/0.00/0.63/0.63)	

CMYK percentages

%33.68
%0
%63.16
%62.75

Codes

Color #3F5F23 in popluar color models

3F5F23
RGB639535
HSL92°46.15%25.49%
HSB/HSV92°63.16%37.25%
CMYK33.68%0.00%63.16%
62.75%

Color #3F5F23 in popluar number systems.

HEX3F5F23
Decimal639535
Binary1111111011111100011
Octal7713743

Shades and tints

Shades of #3F5F23

#3F5F23
(63,95,35)
#3A5720
(58,87,32)
#354F1D
(53,79,29)
#30471A
(48,71,26)
#2B3F17
(43,63,23)
#263714
(38,55,20)
#212F11
(33,47,17)
#1C270E
(28,39,14)
#171F0B
(23,31,11)
#121708
(18,23,8)
#0D0F05
(13,15,5)
#000000
(0,0,0)

Tints of #3F5F23

#3F5F23
(63,95,35)
#506D37
(80,109,55)
#617B4B
(97,123,75)
#72895F
(114,137,95)
#839773
(131,151,115)
#94A587
(148,165,135)
#A5B39B
(165,179,155)
#B6C1AF
(182,193,175)
#C7CFC3
(199,207,195)
#D8DDD7
(216,221,215)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5F23 color. Also use rgb(63,95,35) instead hex code.

Text Font Color

.myTextColor { color: #3F5F23; }

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

This text font color is #3F5F23.


Background Color

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

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

This div background color is #3F5F23.


Border color

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

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

This div border color is #3F5F23.


Opacity

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

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

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

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

This text has shadow with #3F5F23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5F23 on black background.


Color preview on white background

This text has color #3F5F23 on white background.



Black color preview on #3F5F23 background

This text has black color on #3F5F23 background.


White color preview on #3F5F23 background

This text has white color on #3F5F23 background.