COLOR #749075

HEX: #749075
RGB: (116,144,117)

Color info

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

RGB color model

#749075 color RGB value is (116,144,117).

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

RGB channels and saturation

R 116 of 255 = 45%
G 144 of 255 = 56%
B 117 of 255 = 46%

116
144
117

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

Portions of RGB colors in percentages

R + G + B =
116 + 144 + 117 = 377 (100%)
R 116 of 377 ~ 30.77%
G 144 of 377 ~ 38.2%
B 117 of 377 ~ 31.03%

%30.77
%38.2
%31.03

CMYK color model

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

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 43.53%
CMYK:
(19,0,19,44)
C19M0Y19K44 
(19%,0%,19%,44%)
(0.19/0.00/0.19/0.44)	

CMYK percentages

%19.44
%0
%18.75
%43.53

Codes

Color #749075 in popluar color models

749075
RGB116144117
HSL122°11.20%50.98%
HSB/HSV122°19.44%56.47%
CMYK19.44%0.00%18.75%
43.53%

Color #749075 in popluar number systems.

HEX749075
Decimal116144117
Binary1110100100100001110101
Octal164220165

Shades and tints

Shades of #749075

#749075
(116,144,117)
#6A836B
(106,131,107)
#607661
(96,118,97)
#566957
(86,105,87)
#4C5C4D
(76,92,77)
#424F43
(66,79,67)
#384239
(56,66,57)
#2E352F
(46,53,47)
#242825
(36,40,37)
#1A1B1B
(26,27,27)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #749075

#749075
(116,144,117)
#809A81
(128,154,129)
#8CA48D
(140,164,141)
#98AE99
(152,174,153)
#A4B8A5
(164,184,165)
#B0C2B1
(176,194,177)
#BCCCBD
(188,204,189)
#C8D6C9
(200,214,201)
#D4E0D5
(212,224,213)
#E0EAE1
(224,234,225)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749075; }

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

This text font color is #749075.


Background Color

.myBgColor { background-color: #749075; }

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

This div background color is #749075.


Border color

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

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

This div border color is #749075.


Opacity

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

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

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

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

This text has shadow with #749075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749075 on black background.


Color preview on white background

This text has color #749075 on white background.



Black color preview on #749075 background

This text has black color on #749075 background.


White color preview on #749075 background

This text has white color on #749075 background.