COLOR #738A58

HEX: #738A58
RGB: (115,138,88)

Color info

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

RGB color model

#738A58 color RGB value is (115,138,88).

  • red value is 115;
  • green value is 138;
  • blue value is 88.
RGB:
(115,138,88)
(45%,54%,35%)

RGB channels and saturation

R 115 of 255 = 45%
G 138 of 255 = 54%
B 88 of 255 = 35%

115
138
88

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

Portions of RGB colors in percentages

R + G + B =
115 + 138 + 88 = 341 (100%)
R 115 of 341 ~ 33.72%
G 138 of 341 ~ 40.47%
B 88 of 341 ~ 25.81%

%33.72
%40.47
%25.81

CMYK color model

#738A58 color CMYK value is (17,0,36,46).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 36.23%
  • key color value is 45.88%
CMYK:
(17,0,36,46)
C17M0Y36K46 
(17%,0%,36%,46%)
(0.17/0.00/0.36/0.46)	

CMYK percentages

%16.67
%0
%36.23
%45.88

Codes

Color #738A58 in popluar color models

738A58
RGB11513888
HSL88°22.12%44.31%
HSB/HSV88°36.23%54.12%
CMYK16.67%0.00%36.23%
45.88%

Color #738A58 in popluar number systems.

HEX738A58
Decimal11513888
Binary1110011100010101011000
Octal163212130

Shades and tints

Shades of #738A58

#738A58
(115,138,88)
#697E50
(105,126,80)
#5F7248
(95,114,72)
#556640
(85,102,64)
#4B5A38
(75,90,56)
#414E30
(65,78,48)
#374228
(55,66,40)
#2D3620
(45,54,32)
#232A18
(35,42,24)
#191E10
(25,30,16)
#0F1208
(15,18,8)
#000000
(0,0,0)

Tints of #738A58

#738A58
(115,138,88)
#7F9467
(127,148,103)
#8B9E76
(139,158,118)
#97A885
(151,168,133)
#A3B294
(163,178,148)
#AFBCA3
(175,188,163)
#BBC6B2
(187,198,178)
#C7D0C1
(199,208,193)
#D3DAD0
(211,218,208)
#DFE4DF
(223,228,223)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738A58 color. Also use rgb(115,138,88) instead hex code.

Text Font Color

.myTextColor { color: #738A58; }

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

This text font color is #738A58.


Background Color

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

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

This div background color is #738A58.


Border color

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

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

This div border color is #738A58.


Opacity

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

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

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

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

This text has shadow with #738A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738A58 on black background.


Color preview on white background

This text has color #738A58 on white background.



Black color preview on #738A58 background

This text has black color on #738A58 background.


White color preview on #738A58 background

This text has white color on #738A58 background.