COLOR #4A2338

HEX: #4A2338 RGB: (74,35,56)

Color info

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

RGB color model

#4A2338 color RGB value is (74,35,56).

RGB: (74,35,56) (29%, 14%, 22%)

RGB channels and saturation

R 74 of 255 = 29%
G 35 of 255 = 14%
B 56 of 255 = 22%

74
35
56

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

Portions of RGB colors in percentages

R + G + B = 74 + 35 + 56 = 165 (100%)
R 74 of 165 ~ 44.85%
G 35 of 165 ~ 21.21%
B 56 of 165 ~ 33.94'%

%44.85
%21.21
%33.94

CMYK color model

#4A2338 color CMYK value is (0,53,24,71).

  • cyan value is 0.00%
  • magenta value is 52.70%
  • yellow value is 24.32%
  • key color value is 70.98%

CMYK: (0,53,24,71)
C0M53Y24K71 (0%, 53%, 24%, 71%)
(0.00 / 0.53 / 0.24 / 0.71)

CMYK percentages

%0
%52.7
%24.32
%70.98

Codes

Color #4A2338 in popluar color models

4A 23 38
RGB 74 35 56
HSL 328° 35.78% 21.37%
HSB/HSV 328° 52.70% 29.02%
CMYK 0.00% 52.70% 24.32%
70.98%

Color #4A2338 in popluar number systems.

HEX 4A 23 38
Decimal 74 35 56
Binary 1001010 100011 111000
Octal 112 43 70

Shades and tints

Shades of #4A2338

#4A2338
(74,35,56)
#442033
(68,32,51)
#3E1D2E
(62,29,46)
#381A29
(56,26,41)
#321724
(50,23,36)
#2C141F
(44,20,31)
#26111A
(38,17,26)
#200E15
(32,14,21)
#1A0B10
(26,11,16)
#14080B
(20,8,11)
#0E0506
(14,5,6)
#000000
(0,0,0)

Tints of #4A2338

#4A2338
(74,35,56)
#5A374A
(90,55,74)
#6A4B5C
(106,75,92)
#7A5F6E
(122,95,110)
#8A7380
(138,115,128)
#9A8792
(154,135,146)
#AA9BA4
(170,155,164)
#BAAFB6
(186,175,182)
#CAC3C8
(202,195,200)
#DAD7DA
(218,215,218)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A2338; }

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

This text font color is #4A2338.

Background Color

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

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

This div background color is #4A2338.

Border color

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

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

This div border color is #4A2338.

Opacity

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

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

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

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

This text has shadow with #4A2338 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A2338.

Preview

Color preview on black background

This text has color #4A2338 on black background.


Color preview on white background

This text has color #4A2338 on white background.


Black color preview on #4A2338 background

This text has black color on #4A2338 background.


White color preview on #4A2338 background

This text has white color on #4A2338 background.


Related colors

Complementary color

Complementary color for #hex is #B5DCC7.


I love getcolorcode.com

Triadic colors

1 #384A23 and #23384A with #4A2338 are triadic colors.

2 #38234A and #234A38 with #4A2338 are triadic colors.