COLOR #338846

HEX: #338846
RGB: (51,136,70)

Color info

#338846 contains mainly green color. Web safe color of #338846 is #339933 (or #393).

RGB color model

#338846 color RGB value is (51,136,70).

  • red value is 51;
  • green value is 136;
  • blue value is 70.
RGB:
(51,136,70)
(20%,53%,27%)

RGB channels and saturation

R 51 of 255 = 20%
G 136 of 255 = 53%
B 70 of 255 = 27%

51
136
70

R + G + B ~ 33%. #338846 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 136 + 70 = 257 (100%)
R 51 of 257 ~ 19.84%
G 136 of 257 ~ 52.92%
B 70 of 257 ~ 27.24%

%19.84
%52.92
%27.24

CMYK color model

#338846 color CMYK value is (63,0,49,47).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 48.53%
  • key color value is 46.67%
CMYK:
(63,0,49,47)
C63M0Y49K47 
(63%,0%,49%,47%)
(0.63/0.00/0.49/0.47)	

CMYK percentages

%62.5
%0
%48.53
%46.67

Codes

Color #338846 in popluar color models

338846
RGB5113670
HSL133°45.45%36.67%
HSB/HSV133°62.50%53.33%
CMYK62.50%0.00%48.53%
46.67%

Color #338846 in popluar number systems.

HEX338846
Decimal5113670
Binary110011100010001000110
Octal63210106

Shades and tints

Shades of #338846

#338846
(51,136,70)
#2F7C40
(47,124,64)
#2B703A
(43,112,58)
#276434
(39,100,52)
#23582E
(35,88,46)
#1F4C28
(31,76,40)
#1B4022
(27,64,34)
#17341C
(23,52,28)
#132816
(19,40,22)
#0F1C10
(15,28,16)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #338846

#338846
(51,136,70)
#459256
(69,146,86)
#579C66
(87,156,102)
#69A676
(105,166,118)
#7BB086
(123,176,134)
#8DBA96
(141,186,150)
#9FC4A6
(159,196,166)
#B1CEB6
(177,206,182)
#C3D8C6
(195,216,198)
#D5E2D6
(213,226,214)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338846 color. Also use rgb(51,136,70) instead hex code.

Text Font Color

.myTextColor { color: #338846; }

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

This text font color is #338846.


Background Color

.myBgColor { background-color: #338846; }

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

This div background color is #338846.


Border color

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

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

This div border color is #338846.


Opacity

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

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

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

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

This text has shadow with #338846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338846 on black background.


Color preview on white background

This text has color #338846 on white background.



Black color preview on #338846 background

This text has black color on #338846 background.


White color preview on #338846 background

This text has white color on #338846 background.