COLOR #297565

HEX: #297565
RGB: (41,117,101)

Color info

#297565 contains mainly green and blue colors. Web safe color of #297565 is #336666 (or #366).

RGB color model

#297565 color RGB value is (41,117,101).

  • red value is 41;
  • green value is 117;
  • blue value is 101.
RGB:
(41,117,101)
(16%,46%,40%)

RGB channels and saturation

R 41 of 255 = 16%
G 117 of 255 = 46%
B 101 of 255 = 40%

41
117
101

R + G + B ~ 34%. #297565 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 117 + 101 = 259 (100%)
R 41 of 259 ~ 15.83%
G 117 of 259 ~ 45.17%
B 101 of 259 ~ 39%

%15.83
%45.17
%39

CMYK color model

#297565 color CMYK value is (65,0,14,54).

  • cyan value is 64.96%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 54.12%
CMYK:
(65,0,14,54)
C65M0Y14K54 
(65%,0%,14%,54%)
(0.65/0.00/0.14/0.54)	

CMYK percentages

%64.96
%0
%13.68
%54.12

Codes

Color #297565 in popluar color models

297565
RGB41117101
HSL167°48.10%30.98%
HSB/HSV167°64.96%45.88%
CMYK64.96%0.00%13.68%
54.12%

Color #297565 in popluar number systems.

HEX297565
Decimal41117101
Binary10100111101011100101
Octal51165145

Shades and tints

Shades of #297565

#297565
(41,117,101)
#266B5C
(38,107,92)
#236153
(35,97,83)
#20574A
(32,87,74)
#1D4D41
(29,77,65)
#1A4338
(26,67,56)
#17392F
(23,57,47)
#142F26
(20,47,38)
#11251D
(17,37,29)
#0E1B14
(14,27,20)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #297565

#297565
(41,117,101)
#3C8173
(60,129,115)
#4F8D81
(79,141,129)
#62998F
(98,153,143)
#75A59D
(117,165,157)
#88B1AB
(136,177,171)
#9BBDB9
(155,189,185)
#AEC9C7
(174,201,199)
#C1D5D5
(193,213,213)
#D4E1E3
(212,225,227)
#E7EDF1
(231,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #297565 color. Also use rgb(41,117,101) instead hex code.

Text Font Color

.myTextColor { color: #297565; }

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

This text font color is #297565.


Background Color

.myBgColor { background-color: #297565; }

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

This div background color is #297565.


Border color

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

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

This div border color is #297565.


Opacity

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

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

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

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

This text has shadow with #297565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #297565 on black background.


Color preview on white background

This text has color #297565 on white background.



Black color preview on #297565 background

This text has black color on #297565 background.


White color preview on #297565 background

This text has white color on #297565 background.