COLOR #338823

HEX: #338823 RGB: (51,136,35)

Color info

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

RGB color model

#338823 color RGB value is (51,136,35).

RGB: (51,136,35) (20%, 53%, 14%)

RGB channels and saturation

R 51 of 255 = 20%
G 136 of 255 = 53%
B 35 of 255 = 14%

51
136
35

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

Portions of RGB colors in percentages

R + G + B = 51 + 136 + 35 = 222 (100%)
R 51 of 222 ~ 22.97%
G 136 of 222 ~ 61.26%
B 35 of 222 ~ 15.77'%

%22.97
%61.26
%15.77

CMYK color model

#338823 color CMYK value is (63,0,74,47).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 74.26%
  • key color value is 46.67%
CMYK: (63,0,74,47) C63M0Y74K47 (63%,0%,74%,47%) (0.63/0.00/0.74/0.47) 

CMYK percentages

%62.5
%0
%74.26
%46.67

Codes

Color #338823 in popluar color models

33 88 23
RGB 51 136 35
HSL 110° 59.06% 33.53%
HSB/HSV 110° 74.26% 53.33%
CMYK 62.50% 0.00% 74.26%
46.67%

Color #338823 in popluar number systems.

HEX 33 88 23
Decimal 51 136 35
Binary 110011 10001000 100011
Octal 63 210 43

Shades and tints

Shades of #338823

#338823
(51,136,35)
#2F7C20
(47,124,32)
#2B701D
(43,112,29)
#27641A
(39,100,26)
#235817
(35,88,23)
#1F4C14
(31,76,20)
#1B4011
(27,64,17)
#17340E
(23,52,14)
#13280B
(19,40,11)
#0F1C08
(15,28,8)
#0B1005
(11,16,5)
#000000
(0,0,0)

Tints of #338823

#338823
(51,136,35)
#459237
(69,146,55)
#579C4B
(87,156,75)
#69A65F
(105,166,95)
#7BB073
(123,176,115)
#8DBA87
(141,186,135)
#9FC49B
(159,196,155)
#B1CEAF
(177,206,175)
#C3D8C3
(195,216,195)
#D5E2D7
(213,226,215)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #338823; }

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

This text font color is #338823.

Background Color

.myBgColor { background-color: #338823; }

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

This div background color is #338823.

Border color

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

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

This div border color is #338823.

Opacity

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

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

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

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

This text has shadow with #338823 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #338823.

Preview

Color preview on black background

This text has color #338823 on black background.


Color preview on white background

This text has color #338823 on white background.


Black color preview on #338823 background

This text has black color on #338823 background.


White color preview on #338823 background

This text has white color on #338823 background.


Related colors

Complementary color

Complementary color for #hex is #CC77DC.


I love getcolorcode.com

Triadic colors

1 #233388 and #882333 with #338823 are triadic colors.

2 #238833 and #883323 with #338823 are triadic colors.