COLOR #5C7448

HEX: #5C7448 RGB: (92,116,72)

Color info

#5C7448 contains red, green and blue colors in about the same proportion. Web safe color of #5C7448 is #666633 (or #663).

RGB color model

#5C7448 color RGB value is (92,116,72).

RGB: (92,116,72) (36%, 45%, 28%)

RGB channels and saturation

R 92 of 255 = 36%
G 116 of 255 = 45%
B 72 of 255 = 28%

92
116
72

R + G + B ~ 36%. #5C7448 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 116 + 72 = 280 (100%)
R 92 of 280 ~ 32.86%
G 116 of 280 ~ 41.43%
B 72 of 280 ~ 25.71'%

%32.86
%41.43
%25.71

CMYK color model

#5C7448 color CMYK value is (21,0,38,55).

  • cyan value is 20.69%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 54.51%

CMYK: (21,0,38,55)
C21M0Y38K55 (21%, 0%, 38%, 55%)
(0.21 / 0.00 / 0.38 / 0.55)

CMYK percentages

%20.69
%0
%37.93
%54.51

Codes

Color #5C7448 in popluar color models

5C 74 48
RGB 92 116 72
HSL 93° 23.40% 36.86%
HSB/HSV 93° 37.93% 45.49%
CMYK 20.69% 0.00% 37.93%
54.51%

Color #5C7448 in popluar number systems.

HEX 5C 74 48
Decimal 92 116 72
Binary 1011100 1110100 1001000
Octal 134 164 110

Shades and tints

Shades of #5C7448

#5C7448
(92,116,72)
#546A42
(84,106,66)
#4C603C
(76,96,60)
#445636
(68,86,54)
#3C4C30
(60,76,48)
#34422A
(52,66,42)
#2C3824
(44,56,36)
#242E1E
(36,46,30)
#1C2418
(28,36,24)
#141A12
(20,26,18)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #5C7448

#5C7448
(92,116,72)
#6A8058
(106,128,88)
#788C68
(120,140,104)
#869878
(134,152,120)
#94A488
(148,164,136)
#A2B098
(162,176,152)
#B0BCA8
(176,188,168)
#BEC8B8
(190,200,184)
#CCD4C8
(204,212,200)
#DAE0D8
(218,224,216)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7448 color. Also use rgb(92,116,72) instead hex code.

Text Font Color

.myTextColor { color: #5C7448; }

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

This text font color is #5C7448.

Background Color

.myBgColor { background-color: #5C7448; }

<div style="background-color:#5C7448">Inner text</div>

This div background color is #5C7448.

Border color

.myBorderColor { border: 1px solid #5C7448; }

<div style="border:3px solid #5C7448">Div</div>

This div border color is #5C7448.

Opacity

.myOpacity80 { color: #5C7448; opacity: 0.8; }

<p style="color:#5C7448;opacity:0.8;">80%</p>

Text with #5C7448 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 #5C7448;}

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

This text has shadow with #5C7448 color.


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

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

This text has shadow with #5C7448 primary color and red secondary color.


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

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

This text has shadow with #5C7448 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5C7448.

Preview

Color preview on black background

This text has color #5C7448 on black background.


Color preview on white background

This text has color #5C7448 on white background.


Black color preview on #5C7448 background

This text has black color on #5C7448 background.


White color preview on #5C7448 background

This text has white color on #5C7448 background.


Related colors

Complementary color

Complementary color for #hex is #A38BB7.


I love getcolorcode.com

Triadic colors

1 #485C74 and #74485C with #5C7448 are triadic colors.

2 #48745C and #745C48 with #5C7448 are triadic colors.