COLOR #738875

HEX: #738875
RGB: (115,136,117)

Color info

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

RGB color model

#738875 color RGB value is (115,136,117).

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

RGB channels and saturation

R 115 of 255 = 45%
G 136 of 255 = 53%
B 117 of 255 = 46%

115
136
117

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

Portions of RGB colors in percentages

R + G + B =
115 + 136 + 117 = 368 (100%)
R 115 of 368 ~ 31.25%
G 136 of 368 ~ 36.96%
B 117 of 368 ~ 31.79%

%31.25
%36.96
%31.79

CMYK color model

#738875 color CMYK value is (15,0,14,47).

  • cyan value is 15.44%
  • magenta value is 0.00%
  • yellow value is 13.97%
  • key color value is 46.67%
CMYK:
(15,0,14,47)
C15M0Y14K47 
(15%,0%,14%,47%)
(0.15/0.00/0.14/0.47)	

CMYK percentages

%15.44
%0
%13.97
%46.67

Codes

Color #738875 in popluar color models

738875
RGB115136117
HSL126°8.37%49.22%
HSB/HSV126°15.44%53.33%
CMYK15.44%0.00%13.97%
46.67%

Color #738875 in popluar number systems.

HEX738875
Decimal115136117
Binary1110011100010001110101
Octal163210165

Shades and tints

Shades of #738875

#738875
(115,136,117)
#697C6B
(105,124,107)
#5F7061
(95,112,97)
#556457
(85,100,87)
#4B584D
(75,88,77)
#414C43
(65,76,67)
#374039
(55,64,57)
#2D342F
(45,52,47)
#232825
(35,40,37)
#191C1B
(25,28,27)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #738875

#738875
(115,136,117)
#7F9281
(127,146,129)
#8B9C8D
(139,156,141)
#97A699
(151,166,153)
#A3B0A5
(163,176,165)
#AFBAB1
(175,186,177)
#BBC4BD
(187,196,189)
#C7CEC9
(199,206,201)
#D3D8D5
(211,216,213)
#DFE2E1
(223,226,225)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738875; }

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

This text font color is #738875.


Background Color

.myBgColor { background-color: #738875; }

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

This div background color is #738875.


Border color

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

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

This div border color is #738875.


Opacity

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

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

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

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

This text has shadow with #738875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738875 on black background.


Color preview on white background

This text has color #738875 on white background.



Black color preview on #738875 background

This text has black color on #738875 background.


White color preview on #738875 background

This text has white color on #738875 background.