COLOR #295333

HEX: #295333
RGB: (41,83,51)

Color info

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

RGB color model

#295333 color RGB value is (41,83,51).

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

RGB channels and saturation

R 41 of 255 = 16%
G 83 of 255 = 33%
B 51 of 255 = 20%

41
83
51

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

Portions of RGB colors in percentages

R + G + B =
41 + 83 + 51 = 175 (100%)
R 41 of 175 ~ 23.43%
G 83 of 175 ~ 47.43%
B 51 of 175 ~ 29.14%

%23.43
%47.43
%29.14

CMYK color model

#295333 color CMYK value is (51,0,39,67).

  • cyan value is 50.60%
  • magenta value is 0.00%
  • yellow value is 38.55%
  • key color value is 67.45%
CMYK:
(51,0,39,67)
C51M0Y39K67 
(51%,0%,39%,67%)
(0.51/0.00/0.39/0.67)	

CMYK percentages

%50.6
%0
%38.55
%67.45

Codes

Color #295333 in popluar color models

295333
RGB418351
HSL134°33.87%24.31%
HSB/HSV134°50.60%32.55%
CMYK50.60%0.00%38.55%
67.45%

Color #295333 in popluar number systems.

HEX295333
Decimal418351
Binary1010011010011110011
Octal5112363

Shades and tints

Shades of #295333

#295333
(41,83,51)
#264C2F
(38,76,47)
#23452B
(35,69,43)
#203E27
(32,62,39)
#1D3723
(29,55,35)
#1A301F
(26,48,31)
#17291B
(23,41,27)
#142217
(20,34,23)
#111B13
(17,27,19)
#0E140F
(14,20,15)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #295333

#295333
(41,83,51)
#3C6245
(60,98,69)
#4F7157
(79,113,87)
#628069
(98,128,105)
#758F7B
(117,143,123)
#889E8D
(136,158,141)
#9BAD9F
(155,173,159)
#AEBCB1
(174,188,177)
#C1CBC3
(193,203,195)
#D4DAD5
(212,218,213)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #295333; }

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

This text font color is #295333.


Background Color

.myBgColor { background-color: #295333; }

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

This div background color is #295333.


Border color

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

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

This div border color is #295333.


Opacity

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

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

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

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

This text has shadow with #295333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #295333 on black background.


Color preview on white background

This text has color #295333 on white background.



Black color preview on #295333 background

This text has black color on #295333 background.


White color preview on #295333 background

This text has white color on #295333 background.