COLOR #4A3338

HEX: #4A3338
RGB: (74,51,56)

Color info

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

RGB color model

#4A3338 color RGB value is (74,51,56).

  • red value is 74;
  • green value is 51;
  • blue value is 56.
RGB:
(74,51,56)
(29%,20%,22%)

RGB channels and saturation

R 74 of 255 = 29%
G 51 of 255 = 20%
B 56 of 255 = 22%

74
51
56

R + G + B ~ 24%. #4A3338 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 51 + 56 = 181 (100%)
R 74 of 181 ~ 40.88%
G 51 of 181 ~ 28.18%
B 56 of 181 ~ 30.94%

%40.88
%28.18
%30.94

CMYK color model

#4A3338 color CMYK value is (0,31,24,71).

  • cyan value is 0.00%
  • magenta value is 31.08%
  • yellow value is 24.32%
  • key color value is 70.98%
CMYK:
(0,31,24,71)
C0M31Y24K71 
(0%,31%,24%,71%)
(0.00/0.31/0.24/0.71)	

CMYK percentages

%0
%31.08
%24.32
%70.98

Codes

Color #4A3338 in popluar color models

4A3338
RGB745156
HSL347°18.40%24.51%
HSB/HSV347°31.08%29.02%
CMYK0.00%31.08%24.32%
70.98%

Color #4A3338 in popluar number systems.

HEX4A3338
Decimal745156
Binary1001010110011111000
Octal1126370

Shades and tints

Shades of #4A3338

#4A3338
(74,51,56)
#442F33
(68,47,51)
#3E2B2E
(62,43,46)
#382729
(56,39,41)
#322324
(50,35,36)
#2C1F1F
(44,31,31)
#261B1A
(38,27,26)
#201715
(32,23,21)
#1A1310
(26,19,16)
#140F0B
(20,15,11)
#0E0B06
(14,11,6)
#000000
(0,0,0)

Tints of #4A3338

#4A3338
(74,51,56)
#5A454A
(90,69,74)
#6A575C
(106,87,92)
#7A696E
(122,105,110)
#8A7B80
(138,123,128)
#9A8D92
(154,141,146)
#AA9FA4
(170,159,164)
#BAB1B6
(186,177,182)
#CAC3C8
(202,195,200)
#DAD5DA
(218,213,218)
#EAE7EC
(234,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3338; }

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

This text font color is #4A3338.


Background Color

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

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

This div background color is #4A3338.


Border color

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

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

This div border color is #4A3338.


Opacity

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

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

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

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

This text has shadow with #4A3338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3338 on black background.


Color preview on white background

This text has color #4A3338 on white background.



Black color preview on #4A3338 background

This text has black color on #4A3338 background.


White color preview on #4A3338 background

This text has white color on #4A3338 background.