COLOR #297071

HEX: #297071
RGB: (41,112,113)

Color info

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

RGB color model

#297071 color RGB value is (41,112,113).

  • red value is 41;
  • green value is 112;
  • blue value is 113.
RGB:
(41,112,113)
(16%,44%,44%)

RGB channels and saturation

R 41 of 255 = 16%
G 112 of 255 = 44%
B 113 of 255 = 44%

41
112
113

R + G + B ~ 35%. #297071 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 112 + 113 = 266 (100%)
R 41 of 266 ~ 15.41%
G 112 of 266 ~ 42.11%
B 113 of 266 ~ 42.48%

%15.41
%42.11
%42.48

CMYK color model

#297071 color CMYK value is (64,1,0,56).

  • cyan value is 63.72%
  • magenta value is 0.88%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(64,1,0,56)
C64M1Y0K56 
(64%,1%,0%,56%)
(0.64/0.01/0.00/0.56)	

CMYK percentages

%63.72
%0.88
%0
%55.69

Codes

Color #297071 in popluar color models

297071
RGB41112113
HSL181°46.75%30.20%
HSB/HSV181°63.72%44.31%
CMYK63.72%0.88%0.00%
55.69%

Color #297071 in popluar number systems.

HEX297071
Decimal41112113
Binary10100111100001110001
Octal51160161

Shades and tints

Shades of #297071

#297071
(41,112,113)
#266667
(38,102,103)
#235C5D
(35,92,93)
#205253
(32,82,83)
#1D4849
(29,72,73)
#1A3E3F
(26,62,63)
#173435
(23,52,53)
#142A2B
(20,42,43)
#112021
(17,32,33)
#0E1617
(14,22,23)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #297071

#297071
(41,112,113)
#3C7D7D
(60,125,125)
#4F8A89
(79,138,137)
#629795
(98,151,149)
#75A4A1
(117,164,161)
#88B1AD
(136,177,173)
#9BBEB9
(155,190,185)
#AECBC5
(174,203,197)
#C1D8D1
(193,216,209)
#D4E5DD
(212,229,221)
#E7F2E9
(231,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #297071 color. Also use rgb(41,112,113) instead hex code.

Text Font Color

.myTextColor { color: #297071; }

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

This text font color is #297071.


Background Color

.myBgColor { background-color: #297071; }

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

This div background color is #297071.


Border color

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

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

This div border color is #297071.


Opacity

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

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

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

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

This text has shadow with #297071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #297071 on black background.


Color preview on white background

This text has color #297071 on white background.



Black color preview on #297071 background

This text has black color on #297071 background.


White color preview on #297071 background

This text has white color on #297071 background.