COLOR #295336

HEX: #295336
RGB: (41,83,54)

Color info

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

RGB color model

#295336 color RGB value is (41,83,54).

  • red value is 41;
  • green value is 83;
  • blue value is 54.
RGB:
(41,83,54)
(16%,33%,21%)

RGB channels and saturation

R 41 of 255 = 16%
G 83 of 255 = 33%
B 54 of 255 = 21%

41
83
54

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

Portions of RGB colors in percentages

R + G + B =
41 + 83 + 54 = 178 (100%)
R 41 of 178 ~ 23.03%
G 83 of 178 ~ 46.63%
B 54 of 178 ~ 30.34%

%23.03
%46.63
%30.34

CMYK color model

#295336 color CMYK value is (51,0,35,67).

  • cyan value is 50.60%
  • magenta value is 0.00%
  • yellow value is 34.94%
  • key color value is 67.45%
CMYK:
(51,0,35,67)
C51M0Y35K67 
(51%,0%,35%,67%)
(0.51/0.00/0.35/0.67)	

CMYK percentages

%50.6
%0
%34.94
%67.45

Codes

Color #295336 in popluar color models

295336
RGB418354
HSL139°33.87%24.31%
HSB/HSV139°50.60%32.55%
CMYK50.60%0.00%34.94%
67.45%

Color #295336 in popluar number systems.

HEX295336
Decimal418354
Binary1010011010011110110
Octal5112366

Shades and tints

Shades of #295336

#295336
(41,83,54)
#264C32
(38,76,50)
#23452E
(35,69,46)
#203E2A
(32,62,42)
#1D3726
(29,55,38)
#1A3022
(26,48,34)
#17291E
(23,41,30)
#14221A
(20,34,26)
#111B16
(17,27,22)
#0E1412
(14,20,18)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #295336

#295336
(41,83,54)
#3C6248
(60,98,72)
#4F715A
(79,113,90)
#62806C
(98,128,108)
#758F7E
(117,143,126)
#889E90
(136,158,144)
#9BADA2
(155,173,162)
#AEBCB4
(174,188,180)
#C1CBC6
(193,203,198)
#D4DAD8
(212,218,216)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #295336 color. Also use rgb(41,83,54) instead hex code.

Text Font Color

.myTextColor { color: #295336; }

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

This text font color is #295336.


Background Color

.myBgColor { background-color: #295336; }

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

This div background color is #295336.


Border color

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

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

This div border color is #295336.


Opacity

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

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

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

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

This text has shadow with #295336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #295336 on black background.


Color preview on white background

This text has color #295336 on white background.



Black color preview on #295336 background

This text has black color on #295336 background.


White color preview on #295336 background

This text has white color on #295336 background.