COLOR #4F2635

HEX: #4F2635 RGB: (79,38,53)

Color info

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

RGB color model

#4F2635 color RGB value is (79,38,53).

RGB: (79,38,53) (31%, 15%, 21%)

RGB channels and saturation

R 79 of 255 = 31%
G 38 of 255 = 15%
B 53 of 255 = 21%

79
38
53

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

Portions of RGB colors in percentages

R + G + B = 79 + 38 + 53 = 170 (100%)
R 79 of 170 ~ 46.47%
G 38 of 170 ~ 22.35%
B 53 of 170 ~ 31.18'%

%46.47
%22.35
%31.18

CMYK color model

#4F2635 color CMYK value is (0,52,33,69).

  • cyan value is 0.00%
  • magenta value is 51.90%
  • yellow value is 32.91%
  • key color value is 69.02%
CMYK: (0,52,33,69) C0M52Y33K69 (0%,52%,33%,69%) (0.00/0.52/0.33/0.69) 

CMYK percentages

%0
%51.9
%32.91
%69.02

Codes

Color #4F2635 in popluar color models

4F 26 35
RGB 79 38 53
HSL 338° 35.04% 22.94%
HSB/HSV 338° 51.90% 30.98%
CMYK 0.00% 51.90% 32.91%
69.02%

Color #4F2635 in popluar number systems.

HEX 4F 26 35
Decimal 79 38 53
Binary 1001111 100110 110101
Octal 117 46 65

Shades and tints

Shades of #4F2635

#4F2635
(79,38,53)
#482331
(72,35,49)
#41202D
(65,32,45)
#3A1D29
(58,29,41)
#331A25
(51,26,37)
#2C1721
(44,23,33)
#25141D
(37,20,29)
#1E1119
(30,17,25)
#170E15
(23,14,21)
#100B11
(16,11,17)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #4F2635

#4F2635
(79,38,53)
#5F3947
(95,57,71)
#6F4C59
(111,76,89)
#7F5F6B
(127,95,107)
#8F727D
(143,114,125)
#9F858F
(159,133,143)
#AF98A1
(175,152,161)
#BFABB3
(191,171,179)
#CFBEC5
(207,190,197)
#DFD1D7
(223,209,215)
#EFE4E9
(239,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2635 color. Also use rgb(79,38,53) instead hex code.

Text Font Color

.myTextColor { color: #4F2635; }

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

This text font color is #4F2635.

Background Color

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

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

This div background color is #4F2635.

Border color

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

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

This div border color is #4F2635.

Opacity

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

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

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

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

This text has shadow with #4F2635 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F2635.

Preview

Color preview on black background

This text has color #4F2635 on black background.


Color preview on white background

This text has color #4F2635 on white background.


Black color preview on #4F2635 background

This text has black color on #4F2635 background.


White color preview on #4F2635 background

This text has white color on #4F2635 background.


Related colors

Complementary color

Complementary color for #hex is #B0D9CA.


I love getcolorcode.com

Triadic colors

1 #354F26 and #26354F with #4F2635 are triadic colors.

2 #35264F and #264F35 with #4F2635 are triadic colors.