COLOR #295713

HEX: #295713
RGB: (41,87,19)

Color info

#295713 contains mainly red and green colors. Web safe color of #295713 is #336600 (or #360).

RGB color model

#295713 color RGB value is (41,87,19).

  • red value is 41;
  • green value is 87;
  • blue value is 19.
RGB:
(41,87,19)
(16%,34%,7%)

RGB channels and saturation

R 41 of 255 = 16%
G 87 of 255 = 34%
B 19 of 255 = 7%

41
87
19

R + G + B ~ 19%. #295713 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 87 + 19 = 147 (100%)
R 41 of 147 ~ 27.89%
G 87 of 147 ~ 59.18%
B 19 of 147 ~ 12.93%

%27.89
%59.18
%12.93

CMYK color model

#295713 color CMYK value is (53,0,78,66).

  • cyan value is 52.87%
  • magenta value is 0.00%
  • yellow value is 78.16%
  • key color value is 65.88%
CMYK:
(53,0,78,66)
C53M0Y78K66 
(53%,0%,78%,66%)
(0.53/0.00/0.78/0.66)	

CMYK percentages

%52.87
%0
%78.16
%65.88

Codes

Color #295713 in popluar color models

295713
RGB418719
HSL101°64.15%20.78%
HSB/HSV101°78.16%34.12%
CMYK52.87%0.00%78.16%
65.88%

Color #295713 in popluar number systems.

HEX295713
Decimal418719
Binary101001101011110011
Octal5112723

Shades and tints

Shades of #295713

#295713
(41,87,19)
#265012
(38,80,18)
#234911
(35,73,17)
#204210
(32,66,16)
#1D3B0F
(29,59,15)
#1A340E
(26,52,14)
#172D0D
(23,45,13)
#14260C
(20,38,12)
#111F0B
(17,31,11)
#0E180A
(14,24,10)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #295713

#295713
(41,87,19)
#3C6628
(60,102,40)
#4F753D
(79,117,61)
#628452
(98,132,82)
#759367
(117,147,103)
#88A27C
(136,162,124)
#9BB191
(155,177,145)
#AEC0A6
(174,192,166)
#C1CFBB
(193,207,187)
#D4DED0
(212,222,208)
#E7EDE5
(231,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #295713 color. Also use rgb(41,87,19) instead hex code.

Text Font Color

.myTextColor { color: #295713; }

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

This text font color is #295713.


Background Color

.myBgColor { background-color: #295713; }

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

This div background color is #295713.


Border color

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

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

This div border color is #295713.


Opacity

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

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

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

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

This text has shadow with #295713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #295713 on black background.


Color preview on white background

This text has color #295713 on white background.



Black color preview on #295713 background

This text has black color on #295713 background.


White color preview on #295713 background

This text has white color on #295713 background.