COLOR #4B553D

HEX: #4B553D
RGB: (75,85,61)

Color info

#4B553D contains red, green and blue colors in about the same proportion. Web safe color of #4B553D is #336633 (or #363).

RGB color model

#4B553D color RGB value is (75,85,61).

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

RGB channels and saturation

R 75 of 255 = 29%
G 85 of 255 = 33%
B 61 of 255 = 24%

75
85
61

R + G + B ~ 29%. #4B553D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 85 + 61 = 221 (100%)
R 75 of 221 ~ 33.94%
G 85 of 221 ~ 38.46%
B 61 of 221 ~ 27.6%

%33.94
%38.46
%27.6

CMYK color model

#4B553D color CMYK value is (12,0,28,67).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 66.67%
CMYK:
(12,0,28,67)
C12M0Y28K67 
(12%,0%,28%,67%)
(0.12/0.00/0.28/0.67)	

CMYK percentages

%11.76
%0
%28.24
%66.67

Codes

Color #4B553D in popluar color models

4B553D
RGB758561
HSL85°16.44%28.63%
HSB/HSV85°28.24%33.33%
CMYK11.76%0.00%28.24%
66.67%

Color #4B553D in popluar number systems.

HEX4B553D
Decimal758561
Binary10010111010101111101
Octal11312575

Shades and tints

Shades of #4B553D

#4B553D
(75,85,61)
#454E38
(69,78,56)
#3F4733
(63,71,51)
#39402E
(57,64,46)
#333929
(51,57,41)
#2D3224
(45,50,36)
#272B1F
(39,43,31)
#21241A
(33,36,26)
#1B1D15
(27,29,21)
#151610
(21,22,16)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #4B553D

#4B553D
(75,85,61)
#5B644E
(91,100,78)
#6B735F
(107,115,95)
#7B8270
(123,130,112)
#8B9181
(139,145,129)
#9BA092
(155,160,146)
#ABAFA3
(171,175,163)
#BBBEB4
(187,190,180)
#CBCDC5
(203,205,197)
#DBDCD6
(219,220,214)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B553D; }

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

This text font color is #4B553D.


Background Color

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

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

This div background color is #4B553D.


Border color

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

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

This div border color is #4B553D.


Opacity

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

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

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

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

This text has shadow with #4B553D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B553D on black background.


Color preview on white background

This text has color #4B553D on white background.



Black color preview on #4B553D background

This text has black color on #4B553D background.


White color preview on #4B553D background

This text has white color on #4B553D background.