COLOR #4B3345

HEX: #4B3345 RGB: (75,51,69)

Color info

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

RGB color model

#4B3345 color RGB value is (75,51,69).

RGB: (75,51,69) (29%, 20%, 27%)

RGB channels and saturation

R 75 of 255 = 29%
G 51 of 255 = 20%
B 69 of 255 = 27%

75
51
69

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

Portions of RGB colors in percentages

R + G + B = 75 + 51 + 69 = 195 (100%)
R 75 of 195 ~ 38.46%
G 51 of 195 ~ 26.15%
B 69 of 195 ~ 35.38'%

%38.46
%26.15
%35.38

CMYK color model

#4B3345 color CMYK value is (0,32,8,71).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 8.00%
  • key color value is 70.59%

CMYK: (0,32,8,71)
C0M32Y8K71 (0%, 32%, 8%, 71%)
(0.00 / 0.32 / 0.08 / 0.71)

CMYK percentages

%0
%32
%8
%70.59

Codes

Color #4B3345 in popluar color models

4B 33 45
RGB 75 51 69
HSL 315° 19.05% 24.71%
HSB/HSV 315° 32.00% 29.41%
CMYK 0.00% 32.00% 8.00%
70.59%

Color #4B3345 in popluar number systems.

HEX 4B 33 45
Decimal 75 51 69
Binary 1001011 110011 1000101
Octal 113 63 105

Shades and tints

Shades of #4B3345

#4B3345
(75,51,69)
#452F3F
(69,47,63)
#3F2B39
(63,43,57)
#392733
(57,39,51)
#33232D
(51,35,45)
#2D1F27
(45,31,39)
#271B21
(39,27,33)
#21171B
(33,23,27)
#1B1315
(27,19,21)
#150F0F
(21,15,15)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #4B3345

#4B3345
(75,51,69)
#5B4555
(91,69,85)
#6B5765
(107,87,101)
#7B6975
(123,105,117)
#8B7B85
(139,123,133)
#9B8D95
(155,141,149)
#AB9FA5
(171,159,165)
#BBB1B5
(187,177,181)
#CBC3C5
(203,195,197)
#DBD5D5
(219,213,213)
#EBE7E5
(235,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3345 color. Also use rgb(75,51,69) instead hex code.

Text Font Color

.myTextColor { color: #4B3345; }

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

This text font color is #4B3345.

Background Color

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

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

This div background color is #4B3345.

Border color

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

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

This div border color is #4B3345.

Opacity

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

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

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

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

This text has shadow with #4B3345 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3345.

Preview

Color preview on black background

This text has color #4B3345 on black background.


Color preview on white background

This text has color #4B3345 on white background.


Black color preview on #4B3345 background

This text has black color on #4B3345 background.


White color preview on #4B3345 background

This text has white color on #4B3345 background.


Related colors

Complementary color

Complementary color for #hex is #B4CCBA.


I love getcolorcode.com

Triadic colors

1 #454B33 and #33454B with #4B3345 are triadic colors.

2 #45334B and #334B45 with #4B3345 are triadic colors.