COLOR #31583C

HEX: #31583C RGB: (49,88,60)

Color info

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

RGB color model

#31583C color RGB value is (49,88,60).

RGB: (49,88,60) (19%, 35%, 24%)

RGB channels and saturation

R 49 of 255 = 19%
G 88 of 255 = 35%
B 60 of 255 = 24%

49
88
60

R + G + B ~ 26%. #31583C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 88 + 60 = 197 (100%)
R 49 of 197 ~ 24.87%
G 88 of 197 ~ 44.67%
B 60 of 197 ~ 30.46'%

%24.87
%44.67
%30.46

CMYK color model

#31583C color CMYK value is (44,0,32,65).

  • cyan value is 44.32%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 65.49%

CMYK: (44,0,32,65)
C44M0Y32K65 (44%, 0%, 32%, 65%)
(0.44 / 0.00 / 0.32 / 0.65)

CMYK percentages

%44.32
%0
%31.82
%65.49

Codes

Color #31583C in popluar color models

31 58 3C
RGB 49 88 60
HSL 137° 28.47% 26.86%
HSB/HSV 137° 44.32% 34.51%
CMYK 44.32% 0.00% 31.82%
65.49%

Color #31583C in popluar number systems.

HEX 31 58 3C
Decimal 49 88 60
Binary 110001 1011000 111100
Octal 61 130 74

Shades and tints

Shades of #31583C

#31583C
(49,88,60)
#2D5037
(45,80,55)
#294832
(41,72,50)
#25402D
(37,64,45)
#213828
(33,56,40)
#1D3023
(29,48,35)
#19281E
(25,40,30)
#152019
(21,32,25)
#111814
(17,24,20)
#0D100F
(13,16,15)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #31583C

#31583C
(49,88,60)
#43674D
(67,103,77)
#55765E
(85,118,94)
#67856F
(103,133,111)
#799480
(121,148,128)
#8BA391
(139,163,145)
#9DB2A2
(157,178,162)
#AFC1B3
(175,193,179)
#C1D0C4
(193,208,196)
#D3DFD5
(211,223,213)
#E5EEE6
(229,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31583C color. Also use rgb(49,88,60) instead hex code.

Text Font Color

.myTextColor { color: #31583C; }

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

This text font color is #31583C.

Background Color

.myBgColor { background-color: #31583C; }

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

This div background color is #31583C.

Border color

.myBorderColor { border: 1px solid #31583C; }

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

This div border color is #31583C.

Opacity

.myOpacity80 { color: #31583C; opacity: 0.8; }

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

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

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

This text has shadow with #31583C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #31583C.

Preview

Color preview on black background

This text has color #31583C on black background.


Color preview on white background

This text has color #31583C on white background.


Black color preview on #31583C background

This text has black color on #31583C background.


White color preview on #31583C background

This text has white color on #31583C background.


Related colors

Complementary color

Complementary color for #hex is #CEA7C3.


I love getcolorcode.com

Triadic colors

1 #3C3158 and #583C31 with #31583C are triadic colors.

2 #3C5831 and #58313C with #31583C are triadic colors.