COLOR #4B654B

HEX: #4B654B
RGB: (75,101,75)

Color info

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

RGB color model

#4B654B color RGB value is (75,101,75).

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

RGB channels and saturation

R 75 of 255 = 29%
G 101 of 255 = 40%
B 75 of 255 = 29%

75
101
75

R + G + B ~ 33%. #4B654B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 101 + 75 = 251 (100%)
R 75 of 251 ~ 29.88%
G 101 of 251 ~ 40.24%
B 75 of 251 ~ 29.88%

%29.88
%40.24
%29.88

CMYK color model

#4B654B color CMYK value is (26,0,26,60).

  • cyan value is 25.74%
  • magenta value is 0.00%
  • yellow value is 25.74%
  • key color value is 60.39%
CMYK:
(26,0,26,60)
C26M0Y26K60 
(26%,0%,26%,60%)
(0.26/0.00/0.26/0.60)	

CMYK percentages

%25.74
%0
%25.74
%60.39

Codes

Color #4B654B in popluar color models

4B654B
RGB7510175
HSL120°14.77%34.51%
HSB/HSV120°25.74%39.61%
CMYK25.74%0.00%25.74%
60.39%

Color #4B654B in popluar number systems.

HEX4B654B
Decimal7510175
Binary100101111001011001011
Octal113145113

Shades and tints

Shades of #4B654B

#4B654B
(75,101,75)
#455C45
(69,92,69)
#3F533F
(63,83,63)
#394A39
(57,74,57)
#334133
(51,65,51)
#2D382D
(45,56,45)
#272F27
(39,47,39)
#212621
(33,38,33)
#1B1D1B
(27,29,27)
#151415
(21,20,21)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #4B654B

#4B654B
(75,101,75)
#5B735B
(91,115,91)
#6B816B
(107,129,107)
#7B8F7B
(123,143,123)
#8B9D8B
(139,157,139)
#9BAB9B
(155,171,155)
#ABB9AB
(171,185,171)
#BBC7BB
(187,199,187)
#CBD5CB
(203,213,203)
#DBE3DB
(219,227,219)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B654B; }

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

This text font color is #4B654B.


Background Color

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

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

This div background color is #4B654B.


Border color

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

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

This div border color is #4B654B.


Opacity

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

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

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

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

This text has shadow with #4B654B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B654B on black background.


Color preview on white background

This text has color #4B654B on white background.



Black color preview on #4B654B background

This text has black color on #4B654B background.


White color preview on #4B654B background

This text has white color on #4B654B background.