COLOR #4F3746

HEX: #4F3746
RGB: (79,55,70)

Color info

#4F3746 contains red, green and blue colors in about the same proportion. Web safe color of #4F3746 is #663333 (or #633).

RGB color model

#4F3746 color RGB value is (79,55,70).

  • red value is 79;
  • green value is 55;
  • blue value is 70.
RGB:
(79,55,70)
(31%,22%,27%)

RGB channels and saturation

R 79 of 255 = 31%
G 55 of 255 = 22%
B 70 of 255 = 27%

79
55
70

R + G + B ~ 27%. #4F3746 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 55 + 70 = 204 (100%)
R 79 of 204 ~ 38.73%
G 55 of 204 ~ 26.96%
B 70 of 204 ~ 34.31%

%38.73
%26.96
%34.31

CMYK color model

#4F3746 color CMYK value is (0,30,11,69).

  • cyan value is 0.00%
  • magenta value is 30.38%
  • yellow value is 11.39%
  • key color value is 69.02%
CMYK:
(0,30,11,69)
C0M30Y11K69 
(0%,30%,11%,69%)
(0.00/0.30/0.11/0.69)	

CMYK percentages

%0
%30.38
%11.39
%69.02

Codes

Color #4F3746 in popluar color models

4F3746
RGB795570
HSL323°17.91%26.27%
HSB/HSV323°30.38%30.98%
CMYK0.00%30.38%11.39%
69.02%

Color #4F3746 in popluar number systems.

HEX4F3746
Decimal795570
Binary10011111101111000110
Octal11767106

Shades and tints

Shades of #4F3746

#4F3746
(79,55,70)
#483240
(72,50,64)
#412D3A
(65,45,58)
#3A2834
(58,40,52)
#33232E
(51,35,46)
#2C1E28
(44,30,40)
#251922
(37,25,34)
#1E141C
(30,20,28)
#170F16
(23,15,22)
#100A10
(16,10,16)
#09050A
(9,5,10)
#000000
(0,0,0)

Tints of #4F3746

#4F3746
(79,55,70)
#5F4956
(95,73,86)
#6F5B66
(111,91,102)
#7F6D76
(127,109,118)
#8F7F86
(143,127,134)
#9F9196
(159,145,150)
#AFA3A6
(175,163,166)
#BFB5B6
(191,181,182)
#CFC7C6
(207,199,198)
#DFD9D6
(223,217,214)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3746 color. Also use rgb(79,55,70) instead hex code.

Text Font Color

.myTextColor { color: #4F3746; }

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

This text font color is #4F3746.


Background Color

.myBgColor { background-color: #4F3746; }

<div style="background-color:#4F3746">Inner text</div>

This div background color is #4F3746.


Border color

.myBorderColor { border: 1px solid #4F3746; }

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

This div border color is #4F3746.


Opacity

.myOpacity80 { color: #4F3746; opacity: 0.8; }

<p style="color:#4F3746;opacity:0.8;">80%</p>

Text with #4F3746 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 #4F3746;}

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

This text has shadow with #4F3746 color.

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

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

This text has shadow with #4F3746 primary color and red secondary color.


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

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

This text has shadow with #4F3746 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3746 on black background.


Color preview on white background

This text has color #4F3746 on white background.



Black color preview on #4F3746 background

This text has black color on #4F3746 background.


White color preview on #4F3746 background

This text has white color on #4F3746 background.