COLOR #3F7653

HEX: #3F7653 RGB: (63,118,83)

Color info

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

RGB color model

#3F7653 color RGB value is (63,118,83).

RGB: (63,118,83) (25%, 46%, 33%)

RGB channels and saturation

R 63 of 255 = 25%
G 118 of 255 = 46%
B 83 of 255 = 33%

63
118
83

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

Portions of RGB colors in percentages

R + G + B = 63 + 118 + 83 = 264 (100%)
R 63 of 264 ~ 23.86%
G 118 of 264 ~ 44.7%
B 83 of 264 ~ 31.44'%

%23.86
%44.7
%31.44

CMYK color model

#3F7653 color CMYK value is (47,0,30,54).

  • cyan value is 46.61%
  • magenta value is 0.00%
  • yellow value is 29.66%
  • key color value is 53.73%

CMYK: (47,0,30,54)
C47M0Y30K54 (47%, 0%, 30%, 54%)
(0.47 / 0.00 / 0.30 / 0.54)

CMYK percentages

%46.61
%0
%29.66
%53.73

Codes

Color #3F7653 in popluar color models

3F 76 53
RGB 63 118 83
HSL 142° 30.39% 35.49%
HSB/HSV 142° 46.61% 46.27%
CMYK 46.61% 0.00% 29.66%
53.73%

Color #3F7653 in popluar number systems.

HEX 3F 76 53
Decimal 63 118 83
Binary 111111 1110110 1010011
Octal 77 166 123

Shades and tints

Shades of #3F7653

#3F7653
(63,118,83)
#3A6C4C
(58,108,76)
#356245
(53,98,69)
#30583E
(48,88,62)
#2B4E37
(43,78,55)
#264430
(38,68,48)
#213A29
(33,58,41)
#1C3022
(28,48,34)
#17261B
(23,38,27)
#121C14
(18,28,20)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #3F7653

#3F7653
(63,118,83)
#508262
(80,130,98)
#618E71
(97,142,113)
#729A80
(114,154,128)
#83A68F
(131,166,143)
#94B29E
(148,178,158)
#A5BEAD
(165,190,173)
#B6CABC
(182,202,188)
#C7D6CB
(199,214,203)
#D8E2DA
(216,226,218)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7653 color. Also use rgb(63,118,83) instead hex code.

Text Font Color

.myTextColor { color: #3F7653; }

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

This text font color is #3F7653.

Background Color

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

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

This div background color is #3F7653.

Border color

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

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

This div border color is #3F7653.

Opacity

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

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

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

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

This text has shadow with #3F7653 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F7653.

Preview

Color preview on black background

This text has color #3F7653 on black background.


Color preview on white background

This text has color #3F7653 on white background.


Black color preview on #3F7653 background

This text has black color on #3F7653 background.


White color preview on #3F7653 background

This text has white color on #3F7653 background.


Related colors

Complementary color

Complementary color for #hex is #C089AC.


I love getcolorcode.com

Triadic colors

1 #533F76 and #76533F with #3F7653 are triadic colors.

2 #53763F and #763F53 with #3F7653 are triadic colors.