COLOR #4A2B23

HEX: #4A2B23 RGB: (74,43,35)

Color info

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

RGB color model

#4A2B23 color RGB value is (74,43,35).

RGB: (74,43,35) (29%, 17%, 14%)

RGB channels and saturation

R 74 of 255 = 29%
G 43 of 255 = 17%
B 35 of 255 = 14%

74
43
35

R + G + B ~ 20%. #4A2B23 is dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 43 + 35 = 152 (100%)
R 74 of 152 ~ 48.68%
G 43 of 152 ~ 28.29%
B 35 of 152 ~ 23.03'%

%48.68
%28.29
%23.03

CMYK color model

#4A2B23 color CMYK value is (0,42,53,71).

  • cyan value is 0.00%
  • magenta value is 41.89%
  • yellow value is 52.70%
  • key color value is 70.98%
CMYK: (0,42,53,71) C0M42Y53K71 (0%,42%,53%,71%) (0.00/0.42/0.53/0.71) 

CMYK percentages

%0
%41.89
%52.7
%70.98

Codes

Color #4A2B23 in popluar color models

4A 2B 23
RGB 74 43 35
HSL 12° 35.78% 21.37%
HSB/HSV 12° 52.70% 29.02%
CMYK 0.00% 41.89% 52.70%
70.98%

Color #4A2B23 in popluar number systems.

HEX 4A 2B 23
Decimal 74 43 35
Binary 1001010 101011 100011
Octal 112 53 43

Shades and tints

Shades of #4A2B23

#4A2B23
(74,43,35)
#442820
(68,40,32)
#3E251D
(62,37,29)
#38221A
(56,34,26)
#321F17
(50,31,23)
#2C1C14
(44,28,20)
#261911
(38,25,17)
#20160E
(32,22,14)
#1A130B
(26,19,11)
#141008
(20,16,8)
#0E0D05
(14,13,5)
#000000
(0,0,0)

Tints of #4A2B23

#4A2B23
(74,43,35)
#5A3E37
(90,62,55)
#6A514B
(106,81,75)
#7A645F
(122,100,95)
#8A7773
(138,119,115)
#9A8A87
(154,138,135)
#AA9D9B
(170,157,155)
#BAB0AF
(186,176,175)
#CAC3C3
(202,195,195)
#DAD6D7
(218,214,215)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A2B23 color. Also use rgb(74,43,35) instead hex code.

Text Font Color

.myTextColor { color: #4A2B23; }

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

This text font color is #4A2B23.

Background Color

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

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

This div background color is #4A2B23.

Border color

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

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

This div border color is #4A2B23.

Opacity

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

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

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

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

This text has shadow with #4A2B23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A2B23.

Preview

Color preview on black background

This text has color #4A2B23 on black background.


Color preview on white background

This text has color #4A2B23 on white background.


Black color preview on #4A2B23 background

This text has black color on #4A2B23 background.


White color preview on #4A2B23 background

This text has white color on #4A2B23 background.


Related colors

Complementary color

Complementary color for #hex is #B5D4DC.


I love getcolorcode.com

Triadic colors

1 #234A2B and #2B234A with #4A2B23 are triadic colors.

2 #232B4A and #2B4A23 with #4A2B23 are triadic colors.