COLOR #4B362A

HEX: #4B362A RGB: (75,54,42)

Color info

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

RGB color model

#4B362A color RGB value is (75,54,42).

RGB: (75,54,42) (29%, 21%, 16%)

RGB channels and saturation

R 75 of 255 = 29%
G 54 of 255 = 21%
B 42 of 255 = 16%

75
54
42

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

Portions of RGB colors in percentages

R + G + B = 75 + 54 + 42 = 171 (100%)
R 75 of 171 ~ 43.86%
G 54 of 171 ~ 31.58%
B 42 of 171 ~ 24.56'%

%43.86
%31.58
%24.56

CMYK color model

#4B362A color CMYK value is (0,28,44,71).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 44.00%
  • key color value is 70.59%

CMYK: (0,28,44,71)
C0M28Y44K71 (0%, 28%, 44%, 71%)
(0.00 / 0.28 / 0.44 / 0.71)

CMYK percentages

%0
%28
%44
%70.59

Codes

Color #4B362A in popluar color models

4B 36 2A
RGB 75 54 42
HSL 22° 28.21% 22.94%
HSB/HSV 22° 44.00% 29.41%
CMYK 0.00% 28.00% 44.00%
70.59%

Color #4B362A in popluar number systems.

HEX 4B 36 2A
Decimal 75 54 42
Binary 1001011 110110 101010
Octal 113 66 52

Shades and tints

Shades of #4B362A

#4B362A
(75,54,42)
#453227
(69,50,39)
#3F2E24
(63,46,36)
#392A21
(57,42,33)
#33261E
(51,38,30)
#2D221B
(45,34,27)
#271E18
(39,30,24)
#211A15
(33,26,21)
#1B1612
(27,22,18)
#15120F
(21,18,15)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #4B362A

#4B362A
(75,54,42)
#5B483D
(91,72,61)
#6B5A50
(107,90,80)
#7B6C63
(123,108,99)
#8B7E76
(139,126,118)
#9B9089
(155,144,137)
#ABA29C
(171,162,156)
#BBB4AF
(187,180,175)
#CBC6C2
(203,198,194)
#DBD8D5
(219,216,213)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B362A color. Also use rgb(75,54,42) instead hex code.

Text Font Color

.myTextColor { color: #4B362A; }

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

This text font color is #4B362A.

Background Color

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

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

This div background color is #4B362A.

Border color

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

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

This div border color is #4B362A.

Opacity

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

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

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

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

This text has shadow with #4B362A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B362A.

Preview

Color preview on black background

This text has color #4B362A on black background.


Color preview on white background

This text has color #4B362A on white background.


Black color preview on #4B362A background

This text has black color on #4B362A background.


White color preview on #4B362A background

This text has white color on #4B362A background.


Related colors

Complementary color

Complementary color for #hex is #B4C9D5.


I love getcolorcode.com

Triadic colors

1 #2A4B36 and #362A4B with #4B362A are triadic colors.

2 #2A364B and #364B2A with #4B362A are triadic colors.