COLOR #B3C353

HEX: #B3C353
RGB: (179,195,83)

Color info

#B3C353 contains mainly red and green colors. Web safe color of #B3C353 is #99CC66 (or #9C6).

RGB color model

#B3C353 color RGB value is (179,195,83).

  • red value is 179;
  • green value is 195;
  • blue value is 83.
RGB:
(179,195,83)
(70%,76%,33%)

RGB channels and saturation

R 179 of 255 = 70%
G 195 of 255 = 76%
B 83 of 255 = 33%

179
195
83

R + G + B ~ 60%. #B3C353 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
179 + 195 + 83 = 457 (100%)
R 179 of 457 ~ 39.17%
G 195 of 457 ~ 42.67%
B 83 of 457 ~ 18.16%

%39.17
%42.67
%18.16

CMYK color model

#B3C353 color CMYK value is (8,0,57,24).

  • cyan value is 8.21%
  • magenta value is 0.00%
  • yellow value is 57.44%
  • key color value is 23.53%
CMYK:
(8,0,57,24)
C8M0Y57K24 
(8%,0%,57%,24%)
(0.08/0.00/0.57/0.24)	

CMYK percentages

%8.21
%0
%57.44
%23.53

Codes

Color #B3C353 in popluar color models

B3C353
RGB17919583
HSL69°48.28%54.51%
HSB/HSV69°57.44%76.47%
CMYK8.21%0.00%57.44%
23.53%

Color #B3C353 in popluar number systems.

HEXB3C353
Decimal17919583
Binary10110011110000111010011
Octal263303123

Shades and tints

Shades of #B3C353

#B3C353
(179,195,83)
#A3B24C
(163,178,76)
#93A145
(147,161,69)
#83903E
(131,144,62)
#737F37
(115,127,55)
#636E30
(99,110,48)
#535D29
(83,93,41)
#434C22
(67,76,34)
#333B1B
(51,59,27)
#232A14
(35,42,20)
#13190D
(19,25,13)
#000000
(0,0,0)

Tints of #B3C353

#B3C353
(179,195,83)
#B9C862
(185,200,98)
#BFCD71
(191,205,113)
#C5D280
(197,210,128)
#CBD78F
(203,215,143)
#D1DC9E
(209,220,158)
#D7E1AD
(215,225,173)
#DDE6BC
(221,230,188)
#E3EBCB
(227,235,203)
#E9F0DA
(233,240,218)
#EFF5E9
(239,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C353 color. Also use rgb(179,195,83) instead hex code.

Text Font Color

.myTextColor { color: #B3C353; }

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

This text font color is #B3C353.


Background Color

.myBgColor { background-color: #B3C353; }

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

This div background color is #B3C353.


Border color

.myBorderColor { border: 1px solid #B3C353; }

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

This div border color is #B3C353.


Opacity

.myOpacity80 { color: #B3C353; opacity: 0.8; }

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

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

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

This text has shadow with #B3C353 color.

.textShadow {text-shadow: 3px 3px 1px #B3C353, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B3C353;
-webkit-box-shadow: 1px 1px 3px 2px #B3C353;
box-shadow:1px 1px 3px 2px #B3C353;">
Div content here</div>
This div box has shadow with color #B3C353.

Preview

Color preview on black background

This text has color #B3C353 on black background.


Color preview on white background

This text has color #B3C353 on white background.



Black color preview on #B3C353 background

This text has black color on #B3C353 background.


White color preview on #B3C353 background

This text has white color on #B3C353 background.