COLOR #738B52

HEX: #738B52
RGB: (115,139,82)

Color info

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

RGB color model

#738B52 color RGB value is (115,139,82).

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

RGB channels and saturation

R 115 of 255 = 45%
G 139 of 255 = 55%
B 82 of 255 = 32%

115
139
82

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

Portions of RGB colors in percentages

R + G + B =
115 + 139 + 82 = 336 (100%)
R 115 of 336 ~ 34.23%
G 139 of 336 ~ 41.37%
B 82 of 336 ~ 24.4%

%34.23
%41.37
%24.4

CMYK color model

#738B52 color CMYK value is (17,0,41,45).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 41.01%
  • key color value is 45.49%
CMYK:
(17,0,41,45)
C17M0Y41K45 
(17%,0%,41%,45%)
(0.17/0.00/0.41/0.45)	

CMYK percentages

%17.27
%0
%41.01
%45.49

Codes

Color #738B52 in popluar color models

738B52
RGB11513982
HSL85°25.79%43.33%
HSB/HSV85°41.01%54.51%
CMYK17.27%0.00%41.01%
45.49%

Color #738B52 in popluar number systems.

HEX738B52
Decimal11513982
Binary1110011100010111010010
Octal163213122

Shades and tints

Shades of #738B52

#738B52
(115,139,82)
#697F4B
(105,127,75)
#5F7344
(95,115,68)
#55673D
(85,103,61)
#4B5B36
(75,91,54)
#414F2F
(65,79,47)
#374328
(55,67,40)
#2D3721
(45,55,33)
#232B1A
(35,43,26)
#191F13
(25,31,19)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #738B52

#738B52
(115,139,82)
#7F9561
(127,149,97)
#8B9F70
(139,159,112)
#97A97F
(151,169,127)
#A3B38E
(163,179,142)
#AFBD9D
(175,189,157)
#BBC7AC
(187,199,172)
#C7D1BB
(199,209,187)
#D3DBCA
(211,219,202)
#DFE5D9
(223,229,217)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738B52; }

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

This text font color is #738B52.


Background Color

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

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

This div background color is #738B52.


Border color

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

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

This div border color is #738B52.


Opacity

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

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

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

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

This text has shadow with #738B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738B52 on black background.


Color preview on white background

This text has color #738B52 on white background.



Black color preview on #738B52 background

This text has black color on #738B52 background.


White color preview on #738B52 background

This text has white color on #738B52 background.