COLOR #4B815C

HEX: #4B815C RGB: (75,129,92)

Color info

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

RGB color model

#4B815C color RGB value is (75,129,92).

RGB: (75,129,92) (29%, 51%, 36%)

RGB channels and saturation

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

75
129
92

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

Portions of RGB colors in percentages

R + G + B = 75 + 129 + 92 = 296 (100%)
R 75 of 296 ~ 25.34%
G 129 of 296 ~ 43.58%
B 92 of 296 ~ 31.08'%

%25.34
%43.58
%31.08

CMYK color model

#4B815C color CMYK value is (42,0,29,49).

  • cyan value is 41.86%
  • magenta value is 0.00%
  • yellow value is 28.68%
  • key color value is 49.41%
CMYK: (42,0,29,49) C42M0Y29K49 (42%,0%,29%,49%) (0.42/0.00/0.29/0.49) 

CMYK percentages

%41.86
%0
%28.68
%49.41

Codes

Color #4B815C in popluar color models

4B 81 5C
RGB 75 129 92
HSL 139° 26.47% 40.00%
HSB/HSV 139° 41.86% 50.59%
CMYK 41.86% 0.00% 28.68%
49.41%

Color #4B815C in popluar number systems.

HEX 4B 81 5C
Decimal 75 129 92
Binary 1001011 10000001 1011100
Octal 113 201 134

Shades and tints

Shades of #4B815C

#4B815C
(75,129,92)
#457654
(69,118,84)
#3F6B4C
(63,107,76)
#396044
(57,96,68)
#33553C
(51,85,60)
#2D4A34
(45,74,52)
#273F2C
(39,63,44)
#213424
(33,52,36)
#1B291C
(27,41,28)
#151E14
(21,30,20)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #4B815C

#4B815C
(75,129,92)
#5B8C6A
(91,140,106)
#6B9778
(107,151,120)
#7BA286
(123,162,134)
#8BAD94
(139,173,148)
#9BB8A2
(155,184,162)
#ABC3B0
(171,195,176)
#BBCEBE
(187,206,190)
#CBD9CC
(203,217,204)
#DBE4DA
(219,228,218)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B815C; }

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

This text font color is #4B815C.

Background Color

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

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

This div background color is #4B815C.

Border color

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

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

This div border color is #4B815C.

Opacity

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

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

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

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

This text has shadow with #4B815C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B815C.

Preview

Color preview on black background

This text has color #4B815C on black background.


Color preview on white background

This text has color #4B815C on white background.


Black color preview on #4B815C background

This text has black color on #4B815C background.


White color preview on #4B815C background

This text has white color on #4B815C background.


Related colors

Complementary color

Complementary color for #hex is #B47EA3.


I love getcolorcode.com

Triadic colors

1 #5C4B81 and #815C4B with #4B815C are triadic colors.

2 #5C814B and #814B5C with #4B815C are triadic colors.