COLOR #4B624D

HEX: #4B624D
RGB: (75,98,77)

Color info

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

RGB color model

#4B624D color RGB value is (75,98,77).

  • red value is 75;
  • green value is 98;
  • blue value is 77.
RGB:
(75,98,77)
(29%,38%,30%)

RGB channels and saturation

R 75 of 255 = 29%
G 98 of 255 = 38%
B 77 of 255 = 30%

75
98
77

R + G + B ~ 32%. #4B624D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 98 + 77 = 250 (100%)
R 75 of 250 ~ 30%
G 98 of 250 ~ 39.2%
B 77 of 250 ~ 30.8%

%30
%39.2
%30.8

CMYK color model

#4B624D color CMYK value is (23,0,21,62).

  • cyan value is 23.47%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 61.57%
CMYK:
(23,0,21,62)
C23M0Y21K62 
(23%,0%,21%,62%)
(0.23/0.00/0.21/0.62)	

CMYK percentages

%23.47
%0
%21.43
%61.57

Codes

Color #4B624D in popluar color models

4B624D
RGB759877
HSL125°13.29%33.92%
HSB/HSV125°23.47%38.43%
CMYK23.47%0.00%21.43%
61.57%

Color #4B624D in popluar number systems.

HEX4B624D
Decimal759877
Binary100101111000101001101
Octal113142115

Shades and tints

Shades of #4B624D

#4B624D
(75,98,77)
#455A46
(69,90,70)
#3F523F
(63,82,63)
#394A38
(57,74,56)
#334231
(51,66,49)
#2D3A2A
(45,58,42)
#273223
(39,50,35)
#212A1C
(33,42,28)
#1B2215
(27,34,21)
#151A0E
(21,26,14)
#0F1207
(15,18,7)
#000000
(0,0,0)

Tints of #4B624D

#4B624D
(75,98,77)
#5B705D
(91,112,93)
#6B7E6D
(107,126,109)
#7B8C7D
(123,140,125)
#8B9A8D
(139,154,141)
#9BA89D
(155,168,157)
#ABB6AD
(171,182,173)
#BBC4BD
(187,196,189)
#CBD2CD
(203,210,205)
#DBE0DD
(219,224,221)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B624D color. Also use rgb(75,98,77) instead hex code.

Text Font Color

.myTextColor { color: #4B624D; }

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

This text font color is #4B624D.


Background Color

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

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

This div background color is #4B624D.


Border color

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

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

This div border color is #4B624D.


Opacity

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

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

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

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

This text has shadow with #4B624D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B624D on black background.


Color preview on white background

This text has color #4B624D on white background.



Black color preview on #4B624D background

This text has black color on #4B624D background.


White color preview on #4B624D background

This text has white color on #4B624D background.