COLOR #295127

HEX: #295127
RGB: (41,81,39)

Color info

#295127 contains red, green and blue colors in about the same proportion. Web safe color of #295127 is #336633 (or #363).

RGB color model

#295127 color RGB value is (41,81,39).

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

RGB channels and saturation

R 41 of 255 = 16%
G 81 of 255 = 32%
B 39 of 255 = 15%

41
81
39

R + G + B ~ 21%. #295127 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 81 + 39 = 161 (100%)
R 41 of 161 ~ 25.47%
G 81 of 161 ~ 50.31%
B 39 of 161 ~ 24.22%

%25.47
%50.31
%24.22

CMYK color model

#295127 color CMYK value is (49,0,52,68).

  • cyan value is 49.38%
  • magenta value is 0.00%
  • yellow value is 51.85%
  • key color value is 68.24%
CMYK:
(49,0,52,68)
C49M0Y52K68 
(49%,0%,52%,68%)
(0.49/0.00/0.52/0.68)	

CMYK percentages

%49.38
%0
%51.85
%68.24

Codes

Color #295127 in popluar color models

295127
RGB418139
HSL117°35.00%23.53%
HSB/HSV117°51.85%31.76%
CMYK49.38%0.00%51.85%
68.24%

Color #295127 in popluar number systems.

HEX295127
Decimal418139
Binary1010011010001100111
Octal5112147

Shades and tints

Shades of #295127

#295127
(41,81,39)
#264A24
(38,74,36)
#234321
(35,67,33)
#203C1E
(32,60,30)
#1D351B
(29,53,27)
#1A2E18
(26,46,24)
#172715
(23,39,21)
#142012
(20,32,18)
#11190F
(17,25,15)
#0E120C
(14,18,12)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #295127

#295127
(41,81,39)
#3C603A
(60,96,58)
#4F6F4D
(79,111,77)
#627E60
(98,126,96)
#758D73
(117,141,115)
#889C86
(136,156,134)
#9BAB99
(155,171,153)
#AEBAAC
(174,186,172)
#C1C9BF
(193,201,191)
#D4D8D2
(212,216,210)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #295127 color. Also use rgb(41,81,39) instead hex code.

Text Font Color

.myTextColor { color: #295127; }

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

This text font color is #295127.


Background Color

.myBgColor { background-color: #295127; }

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

This div background color is #295127.


Border color

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

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

This div border color is #295127.


Opacity

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

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

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

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

This text has shadow with #295127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #295127 on black background.


Color preview on white background

This text has color #295127 on white background.



Black color preview on #295127 background

This text has black color on #295127 background.


White color preview on #295127 background

This text has white color on #295127 background.