COLOR #438402

HEX: #438402 RGB: (67,132,2)

Color info

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

RGB color model

#438402 color RGB value is (67,132,2).

RGB: (67,132,2) (26%, 52%, 1%)

RGB channels and saturation

R 67 of 255 = 26%
G 132 of 255 = 52%
B 2 of 255 = 1%

67
132
2

R + G + B ~ 26%. #438402 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 132 + 2 = 201 (100%)
R 67 of 201 ~ 33.33%
G 132 of 201 ~ 65.67%
B 2 of 201 ~ 1'%

%33.33
%65.67

CMYK color model

#438402 color CMYK value is (49,0,98,48).

  • cyan value is 49.24%
  • magenta value is 0.00%
  • yellow value is 98.48%
  • key color value is 48.24%

CMYK: (49,0,98,48)
C49M0Y98K48 (49%, 0%, 98%, 48%)
(0.49 / 0.00 / 0.98 / 0.48)

CMYK percentages

%49.24
%0
%98.48
%48.24

Codes

Color #438402 in popluar color models

43 84 02
RGB 67 132 2
HSL 90° 97.01% 26.27%
HSB/HSV 90° 98.48% 51.76%
CMYK 49.24% 0.00% 98.48%
48.24%

Color #438402 in popluar number systems.

HEX 43 84 02
Decimal 67 132 2
Binary 1000011 10000100 10
Octal 103 204 2

Shades and tints

Shades of #438402

#438402
(67,132,2)
#3D7802
(61,120,2)
#376C02
(55,108,2)
#316002
(49,96,2)
#2B5402
(43,84,2)
#254802
(37,72,2)
#1F3C02
(31,60,2)
#193002
(25,48,2)
#132402
(19,36,2)
#0D1802
(13,24,2)
#070C02
(7,12,2)
#000000
(0,0,0)

Tints of #438402

#438402
(67,132,2)
#548F19
(84,143,25)
#659A30
(101,154,48)
#76A547
(118,165,71)
#87B05E
(135,176,94)
#98BB75
(152,187,117)
#A9C68C
(169,198,140)
#BAD1A3
(186,209,163)
#CBDCBA
(203,220,186)
#DCE7D1
(220,231,209)
#EDF2E8
(237,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438402 color. Also use rgb(67,132,2) instead hex code.

Text Font Color

.myTextColor { color: #438402; }

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

This text font color is #438402.

Background Color

.myBgColor { background-color: #438402; }

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

This div background color is #438402.

Border color

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

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

This div border color is #438402.

Opacity

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

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

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

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

This text has shadow with #438402 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #438402.

Preview

Color preview on black background

This text has color #438402 on black background.


Color preview on white background

This text has color #438402 on white background.


Black color preview on #438402 background

This text has black color on #438402 background.


White color preview on #438402 background

This text has white color on #438402 background.


Related colors

Complementary color

Complementary color for #hex is #BC7BFD.


I love getcolorcode.com

Triadic colors

1 #024384 and #840243 with #438402 are triadic colors.

2 #028443 and #844302 with #438402 are triadic colors.