COLOR #738B75

HEX: #738B75
RGB: (115,139,117)

Color info

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

RGB color model

#738B75 color RGB value is (115,139,117).

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

RGB channels and saturation

R 115 of 255 = 45%
G 139 of 255 = 55%
B 117 of 255 = 46%

115
139
117

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

Portions of RGB colors in percentages

R + G + B =
115 + 139 + 117 = 371 (100%)
R 115 of 371 ~ 31%
G 139 of 371 ~ 37.47%
B 117 of 371 ~ 31.54%

%31
%37.47
%31.54

CMYK color model

#738B75 color CMYK value is (17,0,16,45).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 15.83%
  • key color value is 45.49%
CMYK:
(17,0,16,45)
C17M0Y16K45 
(17%,0%,16%,45%)
(0.17/0.00/0.16/0.45)	

CMYK percentages

%17.27
%0
%15.83
%45.49

Codes

Color #738B75 in popluar color models

738B75
RGB115139117
HSL125°9.45%49.80%
HSB/HSV125°17.27%54.51%
CMYK17.27%0.00%15.83%
45.49%

Color #738B75 in popluar number systems.

HEX738B75
Decimal115139117
Binary1110011100010111110101
Octal163213165

Shades and tints

Shades of #738B75

#738B75
(115,139,117)
#697F6B
(105,127,107)
#5F7361
(95,115,97)
#556757
(85,103,87)
#4B5B4D
(75,91,77)
#414F43
(65,79,67)
#374339
(55,67,57)
#2D372F
(45,55,47)
#232B25
(35,43,37)
#191F1B
(25,31,27)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #738B75

#738B75
(115,139,117)
#7F9581
(127,149,129)
#8B9F8D
(139,159,141)
#97A999
(151,169,153)
#A3B3A5
(163,179,165)
#AFBDB1
(175,189,177)
#BBC7BD
(187,199,189)
#C7D1C9
(199,209,201)
#D3DBD5
(211,219,213)
#DFE5E1
(223,229,225)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738B75; }

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

This text font color is #738B75.


Background Color

.myBgColor { background-color: #738B75; }

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

This div background color is #738B75.


Border color

.myBorderColor { border: 1px solid #738B75; }

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

This div border color is #738B75.


Opacity

.myOpacity80 { color: #738B75; opacity: 0.8; }

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

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

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

This text has shadow with #738B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738B75 on black background.


Color preview on white background

This text has color #738B75 on white background.



Black color preview on #738B75 background

This text has black color on #738B75 background.


White color preview on #738B75 background

This text has white color on #738B75 background.