COLOR #4B815D

HEX: #4B815D
RGB: (75,129,93)

Color info

#4B815D contains red, green and blue colors in about the same proportion. Web safe color of #4B815D is #339966 (or #396).

RGB color model

#4B815D color RGB value is (75,129,93).

  • red value is 75;
  • green value is 129;
  • blue value is 93.
RGB:
(75,129,93)
(29%,51%,36%)

RGB channels and saturation

R 75 of 255 = 29%
G 129 of 255 = 51%
B 93 of 255 = 36%

75
129
93

R + G + B ~ 39%. #4B815D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 129 + 93 = 297 (100%)
R 75 of 297 ~ 25.25%
G 129 of 297 ~ 43.43%
B 93 of 297 ~ 31.31%

%25.25
%43.43
%31.31

CMYK color model

#4B815D color CMYK value is (42,0,28,49).

  • cyan value is 41.86%
  • magenta value is 0.00%
  • yellow value is 27.91%
  • key color value is 49.41%
CMYK:
(42,0,28,49)
C42M0Y28K49 
(42%,0%,28%,49%)
(0.42/0.00/0.28/0.49)	

CMYK percentages

%41.86
%0
%27.91
%49.41

Codes

Color #4B815D in popluar color models

4B815D
RGB7512993
HSL140°26.47%40.00%
HSB/HSV140°41.86%50.59%
CMYK41.86%0.00%27.91%
49.41%

Color #4B815D in popluar number systems.

HEX4B815D
Decimal7512993
Binary1001011100000011011101
Octal113201135

Shades and tints

Shades of #4B815D

#4B815D
(75,129,93)
#457655
(69,118,85)
#3F6B4D
(63,107,77)
#396045
(57,96,69)
#33553D
(51,85,61)
#2D4A35
(45,74,53)
#273F2D
(39,63,45)
#213425
(33,52,37)
#1B291D
(27,41,29)
#151E15
(21,30,21)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #4B815D

#4B815D
(75,129,93)
#5B8C6B
(91,140,107)
#6B9779
(107,151,121)
#7BA287
(123,162,135)
#8BAD95
(139,173,149)
#9BB8A3
(155,184,163)
#ABC3B1
(171,195,177)
#BBCEBF
(187,206,191)
#CBD9CD
(203,217,205)
#DBE4DB
(219,228,219)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B815D color. Also use rgb(75,129,93) instead hex code.

Text Font Color

.myTextColor { color: #4B815D; }

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

This text font color is #4B815D.


Background Color

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

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

This div background color is #4B815D.


Border color

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

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

This div border color is #4B815D.


Opacity

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

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

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

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

This text has shadow with #4B815D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B815D on black background.


Color preview on white background

This text has color #4B815D on white background.



Black color preview on #4B815D background

This text has black color on #4B815D background.


White color preview on #4B815D background

This text has white color on #4B815D background.