COLOR #317238

HEX: #317238
RGB: (49,114,56)

Color info

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

RGB color model

#317238 color RGB value is (49,114,56).

  • red value is 49;
  • green value is 114;
  • blue value is 56.
RGB:
(49,114,56)
(19%,45%,22%)

RGB channels and saturation

R 49 of 255 = 19%
G 114 of 255 = 45%
B 56 of 255 = 22%

49
114
56

R + G + B ~ 29%. #317238 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 114 + 56 = 219 (100%)
R 49 of 219 ~ 22.37%
G 114 of 219 ~ 52.05%
B 56 of 219 ~ 25.57%

%22.37
%52.05
%25.57

CMYK color model

#317238 color CMYK value is (57,0,51,55).

  • cyan value is 57.02%
  • magenta value is 0.00%
  • yellow value is 50.88%
  • key color value is 55.29%
CMYK:
(57,0,51,55)
C57M0Y51K55 
(57%,0%,51%,55%)
(0.57/0.00/0.51/0.55)	

CMYK percentages

%57.02
%0
%50.88
%55.29

Codes

Color #317238 in popluar color models

317238
RGB4911456
HSL126°39.88%31.96%
HSB/HSV126°57.02%44.71%
CMYK57.02%0.00%50.88%
55.29%

Color #317238 in popluar number systems.

HEX317238
Decimal4911456
Binary1100011110010111000
Octal6116270

Shades and tints

Shades of #317238

#317238
(49,114,56)
#2D6833
(45,104,51)
#295E2E
(41,94,46)
#255429
(37,84,41)
#214A24
(33,74,36)
#1D401F
(29,64,31)
#19361A
(25,54,26)
#152C15
(21,44,21)
#112210
(17,34,16)
#0D180B
(13,24,11)
#090E06
(9,14,6)
#000000
(0,0,0)

Tints of #317238

#317238
(49,114,56)
#437E4A
(67,126,74)
#558A5C
(85,138,92)
#67966E
(103,150,110)
#79A280
(121,162,128)
#8BAE92
(139,174,146)
#9DBAA4
(157,186,164)
#AFC6B6
(175,198,182)
#C1D2C8
(193,210,200)
#D3DEDA
(211,222,218)
#E5EAEC
(229,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317238 color. Also use rgb(49,114,56) instead hex code.

Text Font Color

.myTextColor { color: #317238; }

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

This text font color is #317238.


Background Color

.myBgColor { background-color: #317238; }

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

This div background color is #317238.


Border color

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

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

This div border color is #317238.


Opacity

.myOpacity80 { color: #317238; opacity: 0.8; }

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

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

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

This text has shadow with #317238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317238 on black background.


Color preview on white background

This text has color #317238 on white background.



Black color preview on #317238 background

This text has black color on #317238 background.


White color preview on #317238 background

This text has white color on #317238 background.