COLOR #4B403D

HEX: #4B403D
RGB: (75,64,61)

Color info

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

RGB color model

#4B403D color RGB value is (75,64,61).

  • red value is 75;
  • green value is 64;
  • blue value is 61.
RGB:
(75,64,61)
(29%,25%,24%)

RGB channels and saturation

R 75 of 255 = 29%
G 64 of 255 = 25%
B 61 of 255 = 24%

75
64
61

R + G + B ~ 26%. #4B403D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 64 + 61 = 200 (100%)
R 75 of 200 ~ 37.5%
G 64 of 200 ~ 32%
B 61 of 200 ~ 30.5%

%37.5
%32
%30.5

CMYK color model

#4B403D color CMYK value is (0,15,19,71).

  • cyan value is 0.00%
  • magenta value is 14.67%
  • yellow value is 18.67%
  • key color value is 70.59%
CMYK:
(0,15,19,71)
C0M15Y19K71 
(0%,15%,19%,71%)
(0.00/0.15/0.19/0.71)	

CMYK percentages

%0
%14.67
%18.67
%70.59

Codes

Color #4B403D in popluar color models

4B403D
RGB756461
HSL13°10.29%26.67%
HSB/HSV13°18.67%29.41%
CMYK0.00%14.67%18.67%
70.59%

Color #4B403D in popluar number systems.

HEX4B403D
Decimal756461
Binary10010111000000111101
Octal11310075

Shades and tints

Shades of #4B403D

#4B403D
(75,64,61)
#453B38
(69,59,56)
#3F3633
(63,54,51)
#39312E
(57,49,46)
#332C29
(51,44,41)
#2D2724
(45,39,36)
#27221F
(39,34,31)
#211D1A
(33,29,26)
#1B1815
(27,24,21)
#151310
(21,19,16)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #4B403D

#4B403D
(75,64,61)
#5B514E
(91,81,78)
#6B625F
(107,98,95)
#7B7370
(123,115,112)
#8B8481
(139,132,129)
#9B9592
(155,149,146)
#ABA6A3
(171,166,163)
#BBB7B4
(187,183,180)
#CBC8C5
(203,200,197)
#DBD9D6
(219,217,214)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B403D; }

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

This text font color is #4B403D.


Background Color

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

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

This div background color is #4B403D.


Border color

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

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

This div border color is #4B403D.


Opacity

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

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

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

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

This text has shadow with #4B403D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B403D on black background.


Color preview on white background

This text has color #4B403D on white background.



Black color preview on #4B403D background

This text has black color on #4B403D background.


White color preview on #4B403D background

This text has white color on #4B403D background.