COLOR #5C751B

HEX: #5C751B RGB: (92,117,27)

Color info

#5C751B contains mainly red and green colors. Web safe color of #5C751B is #666633 (or #663).

RGB color model

#5C751B color RGB value is (92,117,27).

RGB: (92,117,27) (36%, 46%, 11%)

RGB channels and saturation

R 92 of 255 = 36%
G 117 of 255 = 46%
B 27 of 255 = 11%

92
117
27

R + G + B ~ 31%. #5C751B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 117 + 27 = 236 (100%)
R 92 of 236 ~ 38.98%
G 117 of 236 ~ 49.58%
B 27 of 236 ~ 11.44'%

%38.98
%49.58
%11.44

CMYK color model

#5C751B color CMYK value is (21,0,77,54).

  • cyan value is 21.37%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 54.12%

CMYK: (21,0,77,54)
C21M0Y77K54 (21%, 0%, 77%, 54%)
(0.21 / 0.00 / 0.77 / 0.54)

CMYK percentages

%21.37
%0
%76.92
%54.12

Codes

Color #5C751B in popluar color models

5C 75 1B
RGB 92 117 27
HSL 77° 62.50% 28.24%
HSB/HSV 77° 76.92% 45.88%
CMYK 21.37% 0.00% 76.92%
54.12%

Color #5C751B in popluar number systems.

HEX 5C 75 1B
Decimal 92 117 27
Binary 1011100 1110101 11011
Octal 134 165 33

Shades and tints

Shades of #5C751B

#5C751B
(92,117,27)
#546B19
(84,107,25)
#4C6117
(76,97,23)
#445715
(68,87,21)
#3C4D13
(60,77,19)
#344311
(52,67,17)
#2C390F
(44,57,15)
#242F0D
(36,47,13)
#1C250B
(28,37,11)
#141B09
(20,27,9)
#0C1107
(12,17,7)
#000000
(0,0,0)

Tints of #5C751B

#5C751B
(92,117,27)
#6A812F
(106,129,47)
#788D43
(120,141,67)
#869957
(134,153,87)
#94A56B
(148,165,107)
#A2B17F
(162,177,127)
#B0BD93
(176,189,147)
#BEC9A7
(190,201,167)
#CCD5BB
(204,213,187)
#DAE1CF
(218,225,207)
#E8EDE3
(232,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C751B color. Also use rgb(92,117,27) instead hex code.

Text Font Color

.myTextColor { color: #5C751B; }

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

This text font color is #5C751B.

Background Color

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

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

This div background color is #5C751B.

Border color

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

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

This div border color is #5C751B.

Opacity

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

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

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

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

This text has shadow with #5C751B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C751B.

Preview

Color preview on black background

This text has color #5C751B on black background.


Color preview on white background

This text has color #5C751B on white background.


Black color preview on #5C751B background

This text has black color on #5C751B background.


White color preview on #5C751B background

This text has white color on #5C751B background.


Related colors

Complementary color

Complementary color for #hex is #A38AE4.


I love getcolorcode.com

Triadic colors

1 #1B5C75 and #751B5C with #5C751B are triadic colors.

2 #1B755C and #755C1B with #5C751B are triadic colors.