COLOR #3F583A

HEX: #3F583A RGB: (63,88,58)

Color info

#3F583A contains red, green and blue colors in about the same proportion. Web safe color of #3F583A is #336633 (or #363).

RGB color model

#3F583A color RGB value is (63,88,58).

RGB: (63,88,58) (25%, 35%, 23%)

RGB channels and saturation

R 63 of 255 = 25%
G 88 of 255 = 35%
B 58 of 255 = 23%

63
88
58

R + G + B ~ 28%. #3F583A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 88 + 58 = 209 (100%)
R 63 of 209 ~ 30.14%
G 88 of 209 ~ 42.11%
B 58 of 209 ~ 27.75'%

%30.14
%42.11
%27.75

CMYK color model

#3F583A color CMYK value is (28,0,34,65).

  • cyan value is 28.41%
  • magenta value is 0.00%
  • yellow value is 34.09%
  • key color value is 65.49%

CMYK: (28,0,34,65)
C28M0Y34K65 (28%, 0%, 34%, 65%)
(0.28 / 0.00 / 0.34 / 0.65)

CMYK percentages

%28.41
%0
%34.09
%65.49

Codes

Color #3F583A in popluar color models

3F 58 3A
RGB 63 88 58
HSL 110° 20.55% 28.63%
HSB/HSV 110° 34.09% 34.51%
CMYK 28.41% 0.00% 34.09%
65.49%

Color #3F583A in popluar number systems.

HEX 3F 58 3A
Decimal 63 88 58
Binary 111111 1011000 111010
Octal 77 130 72

Shades and tints

Shades of #3F583A

#3F583A
(63,88,58)
#3A5035
(58,80,53)
#354830
(53,72,48)
#30402B
(48,64,43)
#2B3826
(43,56,38)
#263021
(38,48,33)
#21281C
(33,40,28)
#1C2017
(28,32,23)
#171812
(23,24,18)
#12100D
(18,16,13)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #3F583A

#3F583A
(63,88,58)
#50674B
(80,103,75)
#61765C
(97,118,92)
#72856D
(114,133,109)
#83947E
(131,148,126)
#94A38F
(148,163,143)
#A5B2A0
(165,178,160)
#B6C1B1
(182,193,177)
#C7D0C2
(199,208,194)
#D8DFD3
(216,223,211)
#E9EEE4
(233,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F583A color. Also use rgb(63,88,58) instead hex code.

Text Font Color

.myTextColor { color: #3F583A; }

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

This text font color is #3F583A.

Background Color

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

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

This div background color is #3F583A.

Border color

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

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

This div border color is #3F583A.

Opacity

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

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

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

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

This text has shadow with #3F583A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F583A.

Preview

Color preview on black background

This text has color #3F583A on black background.


Color preview on white background

This text has color #3F583A on white background.


Black color preview on #3F583A background

This text has black color on #3F583A background.


White color preview on #3F583A background

This text has white color on #3F583A background.


Related colors

Complementary color

Complementary color for #hex is #C0A7C5.


I love getcolorcode.com

Triadic colors

1 #3A3F58 and #583A3F with #3F583A are triadic colors.

2 #3A583F and #583F3A with #3F583A are triadic colors.