COLOR #297575

HEX: #297575
RGB: (41,117,117)

Color info

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

RGB color model

#297575 color RGB value is (41,117,117).

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

RGB channels and saturation

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

41
117
117

R + G + B ~ 36%. #297575 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 117 + 117 = 275 (100%)
R 41 of 275 ~ 14.91%
G 117 of 275 ~ 42.55%
B 117 of 275 ~ 42.55%

%14.91
%42.55
%42.55

CMYK color model

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

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

CMYK percentages

%64.96
%0
%0
%54.12

Codes

Color #297575 in popluar color models

297575
RGB41117117
HSL180°48.10%30.98%
HSB/HSV180°64.96%45.88%
CMYK64.96%0.00%0.00%
54.12%

Color #297575 in popluar number systems.

HEX297575
Decimal41117117
Binary10100111101011110101
Octal51165165

Shades and tints

Shades of #297575

#297575
(41,117,117)
#266B6B
(38,107,107)
#236161
(35,97,97)
#205757
(32,87,87)
#1D4D4D
(29,77,77)
#1A4343
(26,67,67)
#173939
(23,57,57)
#142F2F
(20,47,47)
#112525
(17,37,37)
#0E1B1B
(14,27,27)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #297575

#297575
(41,117,117)
#3C8181
(60,129,129)
#4F8D8D
(79,141,141)
#629999
(98,153,153)
#75A5A5
(117,165,165)
#88B1B1
(136,177,177)
#9BBDBD
(155,189,189)
#AEC9C9
(174,201,201)
#C1D5D5
(193,213,213)
#D4E1E1
(212,225,225)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #297575; }

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

This text font color is #297575.


Background Color

.myBgColor { background-color: #297575; }

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

This div background color is #297575.


Border color

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

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

This div border color is #297575.


Opacity

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

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

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

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

This text has shadow with #297575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #297575 on black background.


Color preview on white background

This text has color #297575 on white background.



Black color preview on #297575 background

This text has black color on #297575 background.


White color preview on #297575 background

This text has white color on #297575 background.