COLOR #297448

HEX: #297448
RGB: (41,116,72)

Color info

#297448 contains mainly green and blue colors. Web safe color of #297448 is #336633 (or #363).

RGB color model

#297448 color RGB value is (41,116,72).

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

RGB channels and saturation

R 41 of 255 = 16%
G 116 of 255 = 45%
B 72 of 255 = 28%

41
116
72

R + G + B ~ 30%. #297448 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 116 + 72 = 229 (100%)
R 41 of 229 ~ 17.9%
G 116 of 229 ~ 50.66%
B 72 of 229 ~ 31.44%

%17.9
%50.66
%31.44

CMYK color model

#297448 color CMYK value is (65,0,38,55).

  • cyan value is 64.66%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 54.51%
CMYK:
(65,0,38,55)
C65M0Y38K55 
(65%,0%,38%,55%)
(0.65/0.00/0.38/0.55)	

CMYK percentages

%64.66
%0
%37.93
%54.51

Codes

Color #297448 in popluar color models

297448
RGB4111672
HSL145°47.77%30.78%
HSB/HSV145°64.66%45.49%
CMYK64.66%0.00%37.93%
54.51%

Color #297448 in popluar number systems.

HEX297448
Decimal4111672
Binary10100111101001001000
Octal51164110

Shades and tints

Shades of #297448

#297448
(41,116,72)
#266A42
(38,106,66)
#23603C
(35,96,60)
#205636
(32,86,54)
#1D4C30
(29,76,48)
#1A422A
(26,66,42)
#173824
(23,56,36)
#142E1E
(20,46,30)
#112418
(17,36,24)
#0E1A12
(14,26,18)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #297448

#297448
(41,116,72)
#3C8058
(60,128,88)
#4F8C68
(79,140,104)
#629878
(98,152,120)
#75A488
(117,164,136)
#88B098
(136,176,152)
#9BBCA8
(155,188,168)
#AEC8B8
(174,200,184)
#C1D4C8
(193,212,200)
#D4E0D8
(212,224,216)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #297448; }

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

This text font color is #297448.


Background Color

.myBgColor { background-color: #297448; }

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

This div background color is #297448.


Border color

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

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

This div border color is #297448.


Opacity

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

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

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

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

This text has shadow with #297448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #297448 on black background.


Color preview on white background

This text has color #297448 on white background.



Black color preview on #297448 background

This text has black color on #297448 background.


White color preview on #297448 background

This text has white color on #297448 background.