COLOR #296325

HEX: #296325
RGB: (41,99,37)

Color info

#296325 contains mainly red and green colors. Web safe color of #296325 is #336633 (or #363).

RGB color model

#296325 color RGB value is (41,99,37).

  • red value is 41;
  • green value is 99;
  • blue value is 37.
RGB:
(41,99,37)
(16%,39%,15%)

RGB channels and saturation

R 41 of 255 = 16%
G 99 of 255 = 39%
B 37 of 255 = 15%

41
99
37

R + G + B ~ 23%. #296325 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 99 + 37 = 177 (100%)
R 41 of 177 ~ 23.16%
G 99 of 177 ~ 55.93%
B 37 of 177 ~ 20.9%

%23.16
%55.93
%20.9

CMYK color model

#296325 color CMYK value is (59,0,63,61).

  • cyan value is 58.59%
  • magenta value is 0.00%
  • yellow value is 62.63%
  • key color value is 61.18%
CMYK:
(59,0,63,61)
C59M0Y63K61 
(59%,0%,63%,61%)
(0.59/0.00/0.63/0.61)	

CMYK percentages

%58.59
%0
%62.63
%61.18

Codes

Color #296325 in popluar color models

296325
RGB419937
HSL116°45.59%26.67%
HSB/HSV116°62.63%38.82%
CMYK58.59%0.00%62.63%
61.18%

Color #296325 in popluar number systems.

HEX296325
Decimal419937
Binary1010011100011100101
Octal5114345

Shades and tints

Shades of #296325

#296325
(41,99,37)
#265A22
(38,90,34)
#23511F
(35,81,31)
#20481C
(32,72,28)
#1D3F19
(29,63,25)
#1A3616
(26,54,22)
#172D13
(23,45,19)
#142410
(20,36,16)
#111B0D
(17,27,13)
#0E120A
(14,18,10)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #296325

#296325
(41,99,37)
#3C7138
(60,113,56)
#4F7F4B
(79,127,75)
#628D5E
(98,141,94)
#759B71
(117,155,113)
#88A984
(136,169,132)
#9BB797
(155,183,151)
#AEC5AA
(174,197,170)
#C1D3BD
(193,211,189)
#D4E1D0
(212,225,208)
#E7EFE3
(231,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #296325 color. Also use rgb(41,99,37) instead hex code.

Text Font Color

.myTextColor { color: #296325; }

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

This text font color is #296325.


Background Color

.myBgColor { background-color: #296325; }

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

This div background color is #296325.


Border color

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

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

This div border color is #296325.


Opacity

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

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

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

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

This text has shadow with #296325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #296325 on black background.


Color preview on white background

This text has color #296325 on white background.



Black color preview on #296325 background

This text has black color on #296325 background.


White color preview on #296325 background

This text has white color on #296325 background.