COLOR #4B614B

HEX: #4B614B
RGB: (75,97,75)

Color info

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

RGB color model

#4B614B color RGB value is (75,97,75).

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

RGB channels and saturation

R 75 of 255 = 29%
G 97 of 255 = 38%
B 75 of 255 = 29%

75
97
75

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

Portions of RGB colors in percentages

R + G + B =
75 + 97 + 75 = 247 (100%)
R 75 of 247 ~ 30.36%
G 97 of 247 ~ 39.27%
B 75 of 247 ~ 30.36%

%30.36
%39.27
%30.36

CMYK color model

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

  • cyan value is 22.68%
  • magenta value is 0.00%
  • yellow value is 22.68%
  • key color value is 61.96%
CMYK:
(23,0,23,62)
C23M0Y23K62 
(23%,0%,23%,62%)
(0.23/0.00/0.23/0.62)	

CMYK percentages

%22.68
%0
%22.68
%61.96

Codes

Color #4B614B in popluar color models

4B614B
RGB759775
HSL120°12.79%33.73%
HSB/HSV120°22.68%38.04%
CMYK22.68%0.00%22.68%
61.96%

Color #4B614B in popluar number systems.

HEX4B614B
Decimal759775
Binary100101111000011001011
Octal113141113

Shades and tints

Shades of #4B614B

#4B614B
(75,97,75)
#455945
(69,89,69)
#3F513F
(63,81,63)
#394939
(57,73,57)
#334133
(51,65,51)
#2D392D
(45,57,45)
#273127
(39,49,39)
#212921
(33,41,33)
#1B211B
(27,33,27)
#151915
(21,25,21)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #4B614B

#4B614B
(75,97,75)
#5B6F5B
(91,111,91)
#6B7D6B
(107,125,107)
#7B8B7B
(123,139,123)
#8B998B
(139,153,139)
#9BA79B
(155,167,155)
#ABB5AB
(171,181,171)
#BBC3BB
(187,195,187)
#CBD1CB
(203,209,203)
#DBDFDB
(219,223,219)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B614B; }

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

This text font color is #4B614B.


Background Color

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

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

This div background color is #4B614B.


Border color

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

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

This div border color is #4B614B.


Opacity

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

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

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

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

This text has shadow with #4B614B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B614B on black background.


Color preview on white background

This text has color #4B614B on white background.



Black color preview on #4B614B background

This text has black color on #4B614B background.


White color preview on #4B614B background

This text has white color on #4B614B background.