COLOR #97A33B

HEX: #97A33B RGB: (151,163,59)

Color info

#97A33B contains mainly red and green colors. Web safe color of #97A33B is #999933 (or #993).

RGB color model

#97A33B color RGB value is (151,163,59).

RGB: (151,163,59) (59%, 64%, 23%)

RGB channels and saturation

R 151 of 255 = 59%
G 163 of 255 = 64%
B 59 of 255 = 23%

151
163
59

R + G + B ~ 49%. #97A33B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 163 + 59 = 373 (100%)
R 151 of 373 ~ 40.48%
G 163 of 373 ~ 43.7%
B 59 of 373 ~ 15.82'%

%40.48
%43.7
%15.82

CMYK color model

#97A33B color CMYK value is (7,0,64,36).

  • cyan value is 7.36%
  • magenta value is 0.00%
  • yellow value is 63.80%
  • key color value is 36.08%

CMYK: (7,0,64,36)
C7M0Y64K36 (7%, 0%, 64%, 36%)
(0.07 / 0.00 / 0.64 / 0.36)

CMYK percentages

%7.36
%0
%63.8
%36.08

Codes

Color #97A33B in popluar color models

97 A3 3B
RGB 151 163 59
HSL 67° 46.85% 43.53%
HSB/HSV 67° 63.80% 63.92%
CMYK 7.36% 0.00% 63.80%
36.08%

Color #97A33B in popluar number systems.

HEX 97 A3 3B
Decimal 151 163 59
Binary 10010111 10100011 111011
Octal 227 243 73

Shades and tints

Shades of #97A33B

#97A33B
(151,163,59)
#8A9536
(138,149,54)
#7D8731
(125,135,49)
#70792C
(112,121,44)
#636B27
(99,107,39)
#565D22
(86,93,34)
#494F1D
(73,79,29)
#3C4118
(60,65,24)
#2F3313
(47,51,19)
#22250E
(34,37,14)
#151709
(21,23,9)
#000000
(0,0,0)

Tints of #97A33B

#97A33B
(151,163,59)
#A0AB4C
(160,171,76)
#A9B35D
(169,179,93)
#B2BB6E
(178,187,110)
#BBC37F
(187,195,127)
#C4CB90
(196,203,144)
#CDD3A1
(205,211,161)
#D6DBB2
(214,219,178)
#DFE3C3
(223,227,195)
#E8EBD4
(232,235,212)
#F1F3E5
(241,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A33B color. Also use rgb(151,163,59) instead hex code.

Text Font Color

.myTextColor { color: #97A33B; }

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

This text font color is #97A33B.

Background Color

.myBgColor { background-color: #97A33B; }

<div style="background-color:#97A33B">Inner text</div>

This div background color is #97A33B.

Border color

.myBorderColor { border: 1px solid #97A33B; }

<div style="border:3px solid #97A33B">Div</div>

This div border color is #97A33B.

Opacity

.myOpacity80 { color: #97A33B; opacity: 0.8; }

<p style="color:#97A33B;opacity:0.8;">80%</p>

Text with #97A33B 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 #97A33B;}

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

This text has shadow with #97A33B color.


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

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

This text has shadow with #97A33B primary color and red secondary color.


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

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

This text has shadow with #97A33B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #97A33B.

Preview

Color preview on black background

This text has color #97A33B on black background.


Color preview on white background

This text has color #97A33B on white background.


Black color preview on #97A33B background

This text has black color on #97A33B background.


White color preview on #97A33B background

This text has white color on #97A33B background.


Related colors

Complementary color

Complementary color for #hex is #685CC4.


I love getcolorcode.com

Triadic colors

1 #3B97A3 and #A33B97 with #97A33B are triadic colors.

2 #3BA397 and #A3973B with #97A33B are triadic colors.