COLOR #296048

HEX: #296048
RGB: (41,96,72)

Color info

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

RGB color model

#296048 color RGB value is (41,96,72).

  • red value is 41;
  • green value is 96;
  • blue value is 72.
RGB:
(41,96,72)
(16%,38%,28%)

RGB channels and saturation

R 41 of 255 = 16%
G 96 of 255 = 38%
B 72 of 255 = 28%

41
96
72

R + G + B ~ 27%. #296048 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 96 + 72 = 209 (100%)
R 41 of 209 ~ 19.62%
G 96 of 209 ~ 45.93%
B 72 of 209 ~ 34.45%

%19.62
%45.93
%34.45

CMYK color model

#296048 color CMYK value is (57,0,25,62).

  • cyan value is 57.29%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 62.35%
CMYK:
(57,0,25,62)
C57M0Y25K62 
(57%,0%,25%,62%)
(0.57/0.00/0.25/0.62)	

CMYK percentages

%57.29
%0
%25
%62.35

Codes

Color #296048 in popluar color models

296048
RGB419672
HSL154°40.15%26.86%
HSB/HSV154°57.29%37.65%
CMYK57.29%0.00%25.00%
62.35%

Color #296048 in popluar number systems.

HEX296048
Decimal419672
Binary10100111000001001000
Octal51140110

Shades and tints

Shades of #296048

#296048
(41,96,72)
#265842
(38,88,66)
#23503C
(35,80,60)
#204836
(32,72,54)
#1D4030
(29,64,48)
#1A382A
(26,56,42)
#173024
(23,48,36)
#14281E
(20,40,30)
#112018
(17,32,24)
#0E1812
(14,24,18)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #296048

#296048
(41,96,72)
#3C6E58
(60,110,88)
#4F7C68
(79,124,104)
#628A78
(98,138,120)
#759888
(117,152,136)
#88A698
(136,166,152)
#9BB4A8
(155,180,168)
#AEC2B8
(174,194,184)
#C1D0C8
(193,208,200)
#D4DED8
(212,222,216)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #296048 color. Also use rgb(41,96,72) instead hex code.

Text Font Color

.myTextColor { color: #296048; }

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

This text font color is #296048.


Background Color

.myBgColor { background-color: #296048; }

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

This div background color is #296048.


Border color

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

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

This div border color is #296048.


Opacity

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

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

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

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

This text has shadow with #296048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #296048 on black background.


Color preview on white background

This text has color #296048 on white background.



Black color preview on #296048 background

This text has black color on #296048 background.


White color preview on #296048 background

This text has white color on #296048 background.