COLOR #5C963B

HEX: #5C963B RGB: (92,150,59)

Color info

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

RGB color model

#5C963B color RGB value is (92,150,59).

RGB: (92,150,59) (36%, 59%, 23%)

RGB channels and saturation

R 92 of 255 = 36%
G 150 of 255 = 59%
B 59 of 255 = 23%

92
150
59

R + G + B ~ 39%. #5C963B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 150 + 59 = 301 (100%)
R 92 of 301 ~ 30.56%
G 150 of 301 ~ 49.83%
B 59 of 301 ~ 19.6'%

%30.56
%49.83
%19.6

CMYK color model

#5C963B color CMYK value is (39,0,61,41).

  • cyan value is 38.67%
  • magenta value is 0.00%
  • yellow value is 60.67%
  • key color value is 41.18%

CMYK: (39,0,61,41)
C39M0Y61K41 (39%, 0%, 61%, 41%)
(0.39 / 0.00 / 0.61 / 0.41)

CMYK percentages

%38.67
%0
%60.67
%41.18

Codes

Color #5C963B in popluar color models

5C 96 3B
RGB 92 150 59
HSL 98° 43.54% 40.98%
HSB/HSV 98° 60.67% 58.82%
CMYK 38.67% 0.00% 60.67%
41.18%

Color #5C963B in popluar number systems.

HEX 5C 96 3B
Decimal 92 150 59
Binary 1011100 10010110 111011
Octal 134 226 73

Shades and tints

Shades of #5C963B

#5C963B
(92,150,59)
#548936
(84,137,54)
#4C7C31
(76,124,49)
#446F2C
(68,111,44)
#3C6227
(60,98,39)
#345522
(52,85,34)
#2C481D
(44,72,29)
#243B18
(36,59,24)
#1C2E13
(28,46,19)
#14210E
(20,33,14)
#0C1409
(12,20,9)
#000000
(0,0,0)

Tints of #5C963B

#5C963B
(92,150,59)
#6A9F4C
(106,159,76)
#78A85D
(120,168,93)
#86B16E
(134,177,110)
#94BA7F
(148,186,127)
#A2C390
(162,195,144)
#B0CCA1
(176,204,161)
#BED5B2
(190,213,178)
#CCDEC3
(204,222,195)
#DAE7D4
(218,231,212)
#E8F0E5
(232,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C963B color. Also use rgb(92,150,59) instead hex code.

Text Font Color

.myTextColor { color: #5C963B; }

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

This text font color is #5C963B.

Background Color

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

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

This div background color is #5C963B.

Border color

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

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

This div border color is #5C963B.

Opacity

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

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

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

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

This text has shadow with #5C963B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C963B.

Preview

Color preview on black background

This text has color #5C963B on black background.


Color preview on white background

This text has color #5C963B on white background.


Black color preview on #5C963B background

This text has black color on #5C963B background.


White color preview on #5C963B background

This text has white color on #5C963B background.


Related colors

Complementary color

Complementary color for #hex is #A369C4.


I love getcolorcode.com

Triadic colors

1 #3B5C96 and #963B5C with #5C963B are triadic colors.

2 #3B965C and #965C3B with #5C963B are triadic colors.