COLOR #3F5845

HEX: #3F5845
RGB: (63,88,69)

Color info

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

RGB color model

#3F5845 color RGB value is (63,88,69).

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

RGB channels and saturation

R 63 of 255 = 25%
G 88 of 255 = 35%
B 69 of 255 = 27%

63
88
69

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

Portions of RGB colors in percentages

R + G + B =
63 + 88 + 69 = 220 (100%)
R 63 of 220 ~ 28.64%
G 88 of 220 ~ 40%
B 69 of 220 ~ 31.36%

%28.64
%40
%31.36

CMYK color model

#3F5845 color CMYK value is (28,0,22,65).

  • cyan value is 28.41%
  • magenta value is 0.00%
  • yellow value is 21.59%
  • key color value is 65.49%
CMYK:
(28,0,22,65)
C28M0Y22K65 
(28%,0%,22%,65%)
(0.28/0.00/0.22/0.65)	

CMYK percentages

%28.41
%0
%21.59
%65.49

Codes

Color #3F5845 in popluar color models

3F5845
RGB638869
HSL134°16.56%29.61%
HSB/HSV134°28.41%34.51%
CMYK28.41%0.00%21.59%
65.49%

Color #3F5845 in popluar number systems.

HEX3F5845
Decimal638869
Binary11111110110001000101
Octal77130105

Shades and tints

Shades of #3F5845

#3F5845
(63,88,69)
#3A503F
(58,80,63)
#354839
(53,72,57)
#304033
(48,64,51)
#2B382D
(43,56,45)
#263027
(38,48,39)
#212821
(33,40,33)
#1C201B
(28,32,27)
#171815
(23,24,21)
#12100F
(18,16,15)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #3F5845

#3F5845
(63,88,69)
#506755
(80,103,85)
#617665
(97,118,101)
#728575
(114,133,117)
#839485
(131,148,133)
#94A395
(148,163,149)
#A5B2A5
(165,178,165)
#B6C1B5
(182,193,181)
#C7D0C5
(199,208,197)
#D8DFD5
(216,223,213)
#E9EEE5
(233,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5845; }

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

This text font color is #3F5845.


Background Color

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

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

This div background color is #3F5845.


Border color

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

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

This div border color is #3F5845.


Opacity

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

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

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

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

This text has shadow with #3F5845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5845 on black background.


Color preview on white background

This text has color #3F5845 on white background.



Black color preview on #3F5845 background

This text has black color on #3F5845 background.


White color preview on #3F5845 background

This text has white color on #3F5845 background.