COLOR #738553

HEX: #738553
RGB: (115,133,83)

Color info

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

RGB color model

#738553 color RGB value is (115,133,83).

  • red value is 115;
  • green value is 133;
  • blue value is 83.
RGB:
(115,133,83)
(45%,52%,33%)

RGB channels and saturation

R 115 of 255 = 45%
G 133 of 255 = 52%
B 83 of 255 = 33%

115
133
83

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

Portions of RGB colors in percentages

R + G + B =
115 + 133 + 83 = 331 (100%)
R 115 of 331 ~ 34.74%
G 133 of 331 ~ 40.18%
B 83 of 331 ~ 25.08%

%34.74
%40.18
%25.08

CMYK color model

#738553 color CMYK value is (14,0,38,48).

  • cyan value is 13.53%
  • magenta value is 0.00%
  • yellow value is 37.59%
  • key color value is 47.84%
CMYK:
(14,0,38,48)
C14M0Y38K48 
(14%,0%,38%,48%)
(0.14/0.00/0.38/0.48)	

CMYK percentages

%13.53
%0
%37.59
%47.84

Codes

Color #738553 in popluar color models

738553
RGB11513383
HSL82°23.15%42.35%
HSB/HSV82°37.59%52.16%
CMYK13.53%0.00%37.59%
47.84%

Color #738553 in popluar number systems.

HEX738553
Decimal11513383
Binary1110011100001011010011
Octal163205123

Shades and tints

Shades of #738553

#738553
(115,133,83)
#69794C
(105,121,76)
#5F6D45
(95,109,69)
#55613E
(85,97,62)
#4B5537
(75,85,55)
#414930
(65,73,48)
#373D29
(55,61,41)
#2D3122
(45,49,34)
#23251B
(35,37,27)
#191914
(25,25,20)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #738553

#738553
(115,133,83)
#7F9062
(127,144,98)
#8B9B71
(139,155,113)
#97A680
(151,166,128)
#A3B18F
(163,177,143)
#AFBC9E
(175,188,158)
#BBC7AD
(187,199,173)
#C7D2BC
(199,210,188)
#D3DDCB
(211,221,203)
#DFE8DA
(223,232,218)
#EBF3E9
(235,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738553 color. Also use rgb(115,133,83) instead hex code.

Text Font Color

.myTextColor { color: #738553; }

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

This text font color is #738553.


Background Color

.myBgColor { background-color: #738553; }

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

This div background color is #738553.


Border color

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

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

This div border color is #738553.


Opacity

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

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

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

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

This text has shadow with #738553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738553 on black background.


Color preview on white background

This text has color #738553 on white background.



Black color preview on #738553 background

This text has black color on #738553 background.


White color preview on #738553 background

This text has white color on #738553 background.