COLOR #4F2337

HEX: #4F2337 RGB: (79,35,55)

Color info

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

RGB color model

#4F2337 color RGB value is (79,35,55).

RGB: (79,35,55) (31%, 14%, 22%)

RGB channels and saturation

R 79 of 255 = 31%
G 35 of 255 = 14%
B 55 of 255 = 22%

79
35
55

R + G + B ~ 22%. #4F2337 is dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 35 + 55 = 169 (100%)
R 79 of 169 ~ 46.75%
G 35 of 169 ~ 20.71%
B 55 of 169 ~ 32.54'%

%46.75
%20.71
%32.54

CMYK color model

#4F2337 color CMYK value is (0,56,30,69).

  • cyan value is 0.00%
  • magenta value is 55.70%
  • yellow value is 30.38%
  • key color value is 69.02%

CMYK: (0,56,30,69)
C0M56Y30K69 (0%, 56%, 30%, 69%)
(0.00 / 0.56 / 0.30 / 0.69)

CMYK percentages

%0
%55.7
%30.38
%69.02

Codes

Color #4F2337 in popluar color models

4F 23 37
RGB 79 35 55
HSL 333° 38.60% 22.35%
HSB/HSV 333° 55.70% 30.98%
CMYK 0.00% 55.70% 30.38%
69.02%

Color #4F2337 in popluar number systems.

HEX 4F 23 37
Decimal 79 35 55
Binary 1001111 100011 110111
Octal 117 43 67

Shades and tints

Shades of #4F2337

#4F2337
(79,35,55)
#482032
(72,32,50)
#411D2D
(65,29,45)
#3A1A28
(58,26,40)
#331723
(51,23,35)
#2C141E
(44,20,30)
#251119
(37,17,25)
#1E0E14
(30,14,20)
#170B0F
(23,11,15)
#10080A
(16,8,10)
#090505
(9,5,5)
#000000
(0,0,0)

Tints of #4F2337

#4F2337
(79,35,55)
#5F3749
(95,55,73)
#6F4B5B
(111,75,91)
#7F5F6D
(127,95,109)
#8F737F
(143,115,127)
#9F8791
(159,135,145)
#AF9BA3
(175,155,163)
#BFAFB5
(191,175,181)
#CFC3C7
(207,195,199)
#DFD7D9
(223,215,217)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F2337; }

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

This text font color is #4F2337.

Background Color

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

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

This div background color is #4F2337.

Border color

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

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

This div border color is #4F2337.

Opacity

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

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

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

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

This text has shadow with #4F2337 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F2337.

Preview

Color preview on black background

This text has color #4F2337 on black background.


Color preview on white background

This text has color #4F2337 on white background.


Black color preview on #4F2337 background

This text has black color on #4F2337 background.


White color preview on #4F2337 background

This text has white color on #4F2337 background.


Related colors

Complementary color

Complementary color for #hex is #B0DCC8.


I love getcolorcode.com

Triadic colors

1 #374F23 and #23374F with #4F2337 are triadic colors.

2 #37234F and #234F37 with #4F2337 are triadic colors.