COLOR #317B43

HEX: #317B43
RGB: (49,123,67)

Color info

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

RGB color model

#317B43 color RGB value is (49,123,67).

  • red value is 49;
  • green value is 123;
  • blue value is 67.
RGB:
(49,123,67)
(19%,48%,26%)

RGB channels and saturation

R 49 of 255 = 19%
G 123 of 255 = 48%
B 67 of 255 = 26%

49
123
67

R + G + B ~ 31%. #317B43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 123 + 67 = 239 (100%)
R 49 of 239 ~ 20.5%
G 123 of 239 ~ 51.46%
B 67 of 239 ~ 28.03%

%20.5
%51.46
%28.03

CMYK color model

#317B43 color CMYK value is (60,0,46,52).

  • cyan value is 60.16%
  • magenta value is 0.00%
  • yellow value is 45.53%
  • key color value is 51.76%
CMYK:
(60,0,46,52)
C60M0Y46K52 
(60%,0%,46%,52%)
(0.60/0.00/0.46/0.52)	

CMYK percentages

%60.16
%0
%45.53
%51.76

Codes

Color #317B43 in popluar color models

317B43
RGB4912367
HSL135°43.02%33.73%
HSB/HSV135°60.16%48.24%
CMYK60.16%0.00%45.53%
51.76%

Color #317B43 in popluar number systems.

HEX317B43
Decimal4912367
Binary11000111110111000011
Octal61173103

Shades and tints

Shades of #317B43

#317B43
(49,123,67)
#2D703D
(45,112,61)
#296537
(41,101,55)
#255A31
(37,90,49)
#214F2B
(33,79,43)
#1D4425
(29,68,37)
#19391F
(25,57,31)
#152E19
(21,46,25)
#112313
(17,35,19)
#0D180D
(13,24,13)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #317B43

#317B43
(49,123,67)
#438754
(67,135,84)
#559365
(85,147,101)
#679F76
(103,159,118)
#79AB87
(121,171,135)
#8BB798
(139,183,152)
#9DC3A9
(157,195,169)
#AFCFBA
(175,207,186)
#C1DBCB
(193,219,203)
#D3E7DC
(211,231,220)
#E5F3ED
(229,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317B43 color. Also use rgb(49,123,67) instead hex code.

Text Font Color

.myTextColor { color: #317B43; }

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

This text font color is #317B43.


Background Color

.myBgColor { background-color: #317B43; }

<div style="background-color:#317B43">Inner text</div>

This div background color is #317B43.


Border color

.myBorderColor { border: 1px solid #317B43; }

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

This div border color is #317B43.


Opacity

.myOpacity80 { color: #317B43; opacity: 0.8; }

<p style="color:#317B43;opacity:0.8;">80%</p>

Text with #317B43 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 #317B43;}

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

This text has shadow with #317B43 color.

.textShadow {text-shadow: 3px 3px 1px #317B43, 3px 3px 1px red;}

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

This text has shadow with #317B43 primary color and red secondary color.


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

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

This text has shadow with #317B43 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #317B43;
-webkit-box-shadow: 1px 1px 3px 2px #317B43;
box-shadow:1px 1px 3px 2px #317B43;">
Div content here</div>
This div box has shadow with color #317B43.

Preview

Color preview on black background

This text has color #317B43 on black background.


Color preview on white background

This text has color #317B43 on white background.



Black color preview on #317B43 background

This text has black color on #317B43 background.


White color preview on #317B43 background

This text has white color on #317B43 background.