COLOR #1F6439

HEX: #1F6439 RGB: (31,100,57)

Color info

#1F6439 contains mainly green and blue colors. Web safe color of #1F6439 is #336633 (or #363).

RGB color model

#1F6439 color RGB value is (31,100,57).

RGB: (31,100,57) (12%, 39%, 22%)

RGB channels and saturation

R 31 of 255 = 12%
G 100 of 255 = 39%
B 57 of 255 = 22%

31
100
57

R + G + B ~ 24%. #1F6439 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 100 + 57 = 188 (100%)
R 31 of 188 ~ 16.49%
G 100 of 188 ~ 53.19%
B 57 of 188 ~ 30.32'%

%16.49
%53.19
%30.32

CMYK color model

#1F6439 color CMYK value is (69,0,43,61).

  • cyan value is 69.00%
  • magenta value is 0.00%
  • yellow value is 43.00%
  • key color value is 60.78%

CMYK: (69,0,43,61)
C69M0Y43K61 (69%, 0%, 43%, 61%)
(0.69 / 0.00 / 0.43 / 0.61)

CMYK percentages

%69
%0
%43
%60.78

Codes

Color #1F6439 in popluar color models

1F 64 39
RGB 31 100 57
HSL 143° 52.67% 25.69%
HSB/HSV 143° 69.00% 39.22%
CMYK 69.00% 0.00% 43.00%
60.78%

Color #1F6439 in popluar number systems.

HEX 1F 64 39
Decimal 31 100 57
Binary 11111 1100100 111001
Octal 37 144 71

Shades and tints

Shades of #1F6439

#1F6439
(31,100,57)
#1D5B34
(29,91,52)
#1B522F
(27,82,47)
#19492A
(25,73,42)
#174025
(23,64,37)
#153720
(21,55,32)
#132E1B
(19,46,27)
#112516
(17,37,22)
#0F1C11
(15,28,17)
#0D130C
(13,19,12)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #1F6439

#1F6439
(31,100,57)
#33724B
(51,114,75)
#47805D
(71,128,93)
#5B8E6F
(91,142,111)
#6F9C81
(111,156,129)
#83AA93
(131,170,147)
#97B8A5
(151,184,165)
#ABC6B7
(171,198,183)
#BFD4C9
(191,212,201)
#D3E2DB
(211,226,219)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F6439 color. Also use rgb(31,100,57) instead hex code.

Text Font Color

.myTextColor { color: #1F6439; }

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

This text font color is #1F6439.

Background Color

.myBgColor { background-color: #1F6439; }

<div style="background-color:#1F6439">Inner text</div>

This div background color is #1F6439.

Border color

.myBorderColor { border: 1px solid #1F6439; }

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

This div border color is #1F6439.

Opacity

.myOpacity80 { color: #1F6439; opacity: 0.8; }

<p style="color:#1F6439;opacity:0.8;">80%</p>

Text with #1F6439 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 #1F6439;}

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

This text has shadow with #1F6439 color.


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

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

This text has shadow with #1F6439 primary color and red secondary color.


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

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

This text has shadow with #1F6439 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #1F6439.

Preview

Color preview on black background

This text has color #1F6439 on black background.


Color preview on white background

This text has color #1F6439 on white background.


Black color preview on #1F6439 background

This text has black color on #1F6439 background.


White color preview on #1F6439 background

This text has white color on #1F6439 background.


Related colors

Complementary color

Complementary color for #hex is #E09BC6.


I love getcolorcode.com

Triadic colors

1 #391F64 and #64391F with #1F6439 are triadic colors.

2 #39641F and #641F39 with #1F6439 are triadic colors.