COLOR #4C534B

HEX: #4C534B
RGB: (76,83,75)

Color info

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

RGB color model

#4C534B color RGB value is (76,83,75).

  • red value is 76;
  • green value is 83;
  • blue value is 75.
RGB:
(76,83,75)
(30%,33%,29%)

RGB channels and saturation

R 76 of 255 = 30%
G 83 of 255 = 33%
B 75 of 255 = 29%

76
83
75

R + G + B ~ 31%. #4C534B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 83 + 75 = 234 (100%)
R 76 of 234 ~ 32.48%
G 83 of 234 ~ 35.47%
B 75 of 234 ~ 32.05%

%32.48
%35.47
%32.05

CMYK color model

#4C534B color CMYK value is (8,0,10,67).

  • cyan value is 8.43%
  • magenta value is 0.00%
  • yellow value is 9.64%
  • key color value is 67.45%
CMYK:
(8,0,10,67)
C8M0Y10K67 
(8%,0%,10%,67%)
(0.08/0.00/0.10/0.67)	

CMYK percentages

%8.43
%0
%9.64
%67.45

Codes

Color #4C534B in popluar color models

4C534B
RGB768375
HSL113°5.06%30.98%
HSB/HSV113°9.64%32.55%
CMYK8.43%0.00%9.64%
67.45%

Color #4C534B in popluar number systems.

HEX4C534B
Decimal768375
Binary100110010100111001011
Octal114123113

Shades and tints

Shades of #4C534B

#4C534B
(76,83,75)
#464C45
(70,76,69)
#40453F
(64,69,63)
#3A3E39
(58,62,57)
#343733
(52,55,51)
#2E302D
(46,48,45)
#282927
(40,41,39)
#222221
(34,34,33)
#1C1B1B
(28,27,27)
#161415
(22,20,21)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #4C534B

#4C534B
(76,83,75)
#5C625B
(92,98,91)
#6C716B
(108,113,107)
#7C807B
(124,128,123)
#8C8F8B
(140,143,139)
#9C9E9B
(156,158,155)
#ACADAB
(172,173,171)
#BCBCBB
(188,188,187)
#CCCBCB
(204,203,203)
#DCDADB
(220,218,219)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C534B; }

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

This text font color is #4C534B.


Background Color

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

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

This div background color is #4C534B.


Border color

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

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

This div border color is #4C534B.


Opacity

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

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

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

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

This text has shadow with #4C534B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C534B on black background.


Color preview on white background

This text has color #4C534B on white background.



Black color preview on #4C534B background

This text has black color on #4C534B background.


White color preview on #4C534B background

This text has white color on #4C534B background.