COLOR #3F7754

HEX: #3F7754
RGB: (63,119,84)

Color info

#3F7754 contains red, green and blue colors in about the same proportion. Web safe color of #3F7754 is #336666 (or #366).

RGB color model

#3F7754 color RGB value is (63,119,84).

  • red value is 63;
  • green value is 119;
  • blue value is 84.
RGB:
(63,119,84)
(25%,47%,33%)

RGB channels and saturation

R 63 of 255 = 25%
G 119 of 255 = 47%
B 84 of 255 = 33%

63
119
84

R + G + B ~ 35%. #3F7754 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 119 + 84 = 266 (100%)
R 63 of 266 ~ 23.68%
G 119 of 266 ~ 44.74%
B 84 of 266 ~ 31.58%

%23.68
%44.74
%31.58

CMYK color model

#3F7754 color CMYK value is (47,0,29,53).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 53.33%
CMYK:
(47,0,29,53)
C47M0Y29K53 
(47%,0%,29%,53%)
(0.47/0.00/0.29/0.53)	

CMYK percentages

%47.06
%0
%29.41
%53.33

Codes

Color #3F7754 in popluar color models

3F7754
RGB6311984
HSL143°30.77%35.69%
HSB/HSV143°47.06%46.67%
CMYK47.06%0.00%29.41%
53.33%

Color #3F7754 in popluar number systems.

HEX3F7754
Decimal6311984
Binary11111111101111010100
Octal77167124

Shades and tints

Shades of #3F7754

#3F7754
(63,119,84)
#3A6D4D
(58,109,77)
#356346
(53,99,70)
#30593F
(48,89,63)
#2B4F38
(43,79,56)
#264531
(38,69,49)
#213B2A
(33,59,42)
#1C3123
(28,49,35)
#17271C
(23,39,28)
#121D15
(18,29,21)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #3F7754

#3F7754
(63,119,84)
#508363
(80,131,99)
#618F72
(97,143,114)
#729B81
(114,155,129)
#83A790
(131,167,144)
#94B39F
(148,179,159)
#A5BFAE
(165,191,174)
#B6CBBD
(182,203,189)
#C7D7CC
(199,215,204)
#D8E3DB
(216,227,219)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7754 color. Also use rgb(63,119,84) instead hex code.

Text Font Color

.myTextColor { color: #3F7754; }

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

This text font color is #3F7754.


Background Color

.myBgColor { background-color: #3F7754; }

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

This div background color is #3F7754.


Border color

.myBorderColor { border: 1px solid #3F7754; }

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

This div border color is #3F7754.


Opacity

.myOpacity80 { color: #3F7754; opacity: 0.8; }

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

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

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

This text has shadow with #3F7754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7754 on black background.


Color preview on white background

This text has color #3F7754 on white background.



Black color preview on #3F7754 background

This text has black color on #3F7754 background.


White color preview on #3F7754 background

This text has white color on #3F7754 background.