COLOR #295413

HEX: #295413
RGB: (41,84,19)

Color info

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

RGB color model

#295413 color RGB value is (41,84,19).

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

RGB channels and saturation

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

41
84
19

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

Portions of RGB colors in percentages

R + G + B =
41 + 84 + 19 = 144 (100%)
R 41 of 144 ~ 28.47%
G 84 of 144 ~ 58.33%
B 19 of 144 ~ 13.19%

%28.47
%58.33
%13.19

CMYK color model

#295413 color CMYK value is (51,0,77,67).

  • cyan value is 51.19%
  • magenta value is 0.00%
  • yellow value is 77.38%
  • key color value is 67.06%
CMYK:
(51,0,77,67)
C51M0Y77K67 
(51%,0%,77%,67%)
(0.51/0.00/0.77/0.67)	

CMYK percentages

%51.19
%0
%77.38
%67.06

Codes

Color #295413 in popluar color models

295413
RGB418419
HSL100°63.11%20.20%
HSB/HSV100°77.38%32.94%
CMYK51.19%0.00%77.38%
67.06%

Color #295413 in popluar number systems.

HEX295413
Decimal418419
Binary101001101010010011
Octal5112423

Shades and tints

Shades of #295413

#295413
(41,84,19)
#264D12
(38,77,18)
#234611
(35,70,17)
#203F10
(32,63,16)
#1D380F
(29,56,15)
#1A310E
(26,49,14)
#172A0D
(23,42,13)
#14230C
(20,35,12)
#111C0B
(17,28,11)
#0E150A
(14,21,10)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #295413

#295413
(41,84,19)
#3C6328
(60,99,40)
#4F723D
(79,114,61)
#628152
(98,129,82)
#759067
(117,144,103)
#889F7C
(136,159,124)
#9BAE91
(155,174,145)
#AEBDA6
(174,189,166)
#C1CCBB
(193,204,187)
#D4DBD0
(212,219,208)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #295413; }

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

This text font color is #295413.


Background Color

.myBgColor { background-color: #295413; }

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

This div background color is #295413.


Border color

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

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

This div border color is #295413.


Opacity

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

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

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

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

This text has shadow with #295413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #295413 on black background.


Color preview on white background

This text has color #295413 on white background.



Black color preview on #295413 background

This text has black color on #295413 background.


White color preview on #295413 background

This text has white color on #295413 background.