COLOR #4B6753

HEX: #4B6753 RGB: (75,103,83)

Color info

#4B6753 contains red, green and blue colors in about the same proportion. Web safe color of #4B6753 is #336666 (or #366).

RGB color model

#4B6753 color RGB value is (75,103,83).

RGB: (75,103,83) (29%, 40%, 33%)

RGB channels and saturation

R 75 of 255 = 29%
G 103 of 255 = 40%
B 83 of 255 = 33%

75
103
83

R + G + B ~ 34%. #4B6753 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 103 + 83 = 261 (100%)
R 75 of 261 ~ 28.74%
G 103 of 261 ~ 39.46%
B 83 of 261 ~ 31.8'%

%28.74
%39.46
%31.8

CMYK color model

#4B6753 color CMYK value is (27,0,19,60).

  • cyan value is 27.18%
  • magenta value is 0.00%
  • yellow value is 19.42%
  • key color value is 59.61%

CMYK: (27,0,19,60)
C27M0Y19K60 (27%, 0%, 19%, 60%)
(0.27 / 0.00 / 0.19 / 0.60)

CMYK percentages

%27.18
%0
%19.42
%59.61

Codes

Color #4B6753 in popluar color models

4B 67 53
RGB 75 103 83
HSL 137° 15.73% 34.90%
HSB/HSV 137° 27.18% 40.39%
CMYK 27.18% 0.00% 19.42%
59.61%

Color #4B6753 in popluar number systems.

HEX 4B 67 53
Decimal 75 103 83
Binary 1001011 1100111 1010011
Octal 113 147 123

Shades and tints

Shades of #4B6753

#4B6753
(75,103,83)
#455E4C
(69,94,76)
#3F5545
(63,85,69)
#394C3E
(57,76,62)
#334337
(51,67,55)
#2D3A30
(45,58,48)
#273129
(39,49,41)
#212822
(33,40,34)
#1B1F1B
(27,31,27)
#151614
(21,22,20)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #4B6753

#4B6753
(75,103,83)
#5B7462
(91,116,98)
#6B8171
(107,129,113)
#7B8E80
(123,142,128)
#8B9B8F
(139,155,143)
#9BA89E
(155,168,158)
#ABB5AD
(171,181,173)
#BBC2BC
(187,194,188)
#CBCFCB
(203,207,203)
#DBDCDA
(219,220,218)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6753; }

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

This text font color is #4B6753.

Background Color

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

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

This div background color is #4B6753.

Border color

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

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

This div border color is #4B6753.

Opacity

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

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

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

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

This text has shadow with #4B6753 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B6753.

Preview

Color preview on black background

This text has color #4B6753 on black background.


Color preview on white background

This text has color #4B6753 on white background.


Black color preview on #4B6753 background

This text has black color on #4B6753 background.


White color preview on #4B6753 background

This text has white color on #4B6753 background.


Related colors

Complementary color

Complementary color for #hex is #B498AC.


I love getcolorcode.com

Triadic colors

1 #534B67 and #67534B with #4B6753 are triadic colors.

2 #53674B and #674B53 with #4B6753 are triadic colors.