COLOR #5C7503

HEX: #5C7503 RGB: (92,117,3)

Color info

#5C7503 contains mainly red and green colors. Web safe color of #5C7503 is #666600 (or #660).

RGB color model

#5C7503 color RGB value is (92,117,3).

RGB: (92,117,3) (36%, 46%, 1%)

RGB channels and saturation

R 92 of 255 = 36%
G 117 of 255 = 46%
B 3 of 255 = 1%

92
117
3

R + G + B ~ 28%. #5C7503 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 117 + 3 = 212 (100%)
R 92 of 212 ~ 43.4%
G 117 of 212 ~ 55.19%
B 3 of 212 ~ 1.42'%

%43.4
%55.19

CMYK color model

#5C7503 color CMYK value is (21,0,97,54).

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

CMYK: (21,0,97,54)
C21M0Y97K54 (21%, 0%, 97%, 54%)
(0.21 / 0.00 / 0.97 / 0.54)

CMYK percentages

%21.37
%0
%97.44
%54.12

Codes

Color #5C7503 in popluar color models

5C 75 03
RGB 92 117 3
HSL 73° 95.00% 23.53%
HSB/HSV 73° 97.44% 45.88%
CMYK 21.37% 0.00% 97.44%
54.12%

Color #5C7503 in popluar number systems.

HEX 5C 75 03
Decimal 92 117 3
Binary 1011100 1110101 11
Octal 134 165 3

Shades and tints

Shades of #5C7503

#5C7503
(92,117,3)
#546B03
(84,107,3)
#4C6103
(76,97,3)
#445703
(68,87,3)
#3C4D03
(60,77,3)
#344303
(52,67,3)
#2C3903
(44,57,3)
#242F03
(36,47,3)
#1C2503
(28,37,3)
#141B03
(20,27,3)
#0C1103
(12,17,3)
#000000
(0,0,0)

Tints of #5C7503

#5C7503
(92,117,3)
#6A8119
(106,129,25)
#788D2F
(120,141,47)
#869945
(134,153,69)
#94A55B
(148,165,91)
#A2B171
(162,177,113)
#B0BD87
(176,189,135)
#BEC99D
(190,201,157)
#CCD5B3
(204,213,179)
#DAE1C9
(218,225,201)
#E8EDDF
(232,237,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7503; }

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

This text font color is #5C7503.

Background Color

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

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

This div background color is #5C7503.

Border color

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

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

This div border color is #5C7503.

Opacity

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

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

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

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

This text has shadow with #5C7503 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7503.

Preview

Color preview on black background

This text has color #5C7503 on black background.


Color preview on white background

This text has color #5C7503 on white background.


Black color preview on #5C7503 background

This text has black color on #5C7503 background.


White color preview on #5C7503 background

This text has white color on #5C7503 background.


Related colors

Complementary color

Complementary color for #hex is #A38AFC.


I love getcolorcode.com

Triadic colors

1 #035C75 and #75035C with #5C7503 are triadic colors.

2 #03755C and #755C03 with #5C7503 are triadic colors.