COLOR #4A363F

HEX: #4A363F RGB: (74,54,63)

Color info

#4A363F contains red, green and blue colors in about the same proportion. Web safe color of #4A363F is #333333 (or #333).

RGB color model

#4A363F color RGB value is (74,54,63).

RGB: (74,54,63) (29%, 21%, 25%)

RGB channels and saturation

R 74 of 255 = 29%
G 54 of 255 = 21%
B 63 of 255 = 25%

74
54
63

R + G + B ~ 25%. #4A363F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 54 + 63 = 191 (100%)
R 74 of 191 ~ 38.74%
G 54 of 191 ~ 28.27%
B 63 of 191 ~ 32.98'%

%38.74
%28.27
%32.98

CMYK color model

#4A363F color CMYK value is (0,27,15,71).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 14.86%
  • key color value is 70.98%

CMYK: (0,27,15,71)
C0M27Y15K71 (0%, 27%, 15%, 71%)
(0.00 / 0.27 / 0.15 / 0.71)

CMYK percentages

%0
%27.03
%14.86
%70.98

Codes

Color #4A363F in popluar color models

4A 36 3F
RGB 74 54 63
HSL 333° 15.63% 25.10%
HSB/HSV 333° 27.03% 29.02%
CMYK 0.00% 27.03% 14.86%
70.98%

Color #4A363F in popluar number systems.

HEX 4A 36 3F
Decimal 74 54 63
Binary 1001010 110110 111111
Octal 112 66 77

Shades and tints

Shades of #4A363F

#4A363F
(74,54,63)
#44323A
(68,50,58)
#3E2E35
(62,46,53)
#382A30
(56,42,48)
#32262B
(50,38,43)
#2C2226
(44,34,38)
#261E21
(38,30,33)
#201A1C
(32,26,28)
#1A1617
(26,22,23)
#141212
(20,18,18)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #4A363F

#4A363F
(74,54,63)
#5A4850
(90,72,80)
#6A5A61
(106,90,97)
#7A6C72
(122,108,114)
#8A7E83
(138,126,131)
#9A9094
(154,144,148)
#AAA2A5
(170,162,165)
#BAB4B6
(186,180,182)
#CAC6C7
(202,198,199)
#DAD8D8
(218,216,216)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A363F color. Also use rgb(74,54,63) instead hex code.

Text Font Color

.myTextColor { color: #4A363F; }

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

This text font color is #4A363F.

Background Color

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

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

This div background color is #4A363F.

Border color

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

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

This div border color is #4A363F.

Opacity

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

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

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

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

This text has shadow with #4A363F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A363F.

Preview

Color preview on black background

This text has color #4A363F on black background.


Color preview on white background

This text has color #4A363F on white background.


Black color preview on #4A363F background

This text has black color on #4A363F background.


White color preview on #4A363F background

This text has white color on #4A363F background.


Related colors

Complementary color

Complementary color for #hex is #B5C9C0.


I love getcolorcode.com

Triadic colors

1 #3F4A36 and #363F4A with #4A363F are triadic colors.

2 #3F364A and #364A3F with #4A363F are triadic colors.