COLOR #4F233C

HEX: #4F233C
RGB: (79,35,60)

Color info

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

RGB color model

#4F233C color RGB value is (79,35,60).

  • red value is 79;
  • green value is 35;
  • blue value is 60.
RGB:
(79,35,60)
(31%,14%,24%)

RGB channels and saturation

R 79 of 255 = 31%
G 35 of 255 = 14%
B 60 of 255 = 24%

79
35
60

R + G + B ~ 23%. #4F233C is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 35 + 60 = 174 (100%)
R 79 of 174 ~ 45.4%
G 35 of 174 ~ 20.11%
B 60 of 174 ~ 34.48%

%45.4
%20.11
%34.48

CMYK color model

#4F233C color CMYK value is (0,56,24,69).

  • cyan value is 0.00%
  • magenta value is 55.70%
  • yellow value is 24.05%
  • key color value is 69.02%
CMYK:
(0,56,24,69)
C0M56Y24K69 
(0%,56%,24%,69%)
(0.00/0.56/0.24/0.69)	

CMYK percentages

%0
%55.7
%24.05
%69.02

Codes

Color #4F233C in popluar color models

4F233C
RGB793560
HSL326°38.60%22.35%
HSB/HSV326°55.70%30.98%
CMYK0.00%55.70%24.05%
69.02%

Color #4F233C in popluar number systems.

HEX4F233C
Decimal793560
Binary1001111100011111100
Octal1174374

Shades and tints

Shades of #4F233C

#4F233C
(79,35,60)
#482037
(72,32,55)
#411D32
(65,29,50)
#3A1A2D
(58,26,45)
#331728
(51,23,40)
#2C1423
(44,20,35)
#25111E
(37,17,30)
#1E0E19
(30,14,25)
#170B14
(23,11,20)
#10080F
(16,8,15)
#09050A
(9,5,10)
#000000
(0,0,0)

Tints of #4F233C

#4F233C
(79,35,60)
#5F374D
(95,55,77)
#6F4B5E
(111,75,94)
#7F5F6F
(127,95,111)
#8F7380
(143,115,128)
#9F8791
(159,135,145)
#AF9BA2
(175,155,162)
#BFAFB3
(191,175,179)
#CFC3C4
(207,195,196)
#DFD7D5
(223,215,213)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F233C; }

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

This text font color is #4F233C.


Background Color

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

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

This div background color is #4F233C.


Border color

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

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

This div border color is #4F233C.


Opacity

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

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

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

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

This text has shadow with #4F233C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F233C on black background.


Color preview on white background

This text has color #4F233C on white background.



Black color preview on #4F233C background

This text has black color on #4F233C background.


White color preview on #4F233C background

This text has white color on #4F233C background.