COLOR #338813

HEX: #338813
RGB: (51,136,19)

Color info

#338813 contains mainly green color. Web safe color of #338813 is #339900 (or #390).

RGB color model

#338813 color RGB value is (51,136,19).

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

RGB channels and saturation

R 51 of 255 = 20%
G 136 of 255 = 53%
B 19 of 255 = 7%

51
136
19

R + G + B ~ 27%. #338813 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 136 + 19 = 206 (100%)
R 51 of 206 ~ 24.76%
G 136 of 206 ~ 66.02%
B 19 of 206 ~ 9.22%

%24.76
%66.02

CMYK color model

#338813 color CMYK value is (63,0,86,47).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 86.03%
  • key color value is 46.67%
CMYK:
(63,0,86,47)
C63M0Y86K47 
(63%,0%,86%,47%)
(0.63/0.00/0.86/0.47)	

CMYK percentages

%62.5
%0
%86.03
%46.67

Codes

Color #338813 in popluar color models

338813
RGB5113619
HSL104°75.48%30.39%
HSB/HSV104°86.03%53.33%
CMYK62.50%0.00%86.03%
46.67%

Color #338813 in popluar number systems.

HEX338813
Decimal5113619
Binary1100111000100010011
Octal6321023

Shades and tints

Shades of #338813

#338813
(51,136,19)
#2F7C12
(47,124,18)
#2B7011
(43,112,17)
#276410
(39,100,16)
#23580F
(35,88,15)
#1F4C0E
(31,76,14)
#1B400D
(27,64,13)
#17340C
(23,52,12)
#13280B
(19,40,11)
#0F1C0A
(15,28,10)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #338813

#338813
(51,136,19)
#459228
(69,146,40)
#579C3D
(87,156,61)
#69A652
(105,166,82)
#7BB067
(123,176,103)
#8DBA7C
(141,186,124)
#9FC491
(159,196,145)
#B1CEA6
(177,206,166)
#C3D8BB
(195,216,187)
#D5E2D0
(213,226,208)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #338813; }

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

This text font color is #338813.


Background Color

.myBgColor { background-color: #338813; }

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

This div background color is #338813.


Border color

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

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

This div border color is #338813.


Opacity

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

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

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

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

This text has shadow with #338813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338813 on black background.


Color preview on white background

This text has color #338813 on white background.



Black color preview on #338813 background

This text has black color on #338813 background.


White color preview on #338813 background

This text has white color on #338813 background.