COLOR #4A363D

HEX: #4A363D
RGB: (74,54,61)

Color info

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

RGB color model

#4A363D color RGB value is (74,54,61).

  • red value is 74;
  • green value is 54;
  • blue value is 61.
RGB:
(74,54,61)
(29%,21%,24%)

RGB channels and saturation

R 74 of 255 = 29%
G 54 of 255 = 21%
B 61 of 255 = 24%

74
54
61

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

Portions of RGB colors in percentages

R + G + B =
74 + 54 + 61 = 189 (100%)
R 74 of 189 ~ 39.15%
G 54 of 189 ~ 28.57%
B 61 of 189 ~ 32.28%

%39.15
%28.57
%32.28

CMYK color model

#4A363D color CMYK value is (0,27,18,71).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 17.57%
  • key color value is 70.98%
CMYK:
(0,27,18,71)
C0M27Y18K71 
(0%,27%,18%,71%)
(0.00/0.27/0.18/0.71)	

CMYK percentages

%0
%27.03
%17.57
%70.98

Codes

Color #4A363D in popluar color models

4A363D
RGB745461
HSL339°15.63%25.10%
HSB/HSV339°27.03%29.02%
CMYK0.00%27.03%17.57%
70.98%

Color #4A363D in popluar number systems.

HEX4A363D
Decimal745461
Binary1001010110110111101
Octal1126675

Shades and tints

Shades of #4A363D

#4A363D
(74,54,61)
#443238
(68,50,56)
#3E2E33
(62,46,51)
#382A2E
(56,42,46)
#322629
(50,38,41)
#2C2224
(44,34,36)
#261E1F
(38,30,31)
#201A1A
(32,26,26)
#1A1615
(26,22,21)
#141210
(20,18,16)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #4A363D

#4A363D
(74,54,61)
#5A484E
(90,72,78)
#6A5A5F
(106,90,95)
#7A6C70
(122,108,112)
#8A7E81
(138,126,129)
#9A9092
(154,144,146)
#AAA2A3
(170,162,163)
#BAB4B4
(186,180,180)
#CAC6C5
(202,198,197)
#DAD8D6
(218,216,214)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A363D; }

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

This text font color is #4A363D.


Background Color

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

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

This div background color is #4A363D.


Border color

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

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

This div border color is #4A363D.


Opacity

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

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

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

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

This text has shadow with #4A363D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A363D on black background.


Color preview on white background

This text has color #4A363D on white background.



Black color preview on #4A363D background

This text has black color on #4A363D background.


White color preview on #4A363D background

This text has white color on #4A363D background.