COLOR #738867

HEX: #738867
RGB: (115,136,103)

Color info

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

RGB color model

#738867 color RGB value is (115,136,103).

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

RGB channels and saturation

R 115 of 255 = 45%
G 136 of 255 = 53%
B 103 of 255 = 40%

115
136
103

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

Portions of RGB colors in percentages

R + G + B =
115 + 136 + 103 = 354 (100%)
R 115 of 354 ~ 32.49%
G 136 of 354 ~ 38.42%
B 103 of 354 ~ 29.1%

%32.49
%38.42
%29.1

CMYK color model

#738867 color CMYK value is (15,0,24,47).

  • cyan value is 15.44%
  • magenta value is 0.00%
  • yellow value is 24.26%
  • key color value is 46.67%
CMYK:
(15,0,24,47)
C15M0Y24K47 
(15%,0%,24%,47%)
(0.15/0.00/0.24/0.47)	

CMYK percentages

%15.44
%0
%24.26
%46.67

Codes

Color #738867 in popluar color models

738867
RGB115136103
HSL98°13.81%46.86%
HSB/HSV98°24.26%53.33%
CMYK15.44%0.00%24.26%
46.67%

Color #738867 in popluar number systems.

HEX738867
Decimal115136103
Binary1110011100010001100111
Octal163210147

Shades and tints

Shades of #738867

#738867
(115,136,103)
#697C5E
(105,124,94)
#5F7055
(95,112,85)
#55644C
(85,100,76)
#4B5843
(75,88,67)
#414C3A
(65,76,58)
#374031
(55,64,49)
#2D3428
(45,52,40)
#23281F
(35,40,31)
#191C16
(25,28,22)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #738867

#738867
(115,136,103)
#7F9274
(127,146,116)
#8B9C81
(139,156,129)
#97A68E
(151,166,142)
#A3B09B
(163,176,155)
#AFBAA8
(175,186,168)
#BBC4B5
(187,196,181)
#C7CEC2
(199,206,194)
#D3D8CF
(211,216,207)
#DFE2DC
(223,226,220)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738867; }

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

This text font color is #738867.


Background Color

.myBgColor { background-color: #738867; }

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

This div background color is #738867.


Border color

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

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

This div border color is #738867.


Opacity

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

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

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

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

This text has shadow with #738867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738867 on black background.


Color preview on white background

This text has color #738867 on white background.



Black color preview on #738867 background

This text has black color on #738867 background.


White color preview on #738867 background

This text has white color on #738867 background.