COLOR #738B44

HEX: #738B44
RGB: (115,139,68)

Color info

#738B44 contains mainly red and green colors. Web safe color of #738B44 is #669933 (or #693).

RGB color model

#738B44 color RGB value is (115,139,68).

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

RGB channels and saturation

R 115 of 255 = 45%
G 139 of 255 = 55%
B 68 of 255 = 27%

115
139
68

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

Portions of RGB colors in percentages

R + G + B =
115 + 139 + 68 = 322 (100%)
R 115 of 322 ~ 35.71%
G 139 of 322 ~ 43.17%
B 68 of 322 ~ 21.12%

%35.71
%43.17
%21.12

CMYK color model

#738B44 color CMYK value is (17,0,51,45).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 51.08%
  • key color value is 45.49%
CMYK:
(17,0,51,45)
C17M0Y51K45 
(17%,0%,51%,45%)
(0.17/0.00/0.51/0.45)	

CMYK percentages

%17.27
%0
%51.08
%45.49

Codes

Color #738B44 in popluar color models

738B44
RGB11513968
HSL80°34.30%40.59%
HSB/HSV80°51.08%54.51%
CMYK17.27%0.00%51.08%
45.49%

Color #738B44 in popluar number systems.

HEX738B44
Decimal11513968
Binary1110011100010111000100
Octal163213104

Shades and tints

Shades of #738B44

#738B44
(115,139,68)
#697F3E
(105,127,62)
#5F7338
(95,115,56)
#556732
(85,103,50)
#4B5B2C
(75,91,44)
#414F26
(65,79,38)
#374320
(55,67,32)
#2D371A
(45,55,26)
#232B14
(35,43,20)
#191F0E
(25,31,14)
#0F1308
(15,19,8)
#000000
(0,0,0)

Tints of #738B44

#738B44
(115,139,68)
#7F9555
(127,149,85)
#8B9F66
(139,159,102)
#97A977
(151,169,119)
#A3B388
(163,179,136)
#AFBD99
(175,189,153)
#BBC7AA
(187,199,170)
#C7D1BB
(199,209,187)
#D3DBCC
(211,219,204)
#DFE5DD
(223,229,221)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738B44; }

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

This text font color is #738B44.


Background Color

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

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

This div background color is #738B44.


Border color

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

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

This div border color is #738B44.


Opacity

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

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

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

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

This text has shadow with #738B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738B44 on black background.


Color preview on white background

This text has color #738B44 on white background.



Black color preview on #738B44 background

This text has black color on #738B44 background.


White color preview on #738B44 background

This text has white color on #738B44 background.