COLOR #4C7269

HEX: #4C7269 RGB: (76,114,105)

Color info

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

RGB color model

#4C7269 color RGB value is (76,114,105).

RGB: (76,114,105) (30%, 45%, 41%)

RGB channels and saturation

R 76 of 255 = 30%
G 114 of 255 = 45%
B 105 of 255 = 41%

76
114
105

R + G + B ~ 39%. #4C7269 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 114 + 105 = 295 (100%)
R 76 of 295 ~ 25.76%
G 114 of 295 ~ 38.64%
B 105 of 295 ~ 35.59'%

%25.76
%38.64
%35.59

CMYK color model

#4C7269 color CMYK value is (33,0,8,55).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 55.29%

CMYK: (33,0,8,55)
C33M0Y8K55 (33%, 0%, 8%, 55%)
(0.33 / 0.00 / 0.08 / 0.55)

CMYK percentages

%33.33
%0
%7.89
%55.29

Codes

Color #4C7269 in popluar color models

4C 72 69
RGB 76 114 105
HSL 166° 20.00% 37.25%
HSB/HSV 166° 33.33% 44.71%
CMYK 33.33% 0.00% 7.89%
55.29%

Color #4C7269 in popluar number systems.

HEX 4C 72 69
Decimal 76 114 105
Binary 1001100 1110010 1101001
Octal 114 162 151

Shades and tints

Shades of #4C7269

#4C7269
(76,114,105)
#466860
(70,104,96)
#405E57
(64,94,87)
#3A544E
(58,84,78)
#344A45
(52,74,69)
#2E403C
(46,64,60)
#283633
(40,54,51)
#222C2A
(34,44,42)
#1C2221
(28,34,33)
#161818
(22,24,24)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #4C7269

#4C7269
(76,114,105)
#5C7E76
(92,126,118)
#6C8A83
(108,138,131)
#7C9690
(124,150,144)
#8CA29D
(140,162,157)
#9CAEAA
(156,174,170)
#ACBAB7
(172,186,183)
#BCC6C4
(188,198,196)
#CCD2D1
(204,210,209)
#DCDEDE
(220,222,222)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7269 color. Also use rgb(76,114,105) instead hex code.

Text Font Color

.myTextColor { color: #4C7269; }

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

This text font color is #4C7269.

Background Color

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

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

This div background color is #4C7269.

Border color

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

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

This div border color is #4C7269.

Opacity

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

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

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

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

This text has shadow with #4C7269 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C7269.

Preview

Color preview on black background

This text has color #4C7269 on black background.


Color preview on white background

This text has color #4C7269 on white background.


Black color preview on #4C7269 background

This text has black color on #4C7269 background.


White color preview on #4C7269 background

This text has white color on #4C7269 background.


Related colors

Complementary color

Complementary color for #hex is #B38D96.


I love getcolorcode.com

Triadic colors

1 #694C72 and #72694C with #4C7269 are triadic colors.

2 #69724C and #724C69 with #4C7269 are triadic colors.