COLOR #738575

HEX: #738575
RGB: (115,133,117)

Color info

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

RGB color model

#738575 color RGB value is (115,133,117).

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

RGB channels and saturation

R 115 of 255 = 45%
G 133 of 255 = 52%
B 117 of 255 = 46%

115
133
117

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

Portions of RGB colors in percentages

R + G + B =
115 + 133 + 117 = 365 (100%)
R 115 of 365 ~ 31.51%
G 133 of 365 ~ 36.44%
B 117 of 365 ~ 32.05%

%31.51
%36.44
%32.05

CMYK color model

#738575 color CMYK value is (14,0,12,48).

  • cyan value is 13.53%
  • magenta value is 0.00%
  • yellow value is 12.03%
  • key color value is 47.84%
CMYK:
(14,0,12,48)
C14M0Y12K48 
(14%,0%,12%,48%)
(0.14/0.00/0.12/0.48)	

CMYK percentages

%13.53
%0
%12.03
%47.84

Codes

Color #738575 in popluar color models

738575
RGB115133117
HSL127°7.26%48.63%
HSB/HSV127°13.53%52.16%
CMYK13.53%0.00%12.03%
47.84%

Color #738575 in popluar number systems.

HEX738575
Decimal115133117
Binary1110011100001011110101
Octal163205165

Shades and tints

Shades of #738575

#738575
(115,133,117)
#69796B
(105,121,107)
#5F6D61
(95,109,97)
#556157
(85,97,87)
#4B554D
(75,85,77)
#414943
(65,73,67)
#373D39
(55,61,57)
#2D312F
(45,49,47)
#232525
(35,37,37)
#19191B
(25,25,27)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #738575

#738575
(115,133,117)
#7F9081
(127,144,129)
#8B9B8D
(139,155,141)
#97A699
(151,166,153)
#A3B1A5
(163,177,165)
#AFBCB1
(175,188,177)
#BBC7BD
(187,199,189)
#C7D2C9
(199,210,201)
#D3DDD5
(211,221,213)
#DFE8E1
(223,232,225)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738575; }

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

This text font color is #738575.


Background Color

.myBgColor { background-color: #738575; }

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

This div background color is #738575.


Border color

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

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

This div border color is #738575.


Opacity

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

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

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

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

This text has shadow with #738575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738575 on black background.


Color preview on white background

This text has color #738575 on white background.



Black color preview on #738575 background

This text has black color on #738575 background.


White color preview on #738575 background

This text has white color on #738575 background.