COLOR #295513

HEX: #295513
RGB: (41,85,19)

Color info

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

RGB color model

#295513 color RGB value is (41,85,19).

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

RGB channels and saturation

R 41 of 255 = 16%
G 85 of 255 = 33%
B 19 of 255 = 7%

41
85
19

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

Portions of RGB colors in percentages

R + G + B =
41 + 85 + 19 = 145 (100%)
R 41 of 145 ~ 28.28%
G 85 of 145 ~ 58.62%
B 19 of 145 ~ 13.1%

%28.28
%58.62
%13.1

CMYK color model

#295513 color CMYK value is (52,0,78,67).

  • cyan value is 51.76%
  • magenta value is 0.00%
  • yellow value is 77.65%
  • key color value is 66.67%
CMYK:
(52,0,78,67)
C52M0Y78K67 
(52%,0%,78%,67%)
(0.52/0.00/0.78/0.67)	

CMYK percentages

%51.76
%0
%77.65
%66.67

Codes

Color #295513 in popluar color models

295513
RGB418519
HSL100°63.46%20.39%
HSB/HSV100°77.65%33.33%
CMYK51.76%0.00%77.65%
66.67%

Color #295513 in popluar number systems.

HEX295513
Decimal418519
Binary101001101010110011
Octal5112523

Shades and tints

Shades of #295513

#295513
(41,85,19)
#264E12
(38,78,18)
#234711
(35,71,17)
#204010
(32,64,16)
#1D390F
(29,57,15)
#1A320E
(26,50,14)
#172B0D
(23,43,13)
#14240C
(20,36,12)
#111D0B
(17,29,11)
#0E160A
(14,22,10)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #295513

#295513
(41,85,19)
#3C6428
(60,100,40)
#4F733D
(79,115,61)
#628252
(98,130,82)
#759167
(117,145,103)
#88A07C
(136,160,124)
#9BAF91
(155,175,145)
#AEBEA6
(174,190,166)
#C1CDBB
(193,205,187)
#D4DCD0
(212,220,208)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #295513; }

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

This text font color is #295513.


Background Color

.myBgColor { background-color: #295513; }

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

This div background color is #295513.


Border color

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

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

This div border color is #295513.


Opacity

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

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

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

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

This text has shadow with #295513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #295513 on black background.


Color preview on white background

This text has color #295513 on white background.



Black color preview on #295513 background

This text has black color on #295513 background.


White color preview on #295513 background

This text has white color on #295513 background.