COLOR #749067

HEX: #749067
RGB: (116,144,103)

Color info

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

RGB color model

#749067 color RGB value is (116,144,103).

  • red value is 116;
  • green value is 144;
  • blue value is 103.
RGB:
(116,144,103)
(45%,56%,40%)

RGB channels and saturation

R 116 of 255 = 45%
G 144 of 255 = 56%
B 103 of 255 = 40%

116
144
103

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

Portions of RGB colors in percentages

R + G + B =
116 + 144 + 103 = 363 (100%)
R 116 of 363 ~ 31.96%
G 144 of 363 ~ 39.67%
B 103 of 363 ~ 28.37%

%31.96
%39.67
%28.37

CMYK color model

#749067 color CMYK value is (19,0,28,44).

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 28.47%
  • key color value is 43.53%
CMYK:
(19,0,28,44)
C19M0Y28K44 
(19%,0%,28%,44%)
(0.19/0.00/0.28/0.44)	

CMYK percentages

%19.44
%0
%28.47
%43.53

Codes

Color #749067 in popluar color models

749067
RGB116144103
HSL101°16.60%48.43%
HSB/HSV101°28.47%56.47%
CMYK19.44%0.00%28.47%
43.53%

Color #749067 in popluar number systems.

HEX749067
Decimal116144103
Binary1110100100100001100111
Octal164220147

Shades and tints

Shades of #749067

#749067
(116,144,103)
#6A835E
(106,131,94)
#607655
(96,118,85)
#56694C
(86,105,76)
#4C5C43
(76,92,67)
#424F3A
(66,79,58)
#384231
(56,66,49)
#2E3528
(46,53,40)
#24281F
(36,40,31)
#1A1B16
(26,27,22)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #749067

#749067
(116,144,103)
#809A74
(128,154,116)
#8CA481
(140,164,129)
#98AE8E
(152,174,142)
#A4B89B
(164,184,155)
#B0C2A8
(176,194,168)
#BCCCB5
(188,204,181)
#C8D6C2
(200,214,194)
#D4E0CF
(212,224,207)
#E0EADC
(224,234,220)
#ECF4E9
(236,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749067 color. Also use rgb(116,144,103) instead hex code.

Text Font Color

.myTextColor { color: #749067; }

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

This text font color is #749067.


Background Color

.myBgColor { background-color: #749067; }

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

This div background color is #749067.


Border color

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

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

This div border color is #749067.


Opacity

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

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

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

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

This text has shadow with #749067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749067 on black background.


Color preview on white background

This text has color #749067 on white background.



Black color preview on #749067 background

This text has black color on #749067 background.


White color preview on #749067 background

This text has white color on #749067 background.