COLOR #338439

HEX: #338439
RGB: (51,132,57)

Color info

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

RGB color model

#338439 color RGB value is (51,132,57).

  • red value is 51;
  • green value is 132;
  • blue value is 57.
RGB:
(51,132,57)
(20%,52%,22%)

RGB channels and saturation

R 51 of 255 = 20%
G 132 of 255 = 52%
B 57 of 255 = 22%

51
132
57

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

Portions of RGB colors in percentages

R + G + B =
51 + 132 + 57 = 240 (100%)
R 51 of 240 ~ 21.25%
G 132 of 240 ~ 55%
B 57 of 240 ~ 23.75%

%21.25
%55
%23.75

CMYK color model

#338439 color CMYK value is (61,0,57,48).

  • cyan value is 61.36%
  • magenta value is 0.00%
  • yellow value is 56.82%
  • key color value is 48.24%
CMYK:
(61,0,57,48)
C61M0Y57K48 
(61%,0%,57%,48%)
(0.61/0.00/0.57/0.48)	

CMYK percentages

%61.36
%0
%56.82
%48.24

Codes

Color #338439 in popluar color models

338439
RGB5113257
HSL124°44.26%35.88%
HSB/HSV124°61.36%51.76%
CMYK61.36%0.00%56.82%
48.24%

Color #338439 in popluar number systems.

HEX338439
Decimal5113257
Binary11001110000100111001
Octal6320471

Shades and tints

Shades of #338439

#338439
(51,132,57)
#2F7834
(47,120,52)
#2B6C2F
(43,108,47)
#27602A
(39,96,42)
#235425
(35,84,37)
#1F4820
(31,72,32)
#1B3C1B
(27,60,27)
#173016
(23,48,22)
#132411
(19,36,17)
#0F180C
(15,24,12)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #338439

#338439
(51,132,57)
#458F4B
(69,143,75)
#579A5D
(87,154,93)
#69A56F
(105,165,111)
#7BB081
(123,176,129)
#8DBB93
(141,187,147)
#9FC6A5
(159,198,165)
#B1D1B7
(177,209,183)
#C3DCC9
(195,220,201)
#D5E7DB
(213,231,219)
#E7F2ED
(231,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338439 color. Also use rgb(51,132,57) instead hex code.

Text Font Color

.myTextColor { color: #338439; }

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

This text font color is #338439.


Background Color

.myBgColor { background-color: #338439; }

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

This div background color is #338439.


Border color

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

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

This div border color is #338439.


Opacity

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

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

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

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

This text has shadow with #338439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338439 on black background.


Color preview on white background

This text has color #338439 on white background.



Black color preview on #338439 background

This text has black color on #338439 background.


White color preview on #338439 background

This text has white color on #338439 background.