COLOR #72884B

HEX: #72884B RGB: (114,136,75)

Color info

#72884B contains mainly red and green colors. Web safe color of #72884B is #669933 (or #693).

RGB color model

#72884B color RGB value is (114,136,75).

RGB: (114,136,75) (45%, 53%, 29%)

RGB channels and saturation

R 114 of 255 = 45%
G 136 of 255 = 53%
B 75 of 255 = 29%

114
136
75

R + G + B ~ 42%. #72884B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 136 + 75 = 325 (100%)
R 114 of 325 ~ 35.08%
G 136 of 325 ~ 41.85%
B 75 of 325 ~ 23.08'%

%35.08
%41.85
%23.08

CMYK color model

#72884B color CMYK value is (16,0,45,47).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 44.85%
  • key color value is 46.67%

CMYK: (16,0,45,47)
C16M0Y45K47 (16%, 0%, 45%, 47%)
(0.16 / 0.00 / 0.45 / 0.47)

CMYK percentages

%16.18
%0
%44.85
%46.67

Codes

Color #72884B in popluar color models

72 88 4B
RGB 114 136 75
HSL 82° 28.91% 41.37%
HSB/HSV 82° 44.85% 53.33%
CMYK 16.18% 0.00% 44.85%
46.67%

Color #72884B in popluar number systems.

HEX 72 88 4B
Decimal 114 136 75
Binary 1110010 10001000 1001011
Octal 162 210 113

Shades and tints

Shades of #72884B

#72884B
(114,136,75)
#687C45
(104,124,69)
#5E703F
(94,112,63)
#546439
(84,100,57)
#4A5833
(74,88,51)
#404C2D
(64,76,45)
#364027
(54,64,39)
#2C3421
(44,52,33)
#22281B
(34,40,27)
#181C15
(24,28,21)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #72884B

#72884B
(114,136,75)
#7E925B
(126,146,91)
#8A9C6B
(138,156,107)
#96A67B
(150,166,123)
#A2B08B
(162,176,139)
#AEBA9B
(174,186,155)
#BAC4AB
(186,196,171)
#C6CEBB
(198,206,187)
#D2D8CB
(210,216,203)
#DEE2DB
(222,226,219)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72884B color. Also use rgb(114,136,75) instead hex code.

Text Font Color

.myTextColor { color: #72884B; }

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

This text font color is #72884B.

Background Color

.myBgColor { background-color: #72884B; }

<div style="background-color:#72884B">Inner text</div>

This div background color is #72884B.

Border color

.myBorderColor { border: 1px solid #72884B; }

<div style="border:3px solid #72884B">Div</div>

This div border color is #72884B.

Opacity

.myOpacity80 { color: #72884B; opacity: 0.8; }

<p style="color:#72884B;opacity:0.8;">80%</p>

Text with #72884B 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 #72884B;}

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

This text has shadow with #72884B color.


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

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

This text has shadow with #72884B primary color and red secondary color.


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

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

This text has shadow with #72884B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #72884B.

Preview

Color preview on black background

This text has color #72884B on black background.


Color preview on white background

This text has color #72884B on white background.


Black color preview on #72884B background

This text has black color on #72884B background.


White color preview on #72884B background

This text has white color on #72884B background.


Related colors

Complementary color

Complementary color for #hex is #8D77B4.


I love getcolorcode.com

Triadic colors

1 #4B7288 and #884B72 with #72884B are triadic colors.

2 #4B8872 and #88724B with #72884B are triadic colors.