COLOR #3F755D

HEX: #3F755D RGB: (63,117,93)

Color info

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

RGB color model

#3F755D color RGB value is (63,117,93).

RGB: (63,117,93) (25%, 46%, 36%)

RGB channels and saturation

R 63 of 255 = 25%
G 117 of 255 = 46%
B 93 of 255 = 36%

63
117
93

R + G + B ~ 36%. #3F755D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 117 + 93 = 273 (100%)
R 63 of 273 ~ 23.08%
G 117 of 273 ~ 42.86%
B 93 of 273 ~ 34.07'%

%23.08
%42.86
%34.07

CMYK color model

#3F755D color CMYK value is (46,0,21,54).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 54.12%

CMYK: (46,0,21,54)
C46M0Y21K54 (46%, 0%, 21%, 54%)
(0.46 / 0.00 / 0.21 / 0.54)

CMYK percentages

%46.15
%0
%20.51
%54.12

Codes

Color #3F755D in popluar color models

3F 75 5D
RGB 63 117 93
HSL 153° 30.00% 35.29%
HSB/HSV 153° 46.15% 45.88%
CMYK 46.15% 0.00% 20.51%
54.12%

Color #3F755D in popluar number systems.

HEX 3F 75 5D
Decimal 63 117 93
Binary 111111 1110101 1011101
Octal 77 165 135

Shades and tints

Shades of #3F755D

#3F755D
(63,117,93)
#3A6B55
(58,107,85)
#35614D
(53,97,77)
#305745
(48,87,69)
#2B4D3D
(43,77,61)
#264335
(38,67,53)
#21392D
(33,57,45)
#1C2F25
(28,47,37)
#17251D
(23,37,29)
#121B15
(18,27,21)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #3F755D

#3F755D
(63,117,93)
#50816B
(80,129,107)
#618D79
(97,141,121)
#729987
(114,153,135)
#83A595
(131,165,149)
#94B1A3
(148,177,163)
#A5BDB1
(165,189,177)
#B6C9BF
(182,201,191)
#C7D5CD
(199,213,205)
#D8E1DB
(216,225,219)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F755D color. Also use rgb(63,117,93) instead hex code.

Text Font Color

.myTextColor { color: #3F755D; }

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

This text font color is #3F755D.

Background Color

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

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

This div background color is #3F755D.

Border color

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

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

This div border color is #3F755D.

Opacity

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

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

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

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

This text has shadow with #3F755D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F755D.

Preview

Color preview on black background

This text has color #3F755D on black background.


Color preview on white background

This text has color #3F755D on white background.


Black color preview on #3F755D background

This text has black color on #3F755D background.


White color preview on #3F755D background

This text has white color on #3F755D background.


Related colors

Complementary color

Complementary color for #hex is #C08AA2.


I love getcolorcode.com

Triadic colors

1 #5D3F75 and #755D3F with #3F755D are triadic colors.

2 #5D753F and #753F5D with #3F755D are triadic colors.