COLOR #739175

HEX: #739175
RGB: (115,145,117)

Color info

#739175 contains red, green and blue colors in about the same proportion. Web safe color of #739175 is #669966 (or #696).

RGB color model

#739175 color RGB value is (115,145,117).

  • red value is 115;
  • green value is 145;
  • blue value is 117.
RGB:
(115,145,117)
(45%,57%,46%)

RGB channels and saturation

R 115 of 255 = 45%
G 145 of 255 = 57%
B 117 of 255 = 46%

115
145
117

R + G + B ~ 49%. #739175 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 145 + 117 = 377 (100%)
R 115 of 377 ~ 30.5%
G 145 of 377 ~ 38.46%
B 117 of 377 ~ 31.03%

%30.5
%38.46
%31.03

CMYK color model

#739175 color CMYK value is (21,0,19,43).

  • cyan value is 20.69%
  • magenta value is 0.00%
  • yellow value is 19.31%
  • key color value is 43.14%
CMYK:
(21,0,19,43)
C21M0Y19K43 
(21%,0%,19%,43%)
(0.21/0.00/0.19/0.43)	

CMYK percentages

%20.69
%0
%19.31
%43.14

Codes

Color #739175 in popluar color models

739175
RGB115145117
HSL124°12.00%50.98%
HSB/HSV124°20.69%56.86%
CMYK20.69%0.00%19.31%
43.14%

Color #739175 in popluar number systems.

HEX739175
Decimal115145117
Binary1110011100100011110101
Octal163221165

Shades and tints

Shades of #739175

#739175
(115,145,117)
#69846B
(105,132,107)
#5F7761
(95,119,97)
#556A57
(85,106,87)
#4B5D4D
(75,93,77)
#415043
(65,80,67)
#374339
(55,67,57)
#2D362F
(45,54,47)
#232925
(35,41,37)
#191C1B
(25,28,27)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #739175

#739175
(115,145,117)
#7F9B81
(127,155,129)
#8BA58D
(139,165,141)
#97AF99
(151,175,153)
#A3B9A5
(163,185,165)
#AFC3B1
(175,195,177)
#BBCDBD
(187,205,189)
#C7D7C9
(199,215,201)
#D3E1D5
(211,225,213)
#DFEBE1
(223,235,225)
#EBF5ED
(235,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739175; }

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

This text font color is #739175.


Background Color

.myBgColor { background-color: #739175; }

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

This div background color is #739175.


Border color

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

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

This div border color is #739175.


Opacity

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

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

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

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

This text has shadow with #739175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739175 on black background.


Color preview on white background

This text has color #739175 on white background.



Black color preview on #739175 background

This text has black color on #739175 background.


White color preview on #739175 background

This text has white color on #739175 background.