COLOR #4B333D

HEX: #4B333D RGB: (75,51,61)

Color info

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

RGB color model

#4B333D color RGB value is (75,51,61).

RGB: (75,51,61) (29%, 20%, 24%)

RGB channels and saturation

R 75 of 255 = 29%
G 51 of 255 = 20%
B 61 of 255 = 24%

75
51
61

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

Portions of RGB colors in percentages

R + G + B = 75 + 51 + 61 = 187 (100%)
R 75 of 187 ~ 40.11%
G 51 of 187 ~ 27.27%
B 61 of 187 ~ 32.62'%

%40.11
%27.27
%32.62

CMYK color model

#4B333D color CMYK value is (0,32,19,71).

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

CMYK: (0,32,19,71)
C0M32Y19K71 (0%, 32%, 19%, 71%)
(0.00 / 0.32 / 0.19 / 0.71)

CMYK percentages

%0
%32
%18.67
%70.59

Codes

Color #4B333D in popluar color models

4B 33 3D
RGB 75 51 61
HSL 335° 19.05% 24.71%
HSB/HSV 335° 32.00% 29.41%
CMYK 0.00% 32.00% 18.67%
70.59%

Color #4B333D in popluar number systems.

HEX 4B 33 3D
Decimal 75 51 61
Binary 1001011 110011 111101
Octal 113 63 75

Shades and tints

Shades of #4B333D

#4B333D
(75,51,61)
#452F38
(69,47,56)
#3F2B33
(63,43,51)
#39272E
(57,39,46)
#332329
(51,35,41)
#2D1F24
(45,31,36)
#271B1F
(39,27,31)
#21171A
(33,23,26)
#1B1315
(27,19,21)
#150F10
(21,15,16)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #4B333D

#4B333D
(75,51,61)
#5B454E
(91,69,78)
#6B575F
(107,87,95)
#7B6970
(123,105,112)
#8B7B81
(139,123,129)
#9B8D92
(155,141,146)
#AB9FA3
(171,159,163)
#BBB1B4
(187,177,180)
#CBC3C5
(203,195,197)
#DBD5D6
(219,213,214)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B333D; }

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

This text font color is #4B333D.

Background Color

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

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

This div background color is #4B333D.

Border color

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

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

This div border color is #4B333D.

Opacity

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

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

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

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

This text has shadow with #4B333D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B333D.

Preview

Color preview on black background

This text has color #4B333D on black background.


Color preview on white background

This text has color #4B333D on white background.


Black color preview on #4B333D background

This text has black color on #4B333D background.


White color preview on #4B333D background

This text has white color on #4B333D background.


Related colors

Complementary color

Complementary color for #hex is #B4CCC2.


I love getcolorcode.com

Triadic colors

1 #3D4B33 and #333D4B with #4B333D are triadic colors.

2 #3D334B and #334B3D with #4B333D are triadic colors.